[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 w

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 argument

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

2010-07-25 Thread Eric Noulard
2010/7/25 Olaf van der Spek : > On Sun, Jul 25, 2010 at 7:13 PM, Eric Noulard 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? Don't know. It is not liste

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 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 ___ Powered by www

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

2010-07-25 Thread Eric Noulard
2010/7/25 Alexander Neundorf : > On Thursday 22 July 2010, Eric Noulard wrote: >> 2010/7/22 Olaf van der Spek : >> > On Thu, Jul 22, 2010 at 11:08 PM, Eric Noulard > 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 Alexander Neundorf
On Thursday 22 July 2010, Eric Noulard wrote: > 2010/7/22 Olaf van der Spek : > > On Thu, Jul 22, 2010 at 11:08 PM, Eric Noulard wrote: > >> Yes it should, if ever the proposed patch > >> http://public.kitware.com/Bug/view.php?id=10292 > >> is merged as-is. > > > > What's the delay? > > I do not

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] 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 ${

[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 t

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 wrote: > On 25.07.10 00:57:14, John Dre

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 > exte