Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-11 Thread Sean Wayland
Thanks Micha, The head developer managed to get it to compile under clion on the weekend, I suspect he may have cleaned up his source code a little bit. I also suspect listing the source code and targeted libraries in the correct order may have helped. Thanks for all your help! Best Sean On Mon, J

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-10 Thread Micha Hergarden
On 07-07-17 05:14, Sean Wayland wrote: > Hi Micha, > Thanks very much for the email. That seemed to make a small > difference! With both those lines commented out these errors are > generated ( below my email ) . > I still have included > project(CATSMAT) > at the top line of the cmake file in the

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-06 Thread Sean Wayland
Hi Micha, Thanks very much for the email. That seemed to make a small difference! With both those lines commented out these errors are generated ( below my email ) . I still have included project(CATSMAT) at the top line of the cmake file in the catsmat directory I tried commenting out each of tho

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-06 Thread Micha Hergarden
On 06-07-17 15:59, Sean Wayland wrote: > Hi Micha, > Thanks very much I tried that .. I added it to the application > directory cmakelists.txt file . Same issue .. It's already in the top > level cmake file which looks like this .. > > project(CATSMAT) > cmake_minimum_required(VERSION 3.6.3) > > >

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-06 Thread Sean Wayland
Hi Micha, Thanks very much I tried that .. I added it to the application directory cmakelists.txt file . Same issue .. It's already in the top level cmake file which looks like this .. project(CATSMAT) cmake_minimum_required(VERSION 3.6.3) if (APPLE) set(CMAKE_C++_FLAGS -mmacosx-version-min

Re: [CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-05 Thread Micha Hergarden
On 05-07-17 22:50, Sean Wayland wrote: > I am attempting to write a cmakelists.txt file for an application. > The application has a couple of dependencies. > I have been able to build targets for the dependencies but when I try > and add an executable for the main application I encounter this error

[CMake] cmake create executable Undefined symbols for architecture x86_64:

2017-07-05 Thread Sean Wayland
I am attempting to write a cmakelists.txt file for an application. The application has a couple of dependencies. I have been able to build targets for the dependencies but when I try and add an executable for the main application I encounter this error. Undefined symbols for architecture x86_64: