[CMake] Unknown CMake command "CHECK_STRUCT_HAS_MEMBER"

2010-06-18 Thread Marcus Liebhardt
> On Thursday 25 March 2010, Franklin Dorbon wrote: > >* Hello, *> >* I get the below error when running CMAKE, the GUI version 2.8 on windows: *> >* *> >* CMake Error at cmake/internal/SearchForStuff.cmake:78 *> >* (CHECK_STRUCT_HAS_MEMBER): Unknown CMake command "CHECK_STRUCT_HAS_MEMBER". *> >* C

Re: [CMake] Cmake and Libltdl

2010-06-18 Thread Michael Hertling
On 06/17/2010 11:29 AM, Carlos Lopez Gonzalez wrote: > Hi, > I'm new to cmake and want to port a C++ project which is now built using > autotools to cmake build system. > The project has some libraries (we call them modules) which are used in two > applications. The applications uses lt_dladdsear

Re: [CMake] Cmake and Libltdl

2010-06-18 Thread Andreas Mohr
On Thu, Jun 17, 2010 at 10:25:10AM -0400, cmake-requ...@cmake.org wrote: > Hi, > I'm new to cmake and want to port a C++ project which is now built using > autotools to cmake build system. > The project has some libraries (we call them modules) which are used in two > applications. The applicatio

Re: [CMake] Unknown CMake command "CHECK_STRUCT_HAS_MEMBER"

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 3:19 AM, Marcus Liebhardt wrote: > > On Thursday 25 March 2010, Franklin Dorbon wrote: > > >* Hello, > *> >* I get the below error when running CMAKE, the GUI version 2.8 on > windows: > *> >* > *> >* CMake Error at cmake/internal/SearchForStuff.cmake:78 > *> >* (CHECK_ST

Re: [CMake] CMake 2.8.2 RC 1 ready for testing!

2010-06-18 Thread Bo Thorsen
Den 14-06-2010 17:24, David Cole skrev: I am happy to announce that CMake 2.8.2 has entered the release candidate stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/. Following is the list of changes in this release. (If you notice something missing please let me k

Re: [CMake] CMake 2.8.2 RC 1 ready for testing!

2010-06-18 Thread Bill Hoffman
On 6/18/2010 7:51 AM, Bo Thorsen wrote: Den 14-06-2010 17:24, David Cole skrev: I am happy to announce that CMake 2.8.2 has entered the release candidate stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/. Following is the list of changes in this release. (If you

Re: [CMake] CMake 2.8.2 RC1 <-> Visual Studio Express

2010-06-18 Thread David Cole
On Wed, Jun 16, 2010 at 9:54 AM, Micha Renner wrote: > Am Mittwoch, den 16.06.2010, 06:56 -0400 schrieb David Cole: > > On Wed, Jun 16, 2010 at 1:26 AM, Micha Renner > > wrote: > > There still some problems with the Express version of VS > > I started the gui-version of CMake and

[CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
1. I want to change where "make package" deposits the packages it creates. Is there a way to do this -- some cpack variable I haven't found? 2. I want to get a hold of the name (or names) of generated packages. I know the package will be called myproject.some_extension, but how do I calculate "so

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Eric Noulard
2010/6/18 Tyler Roscoe : > 1. I want to change where "make package" deposits the packages it > creates.  Is there a way to do this -- some cpack variable I haven't > found? No variable I am aware of. However you may create a custom target which call make package and then move the file, provided yo

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > 2010/6/18 Tyler Roscoe : > > 1. I want to change where "make package" deposits the packages it > > creates.  Is there a way to do this -- some cpack variable I haven't > > found? > > No variable I am aware of. > However you may create

[CMake] Shipping Config Files

2010-06-18 Thread Clark Gaebel
What would I need to add to my CMakeLists.txt to make sure that a config file in the src/ directory gets copied to the build output directory, and the install directory when "make install" is run? -- Regards, -Clark ___ Powered by www.kitware.com Visi

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > 2010/6/18 Tyler Roscoe : > > > 1. I want to change where "make package" deposits the packages it > > > creates. Is there a way to do this -- some cpack variable I haven't > >

Re: [CMake] Shipping Config Files

2010-06-18 Thread Tyler Roscoe
On Fri, Jun 18, 2010 at 12:59:39PM -0400, Clark Gaebel wrote: > What would I need to add to my CMakeLists.txt to make sure that a config > file in the src/ directory gets copied to the build output directory, > and the install directory when "make install" is run? Have you looked at the install()

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Tyler Roscoe
On Fri, Jun 18, 2010 at 01:06:46PM -0400, David Cole wrote: > On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > > 2010/6/18 Tyler Roscoe : > > > > 1. I want to change where "make package" deposits the packages it > > > > crea

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread Eric Noulard
2010/6/18 Tyler Roscoe : > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: >> 2010/6/18 Tyler Roscoe : >> > 1. I want to change where "make package" deposits the packages it >> > creates.  Is there a way to do this -- some cpack variable I haven't >> > found? >> >> No variable I am aw

Re: [CMake] change where package is generated; full name of package with extension

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 1:12 PM, Tyler Roscoe wrote: > On Fri, Jun 18, 2010 at 01:06:46PM -0400, David Cole wrote: > > On Fri, Jun 18, 2010 at 1:01 PM, Tyler Roscoe wrote: > > > On Fri, Jun 18, 2010 at 06:30:25PM +0200, Eric Noulard wrote: > > > > 2010/6/18 Tyler Roscoe : > > > > > 1. I want to

Re: [CMake] CMake 2.8.2 RC 1 ready for testing!

2010-06-18 Thread David Cole
On Fri, Jun 18, 2010 at 9:56 AM, Bill Hoffman wrote: > On 6/18/2010 7:51 AM, Bo Thorsen wrote: > >> Den 14-06-2010 17:24, David Cole skrev: >> >>> I am happy to announce that CMake 2.8.2 has entered the release >>> candidate stage! You can find the source and binaries here: >>> http://www.cmake.or