I get this error: C:\Users\mjackson\Workspace\ParaView-3.12.0\x64>CPack -G ZIP --config Applicatio ns\ParaView\CPackParaViewConfig.cmake -C Release CPack: Create package using ZIP CPack: Install projects CPack: - Install project: ParaView Runtime Libs CPack: - Install project: VTK Runtime Libs CMake Error at C:/Applications/CMake-2.8.6/share/cmake-2.8/Modules/BundleUtiliti es.cmake:668 (message): error: fixup_bundle: not a valid bundle Call Stack (most recent call first): C:/Users/mjackson/Workspace/ParaView-3.12.0/x64/VTK/Utilities/Release/cmake_in stall.cmake:46 (fixup_bundle) C:/Users/mjackson/Workspace/ParaView-3.12.0/x64/VTK/cmake_install.cmake:50 (IN CLUDE) C:/Users/mjackson/Workspace/ParaView-3.12.0/x64/cmake_install.cmake:32 (INCLUD E)
CPack Error: Error when generating package: ParaView ~~~~~~~~~~~~~~~~ I added -DPARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES=ON -DVTK_INSTALL_THIRD_PARTY_LIBRARIES=ON to my configure script. I build with "msbuild /p:Configuration=Release ParaView.sln" from the command prompt. I also have "-DBUILD_DOCUMENTATION=ON -DDOCUMENTATION_HTML_HELP=ON" so will that generate all the help files and package those? Is there a script that kitware uses that I can adjust to suit my needs? All I really have are my own 3 custom plugins that need to be bundled. _________________________________________________________ Mike Jackson [email protected] On Sun, Nov 13, 2011 at 1:36 PM, David Partyka <[email protected]> wrote: > Yeah you can do -G ZIP for example. > http://cmake.org/cmake/help/cpack-2-8-docs.html#opt:-Ggenerator > > On Sun, Nov 13, 2011 at 1:34 PM, Michael Jackson > <[email protected]> wrote: >> >> Do i have to use NSIS? The people who are going to use it can not run >> installers. I usually give them a plain zip file. >> Thanks for the other info. >> >> ----- >> Mike Jackson www.bluequartz.net >> Principal Software Engineer [email protected] >> BlueQuartz Software Dayton, Ohio >> ____________________________ >> Sent from my mobile device. Please excuse the shortness of the reply. >> On Nov 13, 2011, at 12:17, David Partyka <[email protected]> >> wrote: >> >> I made PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES to default OFF, turn that ON >> to install Qt etc. After that follow Pats instructions. >> 1. install NSIS >> 2. run cpack >> cpack --config=/Applications/ParaView/<CPackParaViewConfigFile.cmake> -C >> Release >> On Sun, Nov 13, 2011 at 11:55 AM, pat marion <[email protected]> >> wrote: >>> >>> Hi Mike, >>> You need to install NSIS, then re-run cmake. >>> http://nsis.sourceforge.net/Main_Page >>> Next, take a look at the Windows instructions under the Generate Package >>> section here: >>> >>> http://www.paraview.org/Wiki/ParaView:Build_And_Install#Generate_Package >>> >>> Pat >>> >>> On Sat, Nov 12, 2011 at 11:09 AM, Michael Jackson >>> <[email protected]> wrote: >>>> >>>> I am trying to create my own "Distribution" of ParaView 3.12.0 for >>>> Windows. I have everything built with Visual Studio but there does not seem >>>> to be the usual "PACKAGE" project in the solution. Is there some other >>>> formal sequence to follow? I tried to "Install" into a directory but none >>>> of >>>> the Qt libraries got copied into that directory so that is a bust. Which >>>> also brings up the question that the "install" doesn't really work because >>>> when I try to launch ParaView it complains that it can not find the Qt >>>> libraries. I am sure I am missing something straight forward on this so >>>> sorry for the seemingly stupid questions. >>>> >>>> Thanks >>>> ___________________________________________________________ >>>> Mike Jackson Principal Software Engineer >>>> BlueQuartz Software Dayton, Ohio >>>> [email protected] www.bluequartz.net >>>> >>>> _______________________________________________ >>>> 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 ParaView Wiki at: >>>> http://paraview.org/Wiki/ParaView >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://www.paraview.org/mailman/listinfo/paraview >>> >>> >>> _______________________________________________ >>> 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 ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://www.paraview.org/mailman/listinfo/paraview >>> >> > > _______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
