Re: [CMake] CPack problem with nsis on linux

2011-12-20 Thread Hendrik Kunert
Am 20.12.2011 21:52, schrieb Eric Noulard: 2011/12/20 Hendrik Kunert: Am 20.12.2011 21:13, schrieb Eric Noulard: 2011/12/20 Hendrik Kunert: The error was the not set CPACK_TOPLEVEL_DIRECTORY. I bet it was but normally this is automatically set by CPack so why wasn't it set? I don't know,

Re: [CMake] CPack problem with nsis on linux

2011-12-20 Thread Eric Noulard
2011/12/20 Hendrik Kunert : > > Am 20.12.2011 21:13, schrieb Eric Noulard: > >> 2011/12/20 Hendrik Kunert: >>> >>> The error was the not set CPACK_TOPLEVEL_DIRECTORY. >> >> I bet it was but normally this is automatically set by CPack >> so why wasn't it set? > > I don't know, it only works if I set

Re: [CMake] CPack problem with nsis on linux

2011-12-20 Thread Hendrik Kunert
Am 20.12.2011 21:13, schrieb Eric Noulard: 2011/12/20 Hendrik Kunert: The error was the not set CPACK_TOPLEVEL_DIRECTORY. I bet it was but normally this is automatically set by CPack so why wasn't it set? I don't know, it only works if I set it by my own. But now I have another Problem, now

Re: [CMake] CPack problem with nsis on linux

2011-12-20 Thread Eric Noulard
2011/12/20 Hendrik Kunert : > The error was the not set CPACK_TOPLEVEL_DIRECTORY. I bet it was but normally this is automatically set by CPack so why wasn't it set? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org -- Powered by www.kitware.com Vis

Re: [CMake] CPack problem with nsis on linux

2011-12-20 Thread Hendrik Kunert
The error was the not set CPACK_TOPLEVEL_DIRECTORY. Thanks for your help. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] CPack problem with nsis on linux

2011-12-19 Thread Eric Noulard
2011/12/19 Hendrik Kunert : >> How are you calling CPack? This does not look like a standard CPack >> message... >> > I call it from CMakeList.txt, here is my code: I wasn't that clear, for me "calling" CPack is something like: 1) make package 2) cpack -G NSIS ... But it's also good to know you

Re: [CMake] CPack problem with nsis on linux

2011-12-16 Thread Eric Noulard
2011/12/16 Hendrik Kunert : > Hi, > > i get the following error message from CPack with NSIS for a crosscompiled > application: > > Run CPack packaging tool... How are you calling CPack? This does not look like a standard CPack message... > terminate called after throwing an instance of 'std::log

[CMake] CPack problem with nsis on linux

2011-12-16 Thread Hendrik Kunert
Hi, i get the following error message from CPack with NSIS for a crosscompiled application: Run CPack packaging tool... terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid make: *** [package] Abgebrochen ( aborted in English :D