Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread Bill Hoffman
On 8/3/2012 5:46 PM, noru...@me.com wrote: I read other posts and i think it has to do with that, that i would like to double click on the *.sln file to open it. I don't know if this should already be fixed in 2.8.8 Can you create a project via the VS IDE and send me the project files. Also

Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread norulez
I read other posts and i think it has to do with that, that i would like to double click on the *.sln file to open it. I don't know if this should already be fixed in 2.8.8 Best Regards Am 03.08.2012 um 22:47 schrieb Klaim - Joël Lamotte : > I'm using CMake 2.8.8 to generate VS2012 RC projects

Re: [CMake] Relink to shared libs

2012-08-03 Thread Leif Walsh
On 3 Aug, 2012, at 4:44 PM, Andreas Pakulat wrote: > > Actually no, adding new public API, changing existing API in > compatible ways are things you can do with a shared library which > needs relinking. Not without changing the header files, which forces recompilation. As the author of a share

Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread Klaim - Joël Lamotte
I'm using CMake 2.8.8 to generate VS2012 RC projects in Win 7 (with last updates), I have no such problem. The only problems I have seems to have been fixed in the trunk for CMake 2.8.9 but I didn't try. I never seen the problem you present, but if you use the same version of CMake than me, then i

Re: [CMake] Relink to shared libs

2012-08-03 Thread Andreas Pakulat
Hi, On Fri, Aug 3, 2012 at 8:41 PM, Leif Walsh wrote: > This is sort of the point of shared libs though, you can update them without > relinking everything on your system, unless you're doing something really > brain-damaged. Actually no, adding new public API, changing existing API in compati

Re: [CMake] CMake does not find an header file, and ignores the classes found in several other header files.

2012-08-03 Thread Rolf Eike Beer
Am Freitag, 3. August 2012, 11:31:44 schrieb Toronto Andrew: > The following is my CMakeLists file: > > PROJECT(CppSampleQt01) > FIND_PACKAGE(Qt4 REQUIRED) > > FIND_LIBRARY(SIMPLONLIB lv.simplon lib) > FIND_LIBRARY(SIMPLONIMGPROC lv.simplon.imgproc lib) > > SET(CppSampleQt01_SOURCES include/lv.s

Re: [CMake] Relink to shared libs

2012-08-03 Thread Leif Walsh
This is sort of the point of shared libs though, you can update them without relinking everything on your system, unless you're doing something really brain-damaged. Is there any way I, as someone who knows my libraries are sane, can prevent this extra work and just resort to a "make clean" if

[CMake] CMake does not find an header file, and ignores the classes found in several other header files.

2012-08-03 Thread Toronto Andrew
The following is my CMakeLists file: PROJECT(CppSampleQt01) FIND_PACKAGE(Qt4 REQUIRED) FIND_LIBRARY(SIMPLONLIB lv.simplon lib) FIND_LIBRARY(SIMPLONIMGPROC lv.simplon.imgproc lib) SET(CppSampleQt01_SOURCES include/lv.simplon.class.cpp camera.cpp main.cpp mainwindow.cpp osdep.cpp paint.cpp) SET(Cp

[CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread NoRulez
Hello, I tried to create a visual studio 2012 solution under Windows 8 Release Preview. This solution contains for demo purpose only a main.cpp file I tried the 32 bit variant and the cmake -G "Visual Studio 11" ..\source 64 bit variant: cmake -G "Visual Studio 11 Win64" ..\source After I load

[CMake] vtk & cmake get weird error

2012-08-03 Thread Xin Zhao
Dear all, I am trying to install vtk from aur(archlinux user repo). And I've got the following message: -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) I thought it was because the absence of JNI. But it is not. I've