[cmake-developers] [CMake 0012477]: FindLAPACK

2011-09-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12477 == Reported By:Mark Abraham Assigned To:

[cmake-developers] [CMake 0012478]: Under Cygwin, FindLATEX does not find installed tools

2011-09-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12478 == Reported By:Mark Abraham Assigned To:

[cmake-developers] [CMake 0012479]: Generated Eclipse CDT files only valid for = Helios (3.6)

2011-09-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12479 == Reported By:Alex Neundorf Assigned To:

Re: [CMake] Cannot find appropriate C++ compiler on this system ...

2011-09-30 Thread Michael Wild
On 09/30/2011 04:18 AM, Albretch Mueller wrote: ~ I should have added that I am able to compile and run c code using gcc ~ C -- Again, cpp and gcc are *NOT* C++ compilers. You need to install g++. Since Knoppix is Debian based, apt-get install g++ should do the trick. Michael -- Powered

Re: [CMake] Fwd: Save stripped debugging information

2011-09-30 Thread Rolf Eike Beer
On 09/29/2011 06:15 AM, Yuri Timenkov wrote: When I was investigating similar problem, I found alternative approach at http://code.google.com/p/dynamorio/source/browse/trunk/CMakeLists.txt. The thing is to change linker rules, to something like this: set(CMAKE_C_CREATE_SHARED_LIBRARY

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Hello everyone.. I have two library files in two different directories and my project involves linking one library with the another..So i used Target_link_libraries..but i am unable to execute the executable and it is giving the error as In

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Mario Rodríguez
I've tested it again in more computers and building others new versions of cmake git next, release, 2.8.6,... and the result is the same 2011/9/27 Mario Rodríguez shi...@gmail.com Hi, I'm testing the new feature described in this comment of the ticket in

Re: [CMake] How to use add_custom_command correctly

2011-09-30 Thread Martin Kupke
On 29.09.11 01:46, Michael Hertling wrote: On 09/28/2011 01:45 PM, Martin Kupke wrote: Now it seems to be solved, the generator is called and the generated sources / headers are then compiled and linked into a library. My changes are in the D:/project/Discovery/Generated/Driver/CMakeLists.txt

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Hi, Please do not drop he mailing list address. My CMake version is 2.8..Its on linux yes!!!..But still if i dnt want to go into the complexity (because m nt understanding the concept of RPath dat easily) then what can i do so that my program

[CMake] CMake 2.8, Xcode generator and XIB files

2011-09-30 Thread g...@novadsp.com
My CMake rules to convert a .XIB file to a .NIB file in the application bundle work for makefile builds. However I cannot get the same result when using the Xcode generator. Does anyone have a working example for XCode 3.X or 4 they can share? The cmakelists.txt script is Message(We are

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Respected sir!!!.. Actually i have made the static libraries..But the problems which m gettin is that the program of the CMakeLists.txt is first of all nt able to pick up the libraries (with TARGET_LINK_LIBRARY) and second thing those libraries

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Bill Hoffman
On 9/30/2011 5:50 AM, Mario Rodríguez wrote: I've tested it again in more computers and building others new versions of cmake git next, release, 2.8.6,... and the result is the same I have this version and it works perfect: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Intel(R)

Re: [CMake] CMake 2.8, Xcode generator and XIB files

2011-09-30 Thread Daniel Dekkers
Hi Jerry, I've been battling with .xibs for weeks. What I am finally doing now is not trying to compile and add them to the bundle via CMake myself using custom commands. I just add them as sources to ADD_EXECUTABLE(... ${RESOURCES}) and set SET_TARGET_PROPERTIES(... PROPERTIES RESOURCE

Re: [CMake] CMake 2.8, Xcode generator and XIB files

2011-09-30 Thread Daniel Dekkers
Correction: not the Info.plist. That is treated differently because CMake generates its own for the project. You can set a template Info.plist though where ${VARIABLE} entries are subsituted with (known) CMake variables. On Sep 30, 2011, at 4:14 PM, Daniel Dekkers wrote: Hi Jerry, I've

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Mario Rodríguez
Hi, I've done this test with a CMakeLists.txt including only the project line and the output is the same. When I go to CMakeTmp and open CMAKE_TRY_COMPILE.sln, the popup is shown saying that the project was created with a later version. Then the cmtrycompilerexe project is unavailable and cant

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Bill Hoffman
On 9/30/2011 10:25 AM, Mario Rodríguez wrote: Hi, I've done this test with a CMakeLists.txt including only the project line and the output is the same. When I go to CMakeTmp and open CMAKE_TRY_COMPILE.sln, the popup is shown saying that the project was created with a later version. Then the

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Mario Rodríguez
C:\Documents and Settings\Administrator\Desktop\pruebas\CMakeFiles\CMakeTmpdir Volume in drive C is XP_64 Volume Serial Number is 3082-1D5B Directory of C:\Documents and Settings\Administrator\Desktop\pruebas\CMakeFiles\CMakeTmp 30/09/2011 16:21DIR . 30/09/2011 16:21DIR

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Bill Hoffman
Can you send me two things (off the list, do not cc cmake@cmake.org). Send me the files: CMAKE_TRY_COMPILE.sln cmTryCompileExec.vfproj Then use your VS IDE to create a simple fortran project that does work for you. Then send me that .sln and .vfproj file. You do have the IDE integration

Re: [CMake] Testing Intel Fortran 12 with cmake in next git

2011-09-30 Thread Bill Hoffman
On 9/30/2011 10:56 AM, Bill Hoffman wrote: Can you send me two things (off the list, do not cc cmake@cmake.org). Send me the files: CMAKE_TRY_COMPILE.sln cmTryCompileExec.vfproj Then use your VS IDE to create a simple fortran project that does work for you. Then send me that .sln and .vfproj

Re: [CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules

2011-09-30 Thread Alexander Neundorf
On Friday 30 September 2011, Peter Kuemmel wrote: Tested cmake/ninja with Blender's cmake files, works well, and fast! Single file rebuild is 0.97 sec, same on makefiles was 3.7sec. I also have some numbers: Building LyX (lyx.org, 676 files): LyX has

Re: [CMake] CMake 2.8, Xcode generator and XIB files

2011-09-30 Thread g...@novadsp.com
Hi Daniel On 30/09/2011 15:14, Daniel Dekkers wrote: I've been battling with .xibs for weeks. What I am finally doing now is not trying to compile and add them to the bundle via CMake myself using custom commands. I just add them as sources to ADD_EXECUTABLE(... ${RESOURCES}) and set

[CMake] Dependent variable definitions disappear in fortran module files

2011-09-30 Thread John R. Cary
I have a library that depends on another library (netcdf). When I build the definitions from the dependency are missing from the .mod file: octet.cary$ grep -i nf_inq_varid ezcdf_attrib.mod octet.cary$ But if I just compile again, they are there: octet.cary$ /usr/bin/gfortran -DHAVE_CONFIG_H

Re: [CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules

2011-09-30 Thread Eric Noulard
2011/9/30 Alexander Neundorf a.neundorf-w...@gmx.net: Summary:          build    dry    rebuild ninja   1m15.8   0m0.1    0m07.3 make    1m19.4   0m1.4    0m07.9 auto    3m19.9   0m2.1    0m13.0 So only the dry run shows a huge speedup (10-20 times faster) Not to question your numbers,

[CMake] FindQt4

2011-09-30 Thread MM
hi, I generated a msvc10 solution with cmake 2.8.5. I use the following in the project's CMakeLists.txt FIND_PACKAGE(Qt4 4.5.3 COMPONENTS QtCore QtGui QtOpenGL REQUIRED) IF(QT4_FOUND) INCLUDE(${QT_USE_FILE}) TARGET_LINK_LIBRARIES(nhui ${QT_LIBRARIES}) ELSE() MESSAGE(FATAL_ERROR Qt=4.5.3

Re: [CMake] Fwd: Save stripped debugging information

2011-09-30 Thread Michael Hertling
On 09/30/2011 08:39 AM, Rolf Eike Beer wrote: On 09/29/2011 06:15 AM, Yuri Timenkov wrote: When I was investigating similar problem, I found alternative approach at http://code.google.com/p/dynamorio/source/browse/trunk/CMakeLists.txt. The thing is to change linker rules, to something like

[Cmake-commits] CMake branch, next, updated. v2.8.5-1987-gcf2e0df

2011-09-30 Thread Alexey Ozeritsky
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via cf2e0df02e9d422897075ca10e7776c97f2221bd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1990-g8840882

2011-09-30 Thread Bill Hoffman
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 88408823c3aead1650c596781a8d9f675a4f0373 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-523-gc4e08b5

2011-09-30 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via c4e08b553326df76d8a36b4045e4b6c5db47933e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1997-gbd5b17a

2011-09-30 Thread Bill Hoffman
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via bd5b17a2a5a97f62840b90f82fb0057bbe8e0efe (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-528-g867b226

2011-09-30 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 867b226898fa1dab1001abf7dd18e21d273b259e (commit) from