Bucky, You probably didn't run
$ git submodule update after you checked out 3.98.1 $ git checkout -b v3.98.1 Just a guess. Patrick On Thu, Apr 11, 2013 at 7:09 AM, Kashiwa, Bucky <[email protected]> wrote: > Dear ParaView Friends: > > I'm trying to build the ParaView GUI with no success (unix OS). The > make fails in pqComponents with a message (copied below with system info, > and ccmake command): > > 'No rule to make target > `Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml' > > which has me miffed because the file Placeholder.xml is present at that > location. I have tried both 3.98.0 and 3.98.1 sources downloaded from your > website, as well as 3.98.1 obtained via git (users space). > > Any thoughts or repairs to my procedure would make my day. Thanks very > much. > > > > --------------------------------------------------------------------------------------------------- > > > Make error & sys info: > > [ 81%] Built target pqWidgets > [ 84%] Built target pqCore > make[2]: *** No rule to make target > `Qt/Components/../../../../../usr/projects/pv_dev/ParaView-3.98.1-git/Qt/Components/Resources/XML/Placeholder.xml', > needed by `Qt/Components/qrc_pqExtraResources.cxx'. Stop. > make[1]: *** [Qt/Components/CMakeFiles/pqComponents.dir/all] Error 2 > make: *** [all] Error 2 > ml-fey{585}$ gcc --version > gcc (GCC) 4.7.0 > Copyright (C) 2012 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qm > qmake* qmlplugindump* qmlviewer* > ml-fey{586}$ /usr/projects/pv_dev/Qt-4.8.4/bin/qmake --version > QMake version 2.01a > Using Qt version 4.8.4 in /usr/projects/pv_dev/Qt-4.8.4/lib > ml-fey{587}$ > ml-fey{587}$ > ml-fey{587}$ uname -a > Linux ml-fey.lanl.gov 2.6.32-220.23.1.1chaos.ch5.x86_64 #1 SMP Tue Jun 19 > 17:16:17 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux > ml-fey{588}$ > ml-fey{588}$ > ml-fey{588}$ ccmake2.8 --version > ccmake version 2.8.10.2 > ml-fey{589}$ > ml-fey{589}$ > ml-fey{589}$ > > > --------------------------------------------------------------------------------------------------- > > > > Ccmake command: > > module load gcc (gets v 4.7.0 and correct LD_LIBRARY_PATH) > > ccmake \ > -D BUILD_SHARED_LIBS:BOOL=ON \ > -D BUILD_TESTING:BOOL=OFF \ > -D CMAKE_BUILD_TYPE:STRING=Release \ > -D > CMAKE_C_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/gcc > \ > -D > CMAKE_CXX_COMPILER:FILEPATH=/usr/projects/hpcsoft/moonlight/gcc/4.7.0/bin/g++ > \ > -D CMAKE_C_FLAGS:STRING=-fPIC \ > -D CMAKE_CXX_FLAGS:STRING=-fPIC \ > -D CMAKE_INSTALL_PREFIX:PATH=/usr/projects/pv_dev/PV-3.98.1-Client \ > -D OPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so \ > -D OPENGL_glu_LIBRARY:FILEPATH=/usr/lib64/libGLU.so \ > -D OPENGL_INCLUDE_DIR:PATH=/usr/include \ > -D PARAVIEW_BUILD_QT_GUI:BOOL=ON \ > -D PARAVIEW_ENABLE_COPROCESSING:BOOL=ON \ > -D QT_QMAKE_EXECUTABLE:FILEPATH=/usr/projects/pv_dev/Qt-4.8.4/bin/qmake \ > -D > VTK_MPIRUN_EXE:FILEPATH=/usr/projects/hpcsoft/moonlight/openmpi/1.4.5-gcc-4.7/bin/mpiexec > \ > -D VTK_USE_X:BOOL=ON \ > /usr/projects/pv_dev/ParaView-3.98.1-git > > > =======================================================================73 > <>Bucky Kashiwa PhD, PE <> Post: MS B216, Los Alamos, NM 87545 <> > <> Ofc: TA3-SM123-RM276 <>Email: [email protected], [email protected] <> > <>Voice: 505-667-8812 <> Fax: 505-665-5926 <> > <> Home: 505-988-7332 <> Cell: 505-795-5581 <> > =======================================================================73 > > > _______________________________________________ > 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
