Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Wed, Apr 02, 2008 at 01:39:11AM +0200, Alexander Neundorf wrote: > On Wednesday 02 April 2008, you wrote: > > On Tue, Apr 01, 2008 at 10:12:20PM +0200, Alexander Neundorf wrote: > > > On Tuesday 01 April 2008, you wrote: > > > > On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote:

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Tue, Apr 01, 2008 at 10:12:20PM +0200, Alexander Neundorf wrote: > On Tuesday 01 April 2008, you wrote: > > On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: > > > On Tuesday 25 March 2008, you wrote: > > > ... > > > > > > > I validated the general approach this morning, should

Re: [CMake] Cross compile + shared libs problem

2008-04-01 Thread Frederik Deweerdt
On Sat, Mar 29, 2008 at 12:25:45AM +0100, Alexander Neundorf wrote: > On Tuesday 25 March 2008, you wrote: > ... > > I validated the general approach this morning, should be ready by > > tomorrow. > > News ? Sorry, I couldn't quite save time to make a nice platform file. Would you accept the follo

Re: [CMake] Cross compile + shared libs problem

2008-03-25 Thread Frederik Deweerdt
On Tue, Mar 25, 2008 at 05:55:00PM +0100, Alexander Neundorf wrote: > On Tuesday 25 March 2008, Frederik Deweerdt wrote: > > On Tue, Mar 25, 2008 at 01:19:52AM +0100, Alexander Neundorf wrote: > > > On Tuesday 25 March 2008, Frederik Deweerdt wrote: > > > > Hi, >

Re: [CMake] Cross compile + shared libs problem

2008-03-24 Thread Frederik Deweerdt
On Tue, Mar 25, 2008 at 01:19:52AM +0100, Alexander Neundorf wrote: > On Tuesday 25 March 2008, Frederik Deweerdt wrote: > > Hi, > > > > I'm trying to cross-compile static libraries for RTEMS. Our project's > > also targets Linux, where we use shared librari

[CMake] Cross compile + shared libs problem

2008-03-24 Thread Frederik Deweerdt
Hi, I'm trying to cross-compile static libraries for RTEMS. Our project's also targets Linux, where we use shared libraries. We declare the libraries with: add_library(libname srcs...). So STATIC or SHARED is omitted. On RTEMS there are no static libraries, so I was expecting that by setting BUILD

Re: [CMake] CVS access problem

2008-03-14 Thread Frederik Deweerdt
On Fri, Mar 14, 2008 at 09:54:06AM -0400, Bill Hoffman wrote: > Bill Hoffman wrote: >> Frederik Deweerdt wrote: >>> Hi, >>> >>> The cmake CVS server seems to be unreachable this (european) morning. Is >>> there a migration underway? >>> >&g

[CMake] CVS access problem

2008-03-14 Thread Frederik Deweerdt
Hi, The cmake CVS server seems to be unreachable this (european) morning. Is there a migration underway? Regards, Frederik ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CMake-CVS: rpm generation problem

2008-02-25 Thread Frederik Deweerdt
Hi all, I've encountered a problem generating RPMs with the latest CVS: apparently, some versions of rpmbuild (ours is 4.2.2) do the pre-processing even when the variable to replace is inside commentaries. In CPackRPM.cmake, the %install directive is found twice (lines 192 and 198), thus rpmbuild

Re: [CMake] RPM CPack generator, was: How to request features?

2007-08-08 Thread Frederik Deweerdt
On Tue, Aug 07, 2007 at 07:45:07PM +0200, Eric Noulard wrote: > 2007/8/7, Frederik Deweerdt <[EMAIL PROTECTED]>: > > On Mon, Aug 06, 2007 at 06:31:32PM +0200, Eric Noulard wrote: > > > 2007/8/6, Alexander Neundorf <[EMAIL PROTECTED]>: > > > 2) Those fi

Re: [CMake] RPM CPack generator, was: How to request features?

2007-08-07 Thread Frederik Deweerdt
On Mon, Aug 06, 2007 at 06:31:32PM +0200, Eric Noulard wrote: > 2007/8/6, Alexander Neundorf <[EMAIL PROTECTED]>: > 2) Those files MUST define the following variables > > CPACK_GENERATOR_NAME --> the name of the GENERATOR > e.g. SET(CPACK_GENERATOR_NAME "RPM") > > CPACK_RPM_OK will be

Re: [CMake] ADD_CUSTOM_COMMAND: OUTPUTS ignored when in subdir

2006-06-06 Thread Frederik Deweerdt
On Tue, Jun 06, 2006 at 12:27:34PM +0200, Alexander Neundorf wrote: > Prepending ${CMAKE_CURRENT_BINARY_DIR} in front of the generated > file names is usually a good idea. And I would suggest not to > create them in ${CMAKE_CURRENT_BINARY_DIR}/rpc/, but directly in > ${CMAKE_CURRENT_BINARY_DIR}. >

[CMake] ADD_CUSTOM_COMMAND: OUTPUTS ignored when in subdir

2006-06-06 Thread Frederik Deweerdt
Hi, I'm having an issue (tested with both latest CVS and 2.4.2) with the ADD_CUSTOM_COMMAND directive. My CMakeLists.txt contains the following text: ADD_CUSTOM_COMMAND( OUTPUT rpc/tsp_rpc_svc.c rpc/tsp_rpc_xdr.c COMMAND rpcgen -N -C rpc/tsp_rpc.x DEPENDS rpc/tsp_rpc.x) ... the rpc/tsp_rpc_svc.