[Paraview] qsqlquery compilation error

mathieu.westphal at gmail.com mathieu.westphal at gmail.com
Thu Feb 6 11:06:56 EST 2014


Hello

I'm trying to compile a fresh version of paraview with the following setup

module load gnu-devel/4.4.6
module load cmake/2.8.11.2_gcc-4.4.6
module load qt/4.8.3_gcc-4.4.6
module load python/2.7.5_gcc-4.4.6

export CFLAGS=" -pthread $CFLAGS"
export CXXFLAGS=$CFLAGS
export LDFLAGS=" -lpthread "$LDFLAGS

cmake
-DCMAKE_INSTALL_PREFIX:PATH=/applis/site/stow/gcc_4.4.6/paraview_git
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DBUILD_TESTING:BOOL=OFF
-DPARAVIEW_BUILD_QT_GUI:BOOL=ON -Wno-dev ../../ParaView

make
[ 93%] Compiling Qt help project EyeDomeLightingView.qhp
        Building up file structure...
        QSqlQuery::value: not positioned on a valid record
        Cannot register namespace EyeDomeLightingView.org!
        make[2]: ***
        [Plugins/EyeDomeLighting/ParaViewPlugin/doc/EyeDomeLightingView.qch]
        Error 255
        make[1]: ***
        [Plugins/EyeDomeLighting/ParaViewPlugin/CMakeFiles/EyeDomeLightingView.dir/all]
        Error 2
        make: *** [all] Error 2



Any idea ?

Thanks

Mathieu



More information about the ParaView mailing list