Re: [CMake] Crosscompile: CPack Macos and NSIS

2009-10-05 Thread Marcelo Canga
Alex, I downloaded the source 2.6.4 and I compiled in debug mode. This is the backtrace of my run, gdb /download/cmake-2.6.4/bin/cpack > r --config ./CPackConfig.cmake #0 0x967afe42 in __kill () #1 0x967afe34 in kill$UNIX2003 () #2 0x9682223a in raise () #3 0x9682e679 in abort () #4 0x92c2

Re: [CMake] Crosscompile: CPack Macos and NSIS

2009-10-03 Thread Alexander Neundorf
On Friday 02 October 2009, Canga Marcelo wrote: > I am having trouble building a NSIS package running cpack from my mac > for windows xp > > This is what I have on my cross-compile setup in my mac: > > I have a cross-compile setup working in Macos, mingw-gcc > I have cpack - zip runni

[CMake] Crosscompile: CPack Macos and NSIS

2009-10-02 Thread Canga Marcelo
I am having trouble building a NSIS package running cpack from my mac for windows xp This is what I have on my cross-compile setup in my mac: I have a cross-compile setup working in Macos, mingw-gcc I have cpack - zip running on my mac for windows xp This is what I have in window