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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo