Re: [CMake] cmake 2.6-RC-8: Problem with WxWidgets 2.8 on OSX 10.3

2008-04-15 Thread Honest Guvnor
On Tue, Apr 15, 2008 at 6:47 PM, David Cole [EMAIL PROTECTED] wrote: Is there a sample CMake project that I could try to reproduce this with? Or could you send me access to your source tree? Is it an open source project? Copy minimal.cpp (and sample.xpm) from wxWidgets samples directory with:

[CMake] cmake 2.6-RC-8: Problem with WxWidgets 2.8 on OSX 10.3

2008-04-14 Thread Honest Guvnor
OSX 10.3.9 (gcc 3.3) cmake 2.6-RC-8 wxwidgets 2.8.3 In moving from cmake 2.4 to 2.6-RC-8 the WxWidgets support is failing. When compiling wxwidget code I am seeing commands from cmake like: /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -fmessage-length=0 -D__WXMAC__

Re: [CMake] cmake 2.6-RC-8: Problem with WxWidgets 2.8 on OSX 10.3

2008-04-14 Thread Honest Guvnor
Perhaps I should have added that I am not using XCODE since the isystem business gets removed for XCODE in Darwin.cmake. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Fortran bug: use in comment

2008-03-25 Thread Honest Guvnor
cmake 2.4.8, OSX 10.3.9, gcc 3.4.3. A Fortran comment such as: C - COULD USE ONLY 2 1D WORK ARRAYS BUT CURRENT IMPLEMENTATION leads to an error of this form: Scanning dependencies of target nsi2d make[2]: *** No rule to make target `ONLY.mod.proxy', needed by

Re: [CMake] Mixing C++ and Fortran

2008-01-30 Thread Honest Guvnor
On Jan 29, 2008 6:19 PM, Andrew Brydon [EMAIL PROTECTED] wrote: I am dealing with a similar situation, and use the attached file. Tested with gnu fortran and absoft, but i believe adding other combinations to the KNOWN_FORTRAN_LIBRARIES variable should help. any feedback or

Re: [CMake] Mixing C++ and Fortran

2008-01-30 Thread Honest Guvnor
On Jan 29, 2008 6:21 PM, Bill Hoffman [EMAIL PROTECTED] wrote: Good Fortran support is relatively new to CMake. In fact, CVS CMake is really the only version that handles all the Fortran depend stuff reliably. CMake relies on the compiler to provide the correct run time libraries. If you

Re: [CMake] Mixing C++ and Fortran

2008-01-29 Thread Honest Guvnor
On Jan 29, 2008 4:06 PM, Maik Beckmann [EMAIL PROTECTED] wrote: Am Dienstag 29 Januar 2008 15:15:48 schrieb Honest Guvnor: I have tried adding a dummy fortran file to the list of C++ files to force it know about Fortran and get prompted to declare the linker_language property. Did you

Re: [CMake] Mixing C++ and Fortran

2008-01-29 Thread Honest Guvnor
On Jan 29, 2008 3:33 PM, Bill Hoffman [EMAIL PROTECTED] wrote: Well, you are sort of stuck... That is surprising. The combination of C++ (GUI) and Fortran (science/engineering number crunching) is going to be a common one and I had assumed I was doing something wrong. Is there no cmake