On 11/24/2016 10:58 AM, Philippe Coval wrote: > Dear All, > > 1.2.1-RC1 is tagged on 1.2-rel branch > > Check related links from this page: > https://wiki.iotivity.org/1.2-rel > > Feedback welcome, on project bug tracker > > Thanks
Philippe, Many thanks for making the RC1 tarball available! I downloaded it from https://github.com/iotivity/iotivity/releases rather than mess with tags in the 1.2-rel branch. I've only completed a first pass default on Linux, but it built successfully after the following (still errored on cbor and required me to git clone manually). I ended up creating a prep script to take care of it automatically for all my testing. Was this the desired behavior? iotivity-1.2.1-RC1]> scons scons: Reading SConscript files ... Reading linux configuration script Checking for POSIX Thread Support...yes *********************************** Error: **************************************** * Please download cbor using the following command: * * $ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor -b v0.4 * *********************************************************************************** iotivity-1.2.1-RC1]> git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor -b v0.4 Cloning into 'extlibs/tinycbor/tinycbor'... remote: Counting objects: 967, done. remote: Compressing objects: 100% (3/3), done. remote: Total 967 (delta 0), reused 0 (delta 0), pack-reused 964 Receiving objects: 100% (967/967), 471.41 KiB | 0 bytes/s, done. Resolving deltas: 100% (575/575), done. Checking connectivity... done. Note: checking out 'a088996aa5f59b4f27f20fadad053d88bee357d4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name iotivity-1.2.1-RC1]> scons ...[snip]... scons: done building targets. thanks, Nivedita
