[CMake] "server paths" on windows

2011-08-08 Thread Yngve Inntjore Levinsen
Dear developers, I believe I *potentially* have found a problem with cmake on windows. I had my project path starting with \\my.url\dfs\bla\bla\project, and when I tried to generate MinGW makefiles I got errors telling me that the compilers were broken. I moved my project to D:\bla\My Documents

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-08-08 Thread Johan Björk
http://public.kitware.com/Bug/view.php?id=12284 (cpack copies data in symlinks) On Mon, Aug 1, 2011 at 9:26 PM, Alexander Neundorf wrote: > On Saturday 30 July 2011, Alan W. Irwin wrote: > > Please do a fundamental fix for > > http://public.kitware.com/Bug/view.php?id=9220. > > Since I implement

Re: [CMake] Assembler handling in 2.8.5 vs 2.8.4

2011-08-08 Thread Florian Reinhard
2011/8/1 Alexander Neundorf : >> I attached the gdb output i got. I've been running gdb from a minGW32 >> installation on a normal windows cmd.exe on windows7 x64. >> Unfortunately there's no backtrace (or i'm just don't know gdb well >> enough) and as soon as i execute "strace" after the cmake cra

[CMake] CMAKE_MODULE_PATH

2011-08-08 Thread Andreas Kelle-Emden
Hi all, the variable CMAKE_PREFIX_PATH is automatically set if the corresponding environment variable is set. This does not apply to CMAKE_MODULE_PATH. Is this behaviour intended? Best regards, Andreas ___ Powered by www.kitware.com Visit other Kitwar