[CMake] cmake dependency checking

2008-01-08 Thread Ajay Divekar
Hi, I have the following directory structure ProjName | - src | -lib | -app if I execute cmake -DBUILD_TYPE=Debug at the app level then the linking fails with missing lib. Obviously this because the lib is not compiled. Is there

Re: [CMake] qmake to cmake

2007-10-12 Thread Ajay Divekar
Experts, I want to run the rcc compiler and would like to which cmake command to use (like qt_wrap_cpp to generate the moc files)? I also want to create plugins which I want to load in my application. I was wondering if anybody could tell me how to create a plugin using cmake. Regards, Ajay

Re: [CMake] qmake to cmake

2007-10-12 Thread Ajay Divekar
: Brandon Van Every wrote: On 10/10/07, Ajay Divekar [EMAIL PROTECTED] wrote: Hello Experts, I found this ruby script on http://www.cmake.org/Wiki/CMake:ConvertFromQmake which helps in converting from qmake to cmake. Has anyone tried it and if so what has been there experience? Also

[CMake] qmake to cmake

2007-10-10 Thread Ajay Divekar
Hello Experts, I found this ruby script on http://www.cmake.org/Wiki/CMake:ConvertFromQmake which helps in converting from qmake to cmake. Has anyone tried it and if so what has been there experience? Also before I start if anyone has any suggestion they are welcome. Regards, Aj

[CMake] execute_process command problem

2007-09-17 Thread Ajay Divekar
this over and over but this command never works on Fedora. Thanks in advance. Waiting for your reply. Regards, Ajay Divekar ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] execute_process command problem

2007-09-17 Thread Ajay Divekar
What that does is it outputs make clean command's output on standard output. On the other hand if I cd and then execute make clean command then it does not output anything to the standard output. Regards, Ajay Divekar On 9/17/07, Bill Hoffman [EMAIL PROTECTED] wrote: Ajay Divekar wrote: I

[CMake] Execute_process with wildcard characters

2007-07-31 Thread Ajay Divekar
. Thanks for your advice in advance. Regards, Ajay Divekar ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] gcc34 compiler and static executable

2007-07-09 Thread Ajay Divekar
experienced this. -- Ajay Divekar ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Creating static executables

2007-06-11 Thread Ajay Divekar
://www.cmake.org/mailman/listinfo/cmake -- Ajay Divekar System Developer Guardian Technologies International Tel No : 703-481-4882 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Creating static executables

2007-06-08 Thread Ajay Divekar
without any shared library dependency. Regards, -- Ajay Divekar System Developer Guardian Technologies International Tel No : 703-481-4882 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Creating static executables

2007-06-08 Thread Ajay Divekar
is libz.so.2 = /lib/libz.so.2 (0x28233000) libm.so.3 = /lib/libm.so.3 (0x28243000) libc.so.5 = /lib/libc.so.5 (0x2825e000) Regards, Ajay On Friday 08 June 2007 15:08, Alan W. Irwin wrote: On 2007-06-08 14:37-0400 Ajay Divekar wrote: I am trying to create a static executable

[CMake] defining custom targets

2007-05-18 Thread Ajay Divekar
INSTALL(SCRIPT abc.sh) to do the modifications. The problem is how to execute cmake scripts without calling make install . If i just specify make install then how do i differentiate between internal and external releases. Need help here !!! Regards -- Ajay Divekar System Developer Guardian

[CMake] Differentiating between FreeBSD and Linuxs

2007-05-16 Thread Ajay Divekar
I was trying to differentiate between FreeBSD and Linux's and found that by using CMAKE_SYSTEM_NAME variable I will be able to do that. I had if (CMAKE_SYSTEM_NAME MATCHES Linux) SET(...) ELSE(CMAKE_SYSTEM_NAME MATCHES Linux) SET(...) ENDIF(CMAKE_SYSTEM_NAME MATCHES Linux) This works on

[CMake] EXECUTE_PROCESS problem

2007-05-15 Thread Ajay Divekar
. Is this true? and if it is what would be the solution to calculating checksum on different platforms? Regards, -- Ajay Divekar ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Creating project distribution using cpack.

2007-05-08 Thread Ajay Divekar
Hi, I am trying to use cpack to create a distribution for my project. I have cmake install functionality already working. The make install utility copies a bunch of executables to the bin directory. But for my project I need to copy in the distribution certain other directories as well. Can

[CMake] Creating project distribution

2007-04-26 Thread Ajay Divekar
Hi, I am trying to use cpack to create a distribution for my project. I have cmake install functionality already working. The make install utility copies a bunch of executables to the bin directory. But for my project I need to copy in the distribution certain other directories as well. Can

[CMake] CMake does not take gcc34 as its compiler

2007-04-19 Thread Ajay Divekar
manually but it still uses gcc as its compiler and not gcc34. I want to use gcc34 as my compiler which is not the default compiler in CMake. I am using freeBSD 5.4 stable and I want to use gcc34 and g++34 as our compilers. Regards, -- Ajay Divekar System Developer Guardian Technologies