Re: [CMake] FInd threads - iOS

2013-03-15 Thread Casey Basichis
(most recent call first): CMakeLists.txt:41 (include) -- Configuring incomplete, errors occurred! Thanks, Casey On Thu, Mar 14, 2013 at 11:57 PM, Sergei Nikulov sergey.niku...@gmail.comwrote: 2013/3/15 Casey Basichis caseybasic...@gmail.com Hi, I tried the tool chain. This console

[CMake] FInd threads - iOS

2013-03-14 Thread Casey Basichis
Hi, I'm tryng to build SOCI on iOS. I was able to enter my boost path in my ~/.profile to get that running, but I'm getting stuck on finding threads. -- Could NOT find Threads (missing: Threads_FOUND) CMake Error at core/CMakeLists.txt:22 (message): No thread library found Is there a way to

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Casey Basichis
mkdir build cd build cmake .. And it worked for me. So what did you do exactly? On 2013-14-03, at 18:52:08 , Casey Basichis wrote: Hi, I'm tryng to build SOCI on iOS. I was able to enter my boost path in my ~/.profile to get that running, but I'm getting stuck on finding threads. -- Could

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Casey Basichis
://stackoverflow.com/a/14198386/151641 On Thu, Mar 14, 2013 at 11:26 AM, Sergei Nikulov sergey.niku...@gmail.comwrote: 2013/3/14 Casey Basichis caseybasic...@gmail.com Hi, I followed your instructions. I also modified the make files a bit according to this - http://ares.lids.mit.edu/redmine

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Casey Basichis
, 2013 at 11:26 AM, Sergei Nikulov sergey.niku...@gmail.comwrote: 2013/3/14 Casey Basichis caseybasic...@gmail.com Hi, I followed your instructions. I also modified the make files a bit according to this - http://ares.lids.mit.edu/redmine/projects/forest-game/wiki/Building_soci_for_iOS

Re: [CMake] FInd threads - iOS

2013-03-14 Thread Casey Basichis
at 1:21 PM, Mateusz Loskot mate...@loskot.net wrote: On 14 March 2013 18:44, Casey Basichis caseybasic...@gmail.com wrote: On the SOCI mailing list they directed me to this, that suggests the Threading may have been a problem on iOS. http://stackoverflow.com/a/14198386/151641 Casey

[CMake] Hiring: simple Cmake build setup

2013-03-05 Thread Casey Basichis
Hi, I have a project I'm looking to hire for. My target is iOS. I have two small simple libraries with no or minimal dependencies and autoconf builds that I need to Cmake to cross compile on iOS/Clang/Libc++. I am also interested i discussing a somewhat more holistic effort towards a nightly

[CMake] Cmake, Ctest, git pipeline

2013-03-04 Thread Casey Basichis
Hi, I am just getting started with Cmake, Ctest etc. I've been reading a ton of tutorials. I don't have any experience in setting up a dev pipeline. My platform is iOS, practically all the code is C++. I'd like to set up my system to * Do nightly builds and unit tests and valgrind * Check out