Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
On Wednesday 09 August 2006 21:44, William A. Hoffman wrote: > At 07:26 PM 8/9/2006, Matt Rogers wrote: > >Hi, > > > >Would the CMake developers be interested in patches that allows people to > > use their already installed libraries such as curl, expat, libtar, etc. > > on certain platforms and fa

Re: [CMake] "simple test program" does not consider LINK_DIRECTORIES

2006-08-09 Thread William A. Hoffman
At 09:14 PM 8/9/2006, Brandon J. Van Every wrote: >William A. Hoffman wrote: > >The bad appearance probably doesn't happen so much in practice with VS .NET >2003, because people typically install a Platform SDK somewhere along the way, >for whatever reason they need it. The PSDK provides pathna

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread William A. Hoffman
At 07:26 PM 8/9/2006, Matt Rogers wrote: >Hi, > >Would the CMake developers be interested in patches that allows people to use >their already installed libraries such as curl, expat, libtar, etc. on >certain platforms and fallback to the in-source libraries if they're not >installed? > >Initiall

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Brandon J. Van Every
Matt Rogers wrote: On Wednesday 09 August 2006 19:26, Brandon J. Van Every wrote: Matt Rogers wrote: Hi, Would the CMake developers be interested in patches that allows people to use their already installed libraries such as curl, expat, libtar, etc. on certain pla

Re: [CMake] "simple test program" does not consider LINK_DIRECTORIES

2006-08-09 Thread Brandon J. Van Every
William A. Hoffman wrote: At 05:40 AM 7/26/2006, [EMAIL PROTECTED] wrote: Hi everyone, I want to build a Project on windows. This poject uses CMAKE when built on windows (it uses another system on unix/linux systems). I cannot build the project with CMAKE cause it fails to build a

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
On Wednesday 09 August 2006 19:26, Brandon J. Van Every wrote: > Matt Rogers wrote: > > Hi, > > > > Would the CMake developers be interested in patches that allows people to > > use their already installed libraries such as curl, expat, libtar, etc. > > on certain platforms and fallback to the in-s

Re: [CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Brandon J. Van Every
Matt Rogers wrote: Hi, Would the CMake developers be interested in patches that allows people to use their already installed libraries such as curl, expat, libtar, etc. on certain platforms and fallback to the in-source libraries if they're not installed? Anyone can already write this ki

[CMake] Submitting patches to rely on external libraries for certain platforms

2006-08-09 Thread Matt Rogers
Hi, Would the CMake developers be interested in patches that allows people to use their already installed libraries such as curl, expat, libtar, etc. on certain platforms and fallback to the in-source libraries if they're not installed? Initially, I think this would be great for unix/linux bas

Re: [CMake] Problems with CHECK_TYPE_SIZE

2006-08-09 Thread William A. Hoffman
At 02:31 PM 8/9/2006, Tim Teulings wrote: >Hello! > >I try to use the CHECK_TYPE_SIZE macro in the CheckTypeSize module to >detect the availability and the size of wchar_t. > >Since wchar_t is not a build-in type but is defined in I want >the macro to include before calculating the size. > >I tri

[CMake] Problems with CHECK_TYPE_SIZE

2006-08-09 Thread Tim Teulings
Hello! I try to use the CHECK_TYPE_SIZE macro in the CheckTypeSize module to detect the availability and the size of wchar_t. Since wchar_t is not a build-in type but is defined in I want the macro to include before calculating the size. I tried the following sequence: INCLUDE(CheckTypeSize)

Re: [CMake] how to add capability to generate preprocessed and not-yet-compiled files ?

2006-08-09 Thread Brad King
Brad King wrote: > Alexander Neundorf wrote: >> Von: Brad King <[EMAIL PROTECTED]> >> >>> Alexander Neundorf wrote: Attached is a first try of a patch against 2.4 branch. It introduces two new variables CMAKE_CREATE_PREPROCESS_RULES and >>> CMAKE_CREATE_ASSEMBLE_RULES. I think especially

Re: [CMake] Changing an External MSProject configuration to build DLLs (Dynamic Libraries)

2006-08-09 Thread Alan W. Irwin
On 2006-08-09 09:33-0400 Ryan Connelly wrote: Hi, I am working with wxWidgets and I need to add their projects as external ones. I can do that, but I am unable to change the configuration to build "Shared Libraries" (Dlls on windows). The configurations are Debug,Debug DLL, Release, Release

Re: [CMake] how to add capability to generate preprocessed and not-yet-compiled files ?

2006-08-09 Thread Brad King
Alexander Neundorf wrote: > Von: Brad King <[EMAIL PROTECTED]> > >> Alexander Neundorf wrote: >>> Attached is a first try of a patch against 2.4 branch. >>> It introduces two new variables CMAKE_CREATE_PREPROCESS_RULES and >> CMAKE_CREATE_ASSEMBLE_RULES. I think especially the name >> CMAKE_CREATE

[CMake] Changing an External MSProject configuration to build DLLs (Dynamic Libraries)

2006-08-09 Thread Ryan Connelly
Hi, I am working with wxWidgets and I need to add their projects as external ones. I can do that, but I am unable to change the configuration to build "Shared Libraries" (Dlls on windows). The configurations are Debug,Debug DLL, Release, Release DLL, etc. I want to choose which one I want to