[CMake] CMake/CPack /w BundleUtilities on Windows with NSIS fails

2014-02-13 Thread Bill Somerville
Hi, I have a CMake script that runs on Windows with MinGW Makefiles that builds the install target OK. It is a Qt GUI application and uses BundleUtilities::fixup_bundle to pull in and link/rpath prerequisites. When I build the package target with an NSIS packager it looks like the

Re: [CMake] CMake/CPack /w BundleUtilities on Windows with NSIS fails

2014-02-13 Thread Bill Somerville
On 13/02/2014 18:10, Bill Somerville wrote: Hi, I have a CMake script that runs on Windows with MinGW Makefiles that builds the install target OK. It is a Qt GUI application and uses BundleUtilities::fixup_bundle to pull in and link/rpath prerequisites. When I build the package target with

Re: [CMake] CMake/CPack /w BundleUtilities on Windows with NSIS fails

2014-02-13 Thread Bill Hoffman
On 2/13/2014 2:23 PM, Bill Somerville wrote: I would really like to know why it is going wrong with dumpbin in package generation because using objtool is too slow! Sounds like a PATH issue. Try getting dumpbin to work from the command line that you are using. -Bill -- Powered by

Re: [CMake] CMake/CPack /w BundleUtilities on Windows with NSIS fails

2014-02-13 Thread Bill Somerville
On 13/02/2014 19:44, Bill Hoffman wrote: HI Bill, On 2/13/2014 2:23 PM, Bill Somerville wrote: I would really like to know why it is going wrong with dumpbin in package generation because using objtool is too slow! Sounds like a PATH issue. Try getting dumpbin to work from the command line