Re: [CMake] FIND_LIBRARY in FindBoost finds wrong library

2010-03-21 Thread Philip Lowman
On Fri, Mar 19, 2010 at 10:22 AM, Chuck Atkins wrote: > /home/myuser/projects/boost-1.41.0/lib/libboost_date_time-mt.so > /home/myuser/projects/boost-1.41.0/lib/libboost_thread-mt.so > /usr/local/lib/libboost_filesystem-mt.so > /usr/local/lib/libboost_python-mt.so > > This mix and match is definit

Re: [CMake] building plplot

2010-03-21 Thread Vincenzo Urso Miano
Hi I installed the make utility and It seems it worked! Now I have C:\Program Files\plplot\ which containes 4 folders: bin, lib,\include and share. I was trying to test the installation compiling the ..plplotBuild\examples\f77\x01f.f but honestly I don't know how to link it. If you want we can mo

Re: [CMake] CMake and SWIG

2010-03-21 Thread David Cole
On Fri, Mar 19, 2010 at 8:25 AM, Caron, Michael C. (US SSA) < michael.ca...@baesystems.com> wrote: > That is exactly what I had tried (thanks for confirming that things work > the way I think) at first. I didn’t try the SET(…) but I did put the full > path to SWIG in my PATH. Since that should

[CMake] CMake + SWIG => Java JNI problems

2010-03-21 Thread Chris Hamons
Hello everyone, I'm having trouble mixing cmake and swig to make a java JNI module. It looks roughly: IF(DEFINED SWIG_JAVA) FIND_PACKAGE(JNI REQUIRED) include_directories(${JNI_INCLUDE_DIRS}) SET(CMAKE_SWIG_OUTDIR ${ROOT_DIR}/