Re: [CMake] How to link against a .dll with cmake?

2010-07-25 Thread Andreas Pakulat
On 25.07.10 00:57:14, John Drescher wrote: mingw can link using a .dll I do not have much mingw experience but I have around 15 of windows and Visual Studio experience. With Visual Studio you absolutely do not link your application with .dlls. You use import libs with a .lib extension

Re: [CMake] How to link against a .dll with cmake?

2010-07-25 Thread andy fillebrown
The documentation is not current. Mingw can now link directly to a .dll. See the direct linking to a dll section here ... http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gnu-linker/win32.html On Sun, Jul 25, 2010 at 4:35 AM, Andreas Pakulat ap...@gmx.de wrote: On 25.07.10

[CMake] Make Nightly build tests.

2010-07-25 Thread Björn Piltz
Hi all, I'm quoting my question here: http://stackoverflow.com/questions/3290280/cmake-and-ctest-how-to-make-target-nightly-actually-build-the-tests It's a well known problem that executing make test doesn't build the tests as discussed here. As suggested, the problem can be partly solved with

Re: [CMake] Debug/Release configurations for codeblocks ?

2010-07-25 Thread Alexander Neundorf
On Thursday 22 July 2010, Carlos wrote: Hello, It seems the debug/release default configuration are only built for VStudio suites. Anyway I am trying to simulated such for the codeblocks IDE, this is how I did my CMakeLists.txt : project( myapp ) add_executable( Release WIN32

Re: [CMake] cross-compiling: Add Support for IAR compiler

2010-07-25 Thread Alexander Neundorf
On Thursday 22 July 2010, Hassan Mansouri wrote: Hi, I am trying to do cross-compiling with CMake for IAR compiler (ARM). My main problem with the current CMake 2.8.2 is the complain about -c option from IAR compiler. IAR compiler does not accept -c as input C file and the sysntax is CC

Re: [CMake] CPack: Detecting if to build DEB/RPM packages

2010-07-25 Thread Alexander Neundorf
On Thursday 22 July 2010, Eric Noulard wrote: 2010/7/22 Olaf van der Spek olafvds...@gmail.com: On Thu, Jul 22, 2010 at 11:08 PM, Eric Noulard eric.noul...@gmail.com wrote: Yes it should, if ever the proposed patch http://public.kitware.com/Bug/view.php?id=10292 is merged as-is.

Re: [CMake] cmake generators on windows: nmake versus jom

2010-07-25 Thread Alexander Neundorf
On Thursday 22 July 2010, Verweij, Arjen wrote: Brad, I found another repository with jom binaries. It works fine with 0.9.4. Apparently the original link I used to download JOM was ancient. Here ( http://www.cmake.org/Wiki/CMake_Generator_Specific_Information#Makefile_generators ) is

Re: [CMake] CPack: Detecting if to build DEB/RPM packages

2010-07-25 Thread Eric Noulard
2010/7/25 Alexander Neundorf a.neundorf-w...@gmx.net: On Thursday 22 July 2010, Eric Noulard wrote: 2010/7/22 Olaf van der Spek olafvds...@gmail.com: On Thu, Jul 22, 2010 at 11:08 PM, Eric Noulard eric.noul...@gmail.com wrote: Yes it should, if ever the proposed patch

Re: [CMake] CPack: Detecting if to build DEB/RPM packages

2010-07-25 Thread Olaf van der Spek
On Sun, Jul 25, 2010 at 7:13 PM, Eric Noulard eric.noul...@gmail.com wrote: Switching cmake-devel in order to go on with this discussion on CPackDeb related patches? I don't see cmake-devel at http://www.cmake.org/cmake/help/mailing.html How come? Olaf

Re: [CMake] CPack: Detecting if to build DEB/RPM packages

2010-07-25 Thread Eric Noulard
2010/7/25 Olaf van der Spek olafvds...@gmail.com: On Sun, Jul 25, 2010 at 7:13 PM, Eric Noulard eric.noul...@gmail.com wrote: Switching cmake-devel in order to go on with this discussion on CPackDeb related patches? I don't see cmake-devel at http://www.cmake.org/cmake/help/mailing.html How

Re: [CMake] cross compiler c166.exe

2010-07-25 Thread Alexander Neundorf
On Tuesday 13 July 2010, Thomas Hafner wrote: Hello, CMake is complaining about missing settings: | CMake Error at C:/Programme/CMake | 2.8/share/cmake-2.8/Modules/CMakeRCInformation.cmake:22 | (GET_FILENAME_COMPONENT): get_filename_component called with incorrect | number of arguments Call

[CMake] Can't configure for Visual C++ 2010 Express using CMake 2.8.2

2010-07-25 Thread Tron Thomas
I am running the 64-bit version of Windows 7 Enterprise, and I have been using CMake 2.8.1 to configure my cross platform project to build with the express version of Visual C++ 9 2008. I recently install the express version of Visual C++ 2010 on the system, and upgraded to CMake 2.8.2. Now