Re: [CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-22 Thread Ramazan Girgin
www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Mar 19, 2010, at 10:27 AM, Ramazan Girgin wrote: I insert SET(CMAKE_CXX_COMPILER_WORKS 1) in CMakeTestCXXCompiler.cmake file and SET

[CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-19 Thread Ramazan Girgin
-47ef-a0ea-23ea752e0c4f http://trac-hg.assembla.com/CMakeLua/browser/Modules/CMakeTestCXXCompiler.cmake?rev=313%3Aa5cad95a641e On Thu, Mar 18, 2010 at 8:48 PM, Ramazan Girgin ramazangir...@gmail.comwrote: i work in my local computer. I can compile with visual studio2008. I give all permissions

[CMake] cmake error in windows 7 , visual studio 2008

2010-03-18 Thread Ramazan Girgin
! -- Ramazan Girgin ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

Re: [CMake] cmake error in windows 7 , visual studio 2008

2010-03-18 Thread Ramazan Girgin
i have installed sdk. ı can compile 32 bit application with visual studio 2008 On Thu, Mar 18, 2010 at 5:52 PM, Bill Hoffman bill.hoff...@kitware.comwrote: Ramazan Girgin wrote: Hi all, I want to compile 32bit app in 64 bit windows 7. I can compile with vs2008 but when i try to configures

[CMake] adding static library when building static library

2008-01-18 Thread Ramazan Girgin
Hi all, I am building static lib on windows.While building static lib i am using external static library . With using cmake a couldn't add this static library to my new static library. I used TARGET_LINK_LIBRARY comment but it is not linking staticly.How can i do this with cmake? Thanks in

[CMake] c++ building dll static member error

2008-01-01 Thread Ramazan Girgin
Hi all, I generate c++ dll for my project. while using this generated dll with other executable project it gives undefined reference fo static members of class. I try built library with vs 2005 on windows and use it another exe project it doesn't give error. I think it is about cmake built or

Re: [CMake] cmake and qtest

2007-12-30 Thread Ramazan Girgin
Yes , i m talking about qtest framework. I checked KDE4 macros but i didn't understand how it done.Have you got another detailed example ? Ramazan On 12/26/07, Andreas Pakulat [EMAIL PROTECTED] wrote: On 26.12.07 09:36:08, Ramazan Girgin wrote: Hi all, Is there any example about using

[CMake] usign doxygen with cmake

2007-12-25 Thread Ramazan Girgin
Hi, How can auto generate doxygen html file in cmake ?Is there any example project about this? Ramazan ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake and testing qt library project

2007-12-13 Thread Ramazan Girgin
Hi all, I am developing a library and usign cmake as a building tool.I want to test my library when building. Directory structure is like this:: -src |_ lib_src1.cpp |_ lib_src2.cpp |_ lib_src3.cpp -test |_ test.cpp I wrote CMakeLists.txt in src folder and it is working

[CMake] cmake and testing qt library project

2007-12-13 Thread Ramazan Girgin
Hi all, I am developing a library and usign cmake as a building tool.I want to test my library when building. Directory structure is like this:: -src--lib_src1.cpp ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Building debug targets

2007-12-10 Thread Ramazan Girgin
Hi all, I want to built debug target with cmake and nmake . I am calling cmake with -DCMAKE_BUILD_TYPE=Debug.later i am calling nmake. But everytime nmake is building release target. Is there any other way to build debug target??? Thanks in advance Ramazan

[CMake] nmake file create error

2007-12-04 Thread Ramazan Girgin
Hi all, I want to create windows nmake file using cmake. When i want to create nmame makefile cmake gives error like this: *CMake error :The C compiler C:\Program Files\Microsoft Visual Studio 8.0\VC\Bin\cl.exe is not able to compile a simple test program.* *...* *...* *..* *NMAKE:fatal

[CMake] add_subdiretory() help

2007-12-03 Thread Ramazan Girgin
Hi all, I want to use function like add_subdirectory for build order. I have 3 modul. Modul_A and Modul_B must be built before building Module_C .But Modul_A,Modul_B and Modul_C are at the same level.When i used ADD_SUBDIRECTORY(../Modul_A) and ADD_SUBDIRECTORY(../Modul_B) in CMakelists.txt file

Re: [CMake] add_subdiretory() help

2007-12-03 Thread Ramazan Girgin
another thing? On 12/3/07, Andreas Pakulat [EMAIL PROTECTED] wrote: On 03.12.07 11:12:33, Ramazan Girgin wrote: Hi all, I want to use function like add_subdirectory for build order. I have 3 modul. Modul_A and Modul_B must be built before building Module_C .But Modul_A,Modul_B and Modul_C