Re: [CMake] MSYS + MINGW + wx-config.sh

2007-02-14 Thread Peter Visser
Hi, Instead of trying to call wx-config directly, you can (should) use FIND_PACKAGE(wxWidgets), this will call the wx-config shell script and set the necessary/required variables. for example the wx_minimal sample: ### PROJECT(wx_minimal) FIND_PACKAGE(wxWidgets) IF(wxWidgets_FOUND)

Re: [CMake] MSYS + MINGW + wx-config.sh

2007-02-14 Thread Werner Smekal
Hi, if you run cmake in an MSYS shell, sh.exe is in the path - sh wx-config should just work than, or not? Do you call cmake with the option '-G MSYS Makefiles '? Werner klaas.holwerda wrote: Hi, I like to use Cmake for wxWidgets using MSYS + Mingw. And for that i need the output of

Re: [CMake] CMAKE_CXX_COMPILE_OBJECT for compiler with no -o support

2007-02-14 Thread Werner Smekal
Hi, would be cool if you could add some information here: http://www.cmake.org/Wiki/CMake_Useful_Variables Regards, Werner Trevor Kellaway wrote: Alex, Three ideas: - do as you suggest, use a wrapper - try whether you can get it working with something like

RE: [CMake] CMAKE_CXX_COMPILE_OBJECT for compiler with no -o support

2007-02-14 Thread Trevor Kellaway
Werner, would be cool if you could add some information here: http://www.cmake.org/Wiki/CMake_Useful_Variables I've updated the Wiki with the raw list. Haven't had time to try them, but most are self explanatory. ___ CMake mailing list

Re: [CMake] MSYS + MINGW + wx-config.sh

2007-02-14 Thread klaas.holwerda
Werner Smekal wrote: Hi Klaas, I don't actually understand your problem correctly. As I understand you have MSYS, wxWidgets compiled with MSYS and want somehow call wx-config which is a bash script from the cmake file? Is this correct? I want to have the output of wx-config, which is a shell

[CMake] CTest oupput comparison.

2007-02-14 Thread Andrew Maclean
If I have a test suite with a reference output say ref.text, is it possible for ctest when it runs the test to compare the output of the test with this reference output? If so how? Thanks Andrew -- ___ Andrew J. P. Maclean Centre for Autonomous