Re: [CMake] CMake: using dlopen

2018-01-07 Thread Franck Houssen
- Mail original - > De: "Konstantin Tokarev" > À: "Franck Houssen" > Cc: cmake@cmake.org, "Roger Leigh" > Envoyé: Dimanche 7 Janvier 2018 17:50:40 > Objet: Re: [CMake] CMake: using dlopen > > > > 07.01.2018, 19:36,

Re: [CMake] CMake: using dlopen

2018-01-07 Thread Franck Houssen
- Mail original - > De: "Roger Leigh" > À: "Franck Houssen" > Cc: cmake@cmake.org > Envoyé: Dimanche 7 Janvier 2018 18:14:04 > Objet: Re: [CMake] CMake: using dlopen > Original message > From: Franck Houssen > Date: 07

Re: [CMake] CMake: using dlopen

2018-01-07 Thread Konstantin Tokarev
07.01.2018, 21:13, "Franck Houssen" : > >> De: "Roger Leigh" >> À: "Franck Houssen" >> Cc: cmake@cmake.org >> Envoyé: Dimanche 7 Janvier 2018 18:14:04 >> Objet: Re: [CMake] CMake: using

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Franck Houssen
- Mail original - > De: "Rainer Poisel" > À: "Franck Houssen" > Envoyé: Dimanche 7 Janvier 2018 19:34:21 > Objet: Re: [CMake] CMake: using dlopen > > Hi, > > On Sun, Jan 7, 2018 at 7:13 PM, Franck Houssen > wrote: > > Differe

Re: [CMake] CMake: using dlopen

2018-01-08 Thread J Decker
On Mon, Jan 8, 2018 at 1:41 AM, Franck Houssen wrote: > > > - Mail original - > > De: "Rainer Poisel" > > À: "Franck Houssen" > > Envoyé: Dimanche 7 Janvier 2018 19:34:21 > > Objet: Re: [CMake] CMake: using dlopen > > >

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Franck Houssen
> Envoyé: Lundi 8 Janvier 2018 10:41:25 > Objet: Re: [CMake] CMake: using dlopen > > > > - Mail original - > > De: "Rainer Poisel" > > À: "Franck Houssen" > > Envoyé: Dimanche 7 Janvier 2018 19:34:21 > > Objet: Re: [CMake

Re: [CMake] CMake: using dlopen

2018-01-08 Thread J Decker
t;CMake Mail List" > > Envoyé: Lundi 8 Janvier 2018 10:41:25 > > Objet: Re: [CMake] CMake: using dlopen > > > > > > > > - Mail original - > > > De: "Rainer Poisel" > > > À: "Franck Houssen" > > > Envoyé: Dim

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Eric Noulard
try again. 2018-01-08 10:45 GMT+01:00 J Decker : > > On Mon, Jan 8, 2018 at 1:41 AM, Franck Houssen > wrote: > >> >> >> - Mail original - >> > De: "Rainer Poisel" >> > À: "Franck Houssen" >> > Envoyé: Di

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Franck Houssen
hen trying to read/understand all of it (personal opinion). To me, the doc misses simple illustrative examples like Rainer's one (here again, personal opinion). - Mail original - > De: "Eric Noulard" > À: "J Decker" > Cc: "Franck Houssen" , &qu

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Eric Noulard
trying to > read/understand all of it (personal opinion). To me, the doc misses simple > illustrative examples like Rainer's one (here again, personal opinion). > > > -- > > *De: *"Eric Noulard" > *À: *"J Decker" > *Cc:

Re: [CMake] CMake: using dlopen

2018-01-08 Thread Franck Houssen
- Mail original - > De: "Eric Noulard" > À: "Franck Houssen" > Cc: "J Decker" , "CMake Mail List" > Envoyé: Lundi 8 Janvier 2018 11:27:29 > Objet: Re: [CMake] CMake: using dlopen > Franck, > Yes I understand and I mostly do

[CMake] CMake support for MYS2

2018-01-08 Thread Mojca Miklavec
Dear CMake developers, I installed msys2 from http://www.msys2.org/ and (after updating etc) installed cmake via pacman -S cmake as well as some other packages like "make", the gcc compiler etc. But "ccmake" complains: System is unknown to cmake, create: Platform/MINGW32_NT-6.1 to use thi

[CMake] cmake 3.10.1 findMpi unusable

2018-01-20 Thread Biddiscombe, John A.
My system updated cmake to 3.10.1 and now findpackage(mpi) is now unusable After trying everything I can think of, I have ended up with this, but it still does not find mpi as the trycompile step fails to build a test mpi due to missing mpi.h It used to be so simple. I do not want to use compil

[CMake] [cmake] [RFC] rewriting FindMKL

2018-01-22 Thread Sik
Hello CMake users and devs, In openmeeg we are reviewing our MKL package finder to make it more maintainable for ourselves and others who had adopted our solution. Therefore I'm writing you requesting comments and feedback so that is useful for everyone. Here is the project we have set up in orde

[CMake] CMake detects suspicious compiler

2018-01-26 Thread christoph@ruediger.engineering
Hi, I’ve one Linux system here, where cmake always detects a C compiler from a cross-toolchain. Doesn’t sound strange up to now, but the real deal is that the path to the compiler is totally unknown to the shell. It is not in PATH, CC and CXX env variables are empty and CMAKE_C_COMPILER and CMA

[CMake] CMake + mdvc + --build + jenkins

2018-02-01 Thread Michael Ellery
I know this is a long-shot, but I’m wondering if anyone has encountered this scenario: CMake (3.10) being used to generate a project for Visual Studio 15 (the current latest) the build is running on a windows machine under a jenkins slave process The generation step runs fine I then run cmake

Re: [CMake] [cmake-developers] cmake_format

2018-02-07 Thread Ben Boeckel
On Wed, Feb 07, 2018 at 13:27:28 +0100, Cristian Adam wrote: > I don't remember seeing this tool advertised on the CMake mailing lists: > > https://github.com/cheshirekow/cmake_format/tree/master/cmake_format Cool! I have some feature requests, but I'll add them over there :) . --Ben -- Powere

[CMake] Cmake Frameworks and Bitcode

2018-03-12 Thread Cameron Palmer
So after a bit of hacking it seems that Cmake should provide something like: CMAKE_OSX_BITCODE_ENABLE Which would pass -fembed-bitcode to the compiler and linker and remove the option in Darwin.cmake for -Wl,-headerpad_max_install_names in CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS. Does this sound l

[CMake] cmake --find-package deprecated?

2018-04-03 Thread jeandet
Hi all, Reading the documentation I can see: https://cmake.org/cmake/help/v3.11/manual/cmake.1.html?highlight=find%2 0package#find-package-tool-mode id="-x-evo-selection-start-marker"> " Note This mode is not well-supported due to some technical limitations. It is kept for compatibility but shoul

[CMake] CMake on Raspberry Pi

2018-05-20 Thread Shawn G
Hi there, im having some troubles installing CMake on raspberry pi 3 running raspbian stretch. I keep getting this error message when i run the command "sudo apt-get install build-essential cmake pkg-config" The error message: " Reading package lists... Done Building dependency tree Reading state

[CMake] CMake triggers Windows Defender

2018-06-14 Thread Steve
Windows 10, Windows and Defender updates current. CMake version 3.11.3 I'm preparing build environment for AMM (Advanced Modular Manikin) https://github.com/AdvancedModularManikin/DDS/AMM_Modules My tool chain is MinGW 6.3.0 I followed the build instructions up to cmake and changed /"Unix M

[CMake] CMake + VS Toolkit 2003

2006-01-12 Thread Benoit Regrain
Hi,   I would generate the compilation files for the VisualStudio Toolkit 2003 with CMake, but it doesn't work.   I have followed the instructions at www.itk.org/Wiki/ITK_MS_Free_Tool but CMake says that it can't compile for IA64...   How could I solve my problem ?   -

RE: [CMake] CMake & FindQT4.cmake

2006-01-17 Thread Moreland, Kenneth
: cmake@cmake.orgSubject: [CMake] CMake & FindQT4.cmake Hi all, I try to use CMake with a QT project. I have include FindQT4.cmake but CMake doesn't know : QT4_WARP_UI && QT4_ADD_RESOURCE.here is the ouput of CMake : -- This is a CVS repository-- Using Buildname: Darw

Re: [CMake] CMake & FindQT4.cmake

2006-01-17 Thread Alexander Neundorf
> Von: xavier delannoy <[EMAIL PROTECTED]> > > Hi all, > > I try to use CMake with a QT project. I have include FindQT4.cmake but > CMake > doesn't know : QT4_WARP_UI && QT4_ADD_RESOURCE. > > here is the ouput of CMake : > > -- This is a CVS repository > -- Using Buildname: Darwin-c+

Re: [CMake] CMake and incrediBuild

2006-01-30 Thread Brad King
Sören Freudiger wrote: By using incrediBuild (for VS 2005) I always have to deactivate the compilation of the CMakeLists.txt file. Otherwise I get an access-violation error for the project file by incrediBuild. I think the problem is the renewing of the project file at compling CMakeLists.txt. So

[CMake] CMake and precompiled headers

2006-02-14 Thread Gregor Berginc
Hi all, I noticed a feature request for precompiled headers (bug# 1260). One mentioned there, that you can simply use SET_SOURCE_FILES_PROPERTIES for the time being. But, unfortunatelly, I can't seem to get it working. I put my header to the list of sources: SET(VC_SRC includes.hh ... ) Then

[CMake] CMake and swig problem

2006-02-22 Thread Ian . Appru
Title: CMake and swig problem Hi, I am using the UseSWIG module on solaris to configure swig to generate a java interface. However the C++ jni library generated has file name MyJNI.so rather than libMyJNI.so On this limited info - any initial ideas on what might be the problem? Regards

[CMake] cmake and vc generators

2006-02-26 Thread Prakash Punnoor
Hi, I managed to get my project file working for windows with the nmake generator. But trying to use any of the other vc generators leads to an error with cl, but I don't get any output. (Why would here the compiler fail, if it doesn't fail with nmake?) Is my CMakeLists.txt too complex (see ope

[CMake] Cmake and VTK 5.0

2006-03-14 Thread Philippe Poilbarbe
Hello, I have just installed VTK 5.0 under Linux and this version breaks the FindVTK.cmake mechanism used to find vtk. FindVTK.cmake (from CMake 2.2.3) tries to find vtk from the path entries in directories ../lib/vtk but VTK installs itself in lib/vtk-5.0 Attached there is a file named Fin

[CMake] CMake + Native Builds, Relationship

2006-05-28 Thread Steve Johns
In another thread, Brandon wrote: CMake is a build system generator; that means the drill is always going to be CMake + some other build system. It's never going to be CMake by itself. This statement seems to sum up the strength and purpose of CMake. This strikes me a a big-picture point t

Re: [CMake] cmake 2.4.1 FIND_PATH

2006-06-07 Thread William A. Hoffman
At 11:33 AM 6/7/2006, frederic heem wrote: >Hi, >After switching from 2.2 to 2.4, my application didn't behave correctly, the >root of the problem is a change in FIND_PATH work. Here one of this: >FIND_PATH(PWLIB_INCLUDE_DIR ptlib.h > $ENV{PWLIBDIR}/include > /usr/include >) > >cmake always take

Re: [CMake] cmake 2.4.1 FIND_PATH

2006-06-07 Thread William A. Hoffman
At 12:03 PM 6/7/2006, frederic heem wrote: >I disagree on this point, if the user sets paths in FIND_, he expects that >cmakes searches these path, only if it fails, cmake can look for default >ones, but only if it cannot be found in the path specified by the user. >Suppose that pwlib that comes

Re: [CMake] cmake 2.4.2 CMAKE_CXX_FLAGS_DEBUG

2006-06-07 Thread Brad King
frederic heem wrote: It has been suggested to use the following command to set different debug compiler flags: SET(CMAKE_CXX_FLAGS_DEBUG "-g3 -ggdb -O0" CACHE STRING "Debug options.") Unfortunately, it no longer works with cmake 2.4.2. It is ignored, only -g is present. Did this work in any v

Re: [CMake] Cmake Install problems

2006-06-21 Thread Gaetan Lehmann
On Wed, 21 Jun 2006 16:44:17 +0200, Mike Wells <[EMAIL PROTECTED]> wrote: I am a total newbie in the Linux installation world. I am trying to install cmake under fedora core 5. When I run ./bootstrap in Cmake directory I get: loading initial cache file /root/ITK/itksnap_build/cmake

Re: [CMake] Cmake Install problems

2006-06-21 Thread Alexander Neundorf
Original-Nachricht Datum: Wed, 21 Jun 2006 10:44:17 -0400 Von: Mike Wells <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: [CMake] Cmake Install problems > I am a total newbie in the Linux installation world. I am trying to > install > cmake under fedora cor

[CMake] cmake 2.2 / 2.4 differences?

2006-06-23 Thread Jeroen Janssen
Hello, I could not find a reference to cmake 2.4 on the cmake news page ( http://cmake.org/HTML/News.html ), while 2.4.2 is available from the download page. Is there a list of important changes between 2.2 / 2.4? (also when exactly was 2.4 released?) This also in relation to the official book

Re: [CMake] Cmake MacOSX Question

2006-06-23 Thread Brad King
Hans J. Johnson wrote: Cmake Experts, I am running into a problem with static libraries and conflicting frameworks on MacOSX. I need to statically build my own version of tcl and tk with X11 bindings and link it to my application. The problem is that the linker is preferring to bind to the Tcl

Re: [CMake] Cmake MacOSX Question

2006-06-23 Thread Hans J. Johnson
Brad, Here is the output. I am still perplexed as to why the tcl and tk libraries from the framework (or /usr/lib) are being included. /usr/bin/c++-bind_at_load -O2 -ftemplate-depth-50 -no-cpp-precomp -Wno-long-double -ftemplate-depth-50 -no-cpp-precomp -Wno-long-double -DNO_ITK_TCL -O3 -

Re: [CMake] Cmake MacOSX Question

2006-06-23 Thread William A. Hoffman
itkopenjpeg -litkpng >>> -litktiff -litkjpeg8 -lITKSpatialObject -lITKNumerics -lITKMetaIO >>> -lITKDICOMParser -lITKEXPAT -lITKniftiio -lITKznz -litkzlib -lqHull >>> -liplAlgorithms -liplObject -lgts -liplHeader -liplPixelTable -liplUtils >>> -liplLogging -lITKC

Re: [CMake] Cmake MacOSX Question

2006-06-23 Thread Brad King
Hans J. Johnson wrote: Here is the output. I am still perplexed as to why the tcl and tk libraries from the framework (or /usr/lib) are being included. [snip] /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/collect2 -dynamic -arch ppc -bind_at_load -headerpad_max_install_names -macosx_version_mi

Re: [CMake] Cmake MacOSX Question

2006-06-23 Thread Hans J. Johnson
/brains2/MacOSX/FAST/src/lib/InsightToolkit -L. >>>> -L/scratch/hjohnson/src/brains2/MacOSX/FAST/src/lib -L/usr/X11R6/lib >>>> -L/sw/lib -lb2Utils -liplGUI -lb2Utils -liplKernel -lITKBasicFilters >>>> -lITKIO >>>> -lITKNrrdIO -litkgdcm -litkjpeg12 -litkjpeg16 -litkopenjpeg -litkpng >>>> -litktiff -litkjpeg8 -lITKSpatialObject -lITKNumerics -lITKMetaIO >>>> -lITKDICOMParser -lITKEXPAT -lITKniftiio -lITKznz -litkzlib -lqHull >>>> -liplAlgorithms -liplObject -lgts -liplHeader -liplPixelTable -liplUtils >>>> -liplLogging -lITKCommon -litkvnl_inst -litkvnl_algo -litkvnl -litknetlib >>>> -litkvcl -litksys -lpthread -lm -lgts -lglib -lgmodule -lgthread -ltcl8.4 >>>> -ltk8.4 -lforms -lformsGL -lm -lX11 -lXext -lXmu -lXpm -lGLU -lGL >>> >>> Add the -v option to the command line to see exactly what GCC is running >>> underneath. >>> >>> -Brad >> >> ___ >> CMake mailing list >> CMake@cmake.org >> http://www.cmake.org/mailman/listinfo/cmake > ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake MacOSX Question

2006-06-24 Thread Hans Johnson
Brad, Thanks for all your suggestions. They put me onto the correct path to figuring out what was going on. Close inspection of the man page for ld on MacOSX indicates why the strange behavior was occuring. -search_paths_first By default when the -dynamic flag is in effect, the

Re: [CMake] Cmake MacOSX Question

2006-06-26 Thread William A. Hoffman
kwards somehow? >> >> Alternatively the linker could be searching the entire path for a shared >> library and then searching the entire path for a static library. Since >> it finds libtcl8.4.so in /usr/lib it doesn't ever look for libtcl8.4.a. >> Try changing TCL_LIBRARY to "-Wl,-Bstatic -ltcl8.4 -Wl,-Bdynamic". >> >> -Brad > >___ >CMake mailing list >CMake@cmake.org >http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake MacOSX Question

2006-06-26 Thread Hans Johnson
from the command line of /usr/bin/c++. >>> >>> Also note that the path >>> -L/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../.. is actually >>> /usr/lib. Perhaps the linker is searching backwards somehow? >>> >>> Alternatively the linker could be searching the entire path for a shared >>> library and then searching the entire path for a static library. Since >>> it finds libtcl8.4.so in /usr/lib it doesn't ever look for libtcl8.4.a. >>> Try changing TCL_LIBRARY to "-Wl,-Bstatic -ltcl8.4 -Wl,-Bdynamic". >>> >>> -Brad >> >> ___ >> CMake mailing list >> CMake@cmake.org >> http://www.cmake.org/mailman/listinfo/cmake > ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake MacOSX Question

2006-06-26 Thread Brad King
William A. Hoffman wrote: At 11:09 PM 6/24/2006, Hans Johnson wrote: Thanks for all your suggestions. They put me onto the correct path to figuring out what was going on. Close inspection of the man page for ld on MacOSX indicates why the strange behavior was occuring. -search_paths_first

Re: [CMake] Cmake MacOSX Question

2006-06-26 Thread William A. Hoffman
At 10:57 AM 6/26/2006, Hans Johnson wrote: >Bill, > >I'm always leery about changing the default behavior for things like this. >This change did fix my problem, which admittedly is a due to retrofitting >the build system deal with my strange requirements, but it seems like many >other people are no

Re: [CMake] Cmake MacOSX Question

2006-06-26 Thread Hans Johnson
Bill, If Cmake orders items based on this expected behavior, then the compiler should also match the same convention, and the -search_paths_first flag should definitely be used. Thanks, Hans On 6/26/06 10:04 AM, "William A. Hoffman" <[EMAIL PROTECTED]> wrote: > At 10:57 AM 6/26/2006, Hans Joh

[CMake] cmake / ctest crosscompiling support?

2006-06-28 Thread Jeroen Janssen
Hello, I was wondering if cmake also supports crosscompiling. And is there any experience running ctest on crosscompiled executables? Best regards, Jeroen Janssen ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake in the news :-)

2006-06-29 Thread Alexander Neundorf
http://www.golem.de/0606/46190.html http://osnews.com/comment.php?news_id=15046 http://lwn.net/Articles/188693/ And soon on dot.kde.org, let's see whether slashdot also picks it up :-) Alex -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl __

[CMake] cmake 2.4.3 release schedule ?

2006-07-02 Thread Alexander Neundorf
Hi, when is 2.4.3 scheduled ? We (KDE) don't have any open issues with it, and having a release with the improved handling of generated files would be nice :-) Bye Alex -- "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail __

Re: [CMake] CMake and Subversion.

2006-07-07 Thread Andy Cedilnik
Hi Andrew, Subversion support was added in CMake 2.4. You may want to run: ctest -D ExperimentalUpdate -V and see what the output is. Andy Andrew Maclean wrote: We have a Windows XP client and we need to run nightly tests on it. The repository is a subversion one on a linux box. We

Re: [CMake] Cmake and CXX

2006-09-22 Thread Brandon J. Van Every
Xavier Larrode wrote: Hello all, Cmake is using by default /usr/bin/c++ to compile project. Is it a way to set it ton another compiler like g++, or gcc-color. You can set CMAKE_CXX_COMPILER to whatever you want. This is documented at http://www.cmake.org/Wiki/CMake_Useful_Variables but not in

Re: [CMake] Cmake + Matlab mex

2006-10-16 Thread Brad King
Wojciech Jarosz wrote: > I saw a couple questions regarding this in the archives from a few > years, but no answers. > > I am using CMake for my project, and would now like to write a matlab > mex function which would use my C/C++ code base. I'd like to have the > CMake infrastructure figure out t

Re: [CMake] Cmake + Matlab mex

2006-10-16 Thread Wojciech Jarosz
Brad King wrote: FIND_PACKAGE(Matlab) INCLUDE_DIRECTORIES(${MATLAB_INCLUDE_DIR}) ADD_LIBRARY(mymex MODULE mymex.c) TARGET_LINK_LIBRARIES(mymex ${MATLAB_LIBRARIES}) See also "bin/cmake --help-module FindMatlab". It looks like the matlab module is a bit out of date so let us know if you have prob

Re: [CMake] CMake performance question

2006-10-20 Thread Brad King
Alexander Neundorf wrote: > #16: the line is parsed and a vector containing the arguments is created, > which is handed the cmSetCommand. This turns the vector into a string. > #17: the line is parsed, ${srcs} is expanded to the string in srcs and parsed > again into a vector. > #08: it evaluates

Re: [CMake] CMake Build References

2006-11-29 Thread Alexander Neundorf
Hi, Von: "Brian Little" <[EMAIL PROTECTED]> > I am somewhat new to CMake, but have delved into it pretty hard over the > last > couple months and have a couple questions for the group. > > > > Is there a flag or means to: > > 1) Not have Makefiles use CMake callback commands > > 2)

Re: [CMake] CMake Build References

2006-11-29 Thread Bill Hoffman
Alexander Neundorf wrote: Hi, Von: "Brian Little" <[EMAIL PROTECTED]> I am somewhat new to CMake, but have delved into it pretty hard over the last couple months and have a couple questions for the group. Is there a flag or means to: 1) Not have Makefiles use CMake callback co

Re: [CMake] CMake Build References

2006-11-30 Thread Sylvain Benner
3) Have CMake generate VC Solutions with the same GUIDs each time I think you want that CMake generates the same GUIDs each time -and- on any computer. We had this problem here, it's a common issue when you have to source controlled your projects. You have 2 possibilities: 1) Use the

Re: [CMake] CMake Build References

2006-11-30 Thread Bill Hoffman
Sylvain Benner wrote: 3) Have CMake generate VC Solutions with the same GUIDs each time I think you want that CMake generates the same GUIDs each time -and- on any computer. We had this problem here, it's a common issue when you have to source controlled your projects. You have 2 pos

Re: [CMake] CMake Build References

2006-11-30 Thread Sylvain Benner
One hack you could do is this Run CMake once on the project. Then grep for GUID in the CMakeCache.txt for the project. You will get a bunch of stuff like this: DumpDocumentation_GUID_CMAKE:INTERNAL=608A20C3-74D8-44BF-AD76-E758979D6DD2 You can do two things with those values. 1. you

RE: [CMake] CMake Build References

2006-11-30 Thread Brian Little
THANKS! You Rock Brian -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 9:21 AM To: Sylvain Benner Cc: Brian Little; cmake@cmake.org Subject: Re: [CMake] CMake Build References Sylvain Benner wrote: > >> 3) Have CMake

[CMake] CMake 2.4.5 RC 2

2006-11-30 Thread Bill Hoffman
Hi, Due to some serious bugs in 2.4.4, I have created a 2.4.5 release candidate 2 (1 did not even get announced). You can find the files here: http://www.cmake.org/files/v2.4/ (Just sort by Last modified to get all the RC-2 files to the top) Please let me know if you find any problems with

[CMake] CMake 2.4.5 RC 4

2006-12-01 Thread Bill Hoffman
Hi, Due to some serious bugs in 2.4.4, I have created a 2.4.5 release candidate 4 (3 did not even get announced). You can find the files here: http://www.cmake.org/files/v2.4/ (Just sort by Last modified to get all the RC-4 files to the top) Please let me know if you find any problems with 2.

Re: [CMake] cmake command-line

2006-12-05 Thread Bill Hoffman
Brian Little wrote: How do you run cmake on the command-line and have it run to completion? I have to run it more than once for it to find all the variables and then spit out the build files. Is there a switch to tell it to run until it is down? Right now to get around it, I have a batch fi

[CMake] CMake 2.4.6-RC-2

2007-01-08 Thread Bill Hoffman
Mainly to fix a qt find problem on the Mac, and to fix a borland make problem, I am going to release a 2.4.6. The Changes in CMake 2.4.6 are as follows: * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxygen and quiet mode. * Find JavaVM

[CMake] CMake 2.4.6 on MSYS

2007-01-26 Thread Ilya Shvetsov
Sorry for my late answer Please look at my new e-mail about this problem -- Ilya Shvetsov (mailto:[EMAIL PROTECTED]) Lead Programmer KranX Productions (http://kranx.com/) ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake cannot find FLTK

2007-01-28 Thread David Morris
I'm having trouble getting cmake to find FLTK using this code in my CMakeLists.txt file: FIND_PACKAGE(FLTK) IF (FLTK_FOUND) MESSAGE(STATUS "Looking for FLTK - found : ${FLTK_LIBRARIES}") GET_FILENAME_COMPONENT(FLTKPATH ${FLTK_LIBRARIES} PATH) LINK_DIRECTORIES(${FLTKPATH}) ELSE (FLTK_FOUND) MESSAG

[CMake] CMake and Doxygen documentation

2007-02-05 Thread Crni Gorac
Anyone having a simple example of CMake setup to support target named say "docs" in CMake generated makefile so that "make docs" would generate project documentation using Doxygen? Thanks. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mail

[CMake] cmake can't find qt4

2007-02-06 Thread Marcin Gil
I'm learning to use cmake for qt4 programs. in main directory CMakeLists.txt: -= PROJECT(dtmanager) FIND_PACKAGE(QT4 REQUIRED) ADD_SUBDIRECTORY(src) =- in src: -= INCLUDE(${QT_USE_FILE}) INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BINARY_DIR} ${QT_INCLUDE_DIR} ${QT_QTNETWORK

Re: [CMake] CMake and Eclipse

2007-02-26 Thread Alexander Neundorf
Von: Alexander Ivash <[EMAIL PROTECTED]> > Hello, cmake. > > Is it possible to use cmake with eclipse for c++ projects ? You can have cmake create makefiles, and then use these makefiles with a makefile project in Eclipse (i.e. not a "managed make" project). If you're interested you could als

Re: [CMake] cmake and crosscompiling

2007-02-27 Thread Alan W. Irwin
On 2007-02-27 15:17+0200 Alexander Ivash wrote: And I still can't find how to change library extension. :( That part, at least, is easy. Look up SET_TARGET_PROPERTIES and the SUFFIX property. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Ph

Re: [CMake] CMake and profiling...

2007-03-13 Thread Brandon J. Van Every
Asmodehn Shade wrote: Hi everyone, I am currently in the process of starting to profile my software. It builds with cmake on unix, linux, and windows, more or less nicely ;) Assuming that I only want to use g++ with gprof right now, I wonder if there was a way to do that smartly in CMake, other

Re: [CMake] CMake and profiling...

2007-03-13 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brandon J. Van Every wrote: > Asmodehn Shade wrote: >> Hi everyone, >> >> I am currently in the process of starting to profile my software. >> It builds with cmake on unix, linux, and windows, more or less nicely ;) >> Assuming that I only want to use

Re: [CMake] CMake and profiling...

2007-03-14 Thread Asmodehn Shade
e busywork. > > > > > > Cheers, > > Brandon Van Every > > > > ___ > > CMake mailing list > > CMake@cmake.org > > http://www.cmake.org/mailman/listinfo/cmake > > > > -BEGIN PGP SIGNATURE- > Version: G

Re: [CMake] CMake and profiling...

2007-03-14 Thread Brandon J. Van Every
Asmodehn Shade wrote: Using CMake 2.4.2 on NetBSD 4.0, my command line looks like : Why don't you try updating to CMake 2.4.6? Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake and profiling...

2007-03-15 Thread Asmodehn Shade
gt; CMake mailing list > CMake@cmake.org > http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake and profiling...

2007-03-15 Thread Brandon J. Van Every
CMake 2.4.6? Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake _______ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake skips assembly files

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
Assembly files explicitly given as source files for a target are completely ignored. From google searches, it seems to be a known issue and the solution lies with adding custom commands. I am not familiar with adding custom commands. And thus have assembly files assembled before building a target.

Re: [CMake] cmake ignore files

2007-03-22 Thread Eric Noulard
2007/3/22, Teodor Calin Hanchevici <[EMAIL PROTECTED]>: Hi, I have some files that have to be built on a specific platform only. I know that I can define the sources using SET and IF, but I was wondering if there is a simpler option I can't really think about something simpler than IF (CMAKE_S

Re: [CMake] cmake ignore files

2007-03-22 Thread Eric Noulard
2007/3/22, Teodor Calin Hanchevici <[EMAIL PROTECTED]>: I have about 100 files, but 4 are windows specific, and 3 are linux specific When i try to build it picks all files. I wanted to know if there is a simpler way then listing all the files. for instance AUX_SOURCE_DIRECTORY(fileio FILO) IF (C

[CMake] CMake ITK build errors

2007-04-06 Thread Yuksel, Cigdem (GE Infra, Aviation)
Hello, I am building an library that extends the ITK. when I run CMake I get the following errors consecutively: > CMake Error : Invalid escape sequence \I > Syntax error in cmake code at C:/ITKBIN/ITKConfig.cmake:12: syntax error, unexpected cal_ERROR, expecting $end(660), when parsing s

[CMake] CMake for Opteron AMD

2007-05-04 Thread Rahul Kulkarni
Hello All, Do I need to build the CMake utility from the source code to use it on AMD Opteron? Because the one available on Windows is 32-bit installer. Here is my system configuration: AMD Opteron Microsoft Window Server 2003 R2 Standard x64 Edition Service Pack1 Thanks and Rega

[CMake] Cmake Editor for Eclipse

2007-05-11 Thread Mike Jackson
For those of us combining Eclipse (www.eclipse.org) with CMake there is good news. There has been a release of CmakeEditor plugin for eclipse. The update site is at http://cmakeed.sourceforge.net/ updates/. This is a nice step forward. For those that don't know, there is a "C" development

Re: [CMake] CMake error: PkgConfig

2007-05-14 Thread Mathieu Malaterre
Hi Tim, Since the beginning of wxVTK finding of GTK has always been biting me... In the past I solved this issue by providing CMake replacement find modules, you should be able to reactivate them in simply inversing the comments. $ vi wxVTK/CMakeLists.txt ... FIND_PACKAGE(GTK REQUIRED) INCLUDE

[CMake] CMake for C# solutions?

2007-05-22 Thread Rob Mathews
Anybody out there used CMake to generate C# .vcproj files? That is, I've got a large C++ code base, and a few C# projects on the side, and I want to use CMake for the C# projects as well. Rob. ___ CMake mailing list CMake@cmake.org http://www.cmake

[CMake] CMake flags to TRY_RUN

2007-05-22 Thread James Bigler
I have a some code that I need to test and I need to feed it a default set of compiler flags. I'm trying to set CMAKE_C_FLAGS via the -D system to override the default ones CMake provides. SET(COMPILE_TEST_SOURCE ${CMAKE_BINARY_DIR}/test/compile-test.c) FILE(WRITE ${COMPILE_TEST_SOURCE} "i

[CMake] CMake and response files

2007-05-26 Thread Trevor Kellaway
Hi, [Summary: does anyone know if it is possible to create response files with GNU make?] For Windows CMake currently supports Microsoft's and Borland's response files, from Windows.cmake: # for borland make long command lines are redirected to a file # with the following syntax, see Windows

[CMake] CMake and directory creation

2007-05-29 Thread Joshua Jensen
So, I have an interesting problem when using CMake (latest CVS). I set the EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to be the following: SET (LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/image CACHE PATH "Output location for LuaPlus libraries") SET (EXECUTABLE_OUTPUT_PATH ${PROJECT_B

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Eric Noulard
2007/6/5, Joachim Zettler <[EMAIL PROTECTED]>: Dear all, I want to integrate cmake with the ECLIPSE IDE and cdt. To be honest I am a beginner and therefore I have not really an idea on how to handle it. I use MinGW with WinXP to develop under Windows. It would be very nice if somebody can help

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Mike Jackson
ake@cmake.org http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Joachim Zettler
erate the Makefiles for mingw and the g++ compiler. Thank you very much in advance. Joachim ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Brandon Van Every
On 6/5/07, Joachim Zettler <[EMAIL PROTECTED]> wrote: Dear all, thank you for your help up to now. I followed the tutorials you provided to me and made a Standard C++ makefile project. Afterwards I tried to adjust the make command but it is not working. Here you can find the command. mingw32-m

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Mike Jackson
; between release and debug? In vc++ this was very easy to handle :) I don't know how to do these things in Eclipse. Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cm

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Eric Noulard
2007/6/5, Joachim Zettler <[EMAIL PROTECTED]>: Hi, here is the error i get in eclipse. Maybe it has to do with the "all" but i am absolutely not shure what this is :( Concerning cmake at all. If you execute mingw32-make -f Makefile directly from the command line in the build directory then every

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Joachim Zettler
Thx...now its running just fine. I had to change the build directory :) Now there is only the cmake thing left. Is it possible to tell eclipse that it should start cmake prior to starting the make process? And what about the release and debug versions. Is there an eclipse switch to change it quic

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Mike Jackson
on how to set up Eclipse to use cmake to generate the Makefiles for mingw and the g+ + compiler. Thank you very much in advance. Joachim ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Joachim Zettler
ings in Eclipse. Cheers, Brandon Van Every ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Brandon Van Every
ools but I > > dont know exactly how to implement this so that cmake is running only when > > something cmakelist has changed. Is there also a possibility to choose > > between release and debug? In vc++ this was very easy to hand

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Joachim Zettler
n Jun 5, 2007, at 9:03 AM, Joachim Zettler wrote: > > Dear all, > > I want to integrate cmake with the ECLIPSE IDE and cdt. > > To be honest I am a beginner and therefore I have not really an idea on > how to handle it. I use MinGW with WinXP to develop under Windows. > > It

Re: [CMake] Cmake with Eclipse

2007-06-05 Thread Alexander Neundorf
On Tuesday 05 June 2007 10:34, Joachim Zettler wrote: > Hehe, > > it works perfectly...thank you very much :) > > Now only one topic is still open :( The release and debug topic :) > Hopefully I can handle this as fast as the last problems :) You need to set up a separate build tree for each diffe

<    6   7   8   9   10   11   12   13   14   15   >