Re: [CMake] Am I stupid or what?

2006-07-17 Thread Louis Kruger
Binary releases are setup for all sorts of configurations which make them sometimes worse, but I tried that as well and it does not work for me.  At the moment I have one installed. I eventually wrote a perl program to pull in the includes to see what the cause of error 255 were in the sourc

Re: [CMake] Am I stupid or what?

2006-07-17 Thread Louis Kruger
I did all 2.0.0, 2.2.2 & 2.4.1/2 - Original Message - From: Brandon J. Van Every To: cmake Sent: Monday, July 17, 2006 12:00 PM Subject: Re: [CMake] Am I stupid or what? Louis Kruger wrote: Hi,   I tried to build CMake 2.0.6 - 2.4.2 without

Re: [CMake] Using cmake's UsePkgConfig

2006-07-17 Thread Antti S. Lankila
Alexander Neundorf wrote: PKGCONFIG(gtk+-2.0 GTK2_INCLUDE_DIR GTK2_LINK_DIR GTK2_LINK_FLAGS GTK2_CFLAGS) message(STATUS "inc: -${GTK2_INCLUDE_DIR}") message(STATUS "link flags: -${GTK2_LINK_FLAGS}") message(STATUS "cflags: -${GTK2_CFLAGS}") message(STATUS "link dir: -${GTK2_LI

Re: [CMake] Building CMake on Windows

2006-07-17 Thread Brad King
Ryan Connelly wrote: > I have a previous version of CMake installed on my system (Cmake 2.2). > Currently, I am trying to build 2.4.2 from source using the existing > cmake installation. After running the following command, cmake > BUILD_FOR_VS2005:BOOL=ON , the cmake process seems to hang (or take

Re: [CMake] Using cmake's UsePkgConfig

2006-07-17 Thread Alexander Neundorf
Hi Antti, Datum: Mon, 17 Jul 2006 18:09:23 +0300 > Hey. > > This is probably bit of a newbie question but good information about > cmake is hard to come by. > > I wanted to build against GTK2 with cmake. The FindGTK module is only > capable of detecting GTK 1.x and proved to be useless. So, I

[CMake] Building CMake on Windows

2006-07-17 Thread Ryan Connelly
I have a previous version of CMake installed on my system (Cmake 2.2). Currently, I am trying to build 2.4.2 from source using the existing cmake installation. After running the following command, cmake BUILD_FOR_VS2005:BOOL=ON , the cmake process seems to hang (or take a long time), and I can'

Re: [CMake] VCProj Files: Precompiled headers

2006-07-17 Thread Ryan Connelly
I am glad that speedy posted that fix. I am in the process of patching my cmake build and compiling for vs2005. I hope that this patch or a similar fix is added to the next stable version of CMAKE. It would make our lives easier for sure. Thanks again speedy. Ryan speedy wrote: Hello Peter,

[CMake] FILE TO_NATIVE_PATH on Windows

2006-07-17 Thread Brandon J. Van Every
William A. Hoffman wrote: At 12:26 AM 7/17/2006, Brandon J. Van Every wrote: Because last I tried, it was broken. Precise definition of "broken" later. I'm in the middle of a huge refactoring right now, driven by these pathing and quoting and escaped whitespace problems.

[CMake] Using cmake's UsePkgConfig

2006-07-17 Thread Antti S. Lankila
Hey. This is probably bit of a newbie question but good information about cmake is hard to come by. I wanted to build against GTK2 with cmake. The FindGTK module is only capable of detecting GTK 1.x and proved to be useless. So, I opted to use pkg-config, because it's probably what autotools use

Re: [CMake] Am I stupid or what?

2006-07-17 Thread Brad King
Louis Kruger wrote: > Hi, > > I tried to build CMake 2.0.6 - 2.4.2 without success. ( I need it for > VTK which I need for ProcessView.) > > 1. It seem to fail on creating directories, > 2. Seem to fail on copying of a file & > 3. Seem to fail on setting permmissions. > > I also wished that

Re: [CMake] Is there a @configure_inout@ -like thing?

2006-07-17 Thread Brad King
Erk wrote: > I'm switching from autotools to cmake. > I did found everything I want but the > @configure_input@ thing. > > For emulating my custom configure-generated file > I use the CMake CONFIGURE_FILE which is > just fine. > > Nevertheless I found interesting the predefined > @configure_inpu

Re: [CMake] [PATCH] SEPARATE_ARGUMENTS: don't replace escaped spaces

2006-07-17 Thread William A. Hoffman
At 12:26 AM 7/17/2006, Brandon J. Van Every wrote: >Because last I tried, it was broken. Precise definition of "broken" later. >I'm in the middle of a huge refactoring right now, driven by these pathing and >quoting and escaped whitespace problems. If it is broken, please let me know so it wo

Re: [CMake] Am I stupid or what?

2006-07-17 Thread Jan Woetzel
Louis Kruger wrote:   I tried to build CMake 2.0.6 - 2.4.2 without success.  ( I need it for VTK which I need for ProcessView.) Disappointment can be frustrating - but why don't you use a binary release - and the newest? See http://www.cmake.org/HTML/Download.html -- Dipl.-In

Re: [CMake] Am I stupid or what?

2006-07-17 Thread Brandon J. Van Every
Louis Kruger wrote: Hi,   I tried to build CMake 2.0.6 - 2.4.2 without success.  ( I need it for VTK which I need for ProcessView.)   1. It seem to fail on creating directories, 2. Seem to fail on copying of a file & 3. Seem to fail on setting permmissions.