It looks like the error is happening when building the examples. You might be able to get around it by rerunning CMake and turning the examples off unless you need the examples in your build.
cd /path/to/build/dir cmake -DBUILD_EXAMPLES:BOOL=OFF . HTH, Shawn On Wed, Apr 8, 2015 at 5:09 AM, Ufuk Utku Turuncoglu (BE) < [email protected]> wrote: > Hi, > > I had a problem in the installation of Paraview fro the source. The make > command gives error (at the end of the message) related with "QSQLITE > driver". The code compiles without any problem until this step (63%) and i > just wonder about the solution. I also found couple of threads related with > this issue but i could not solve it. I also tried to install > libqt4-sql-sqlite using macport but it did not help. By the way, i am using > paraview version 4.3.1 along with Enthought Canopy (1.4.1) and MacOS > 10.10.2. > > Regards, > > --ufuk > > ----- > This warning is for project developers. Use -Wno-dev to suppress it. > > Generating done > Build files have been written to: /Users/turuncu/Qsync/progs/ > paraview-4.3.1/Examples/All > ======== End CMake output ====== > Change Dir: /Users/turuncu/Qsync/progs/paraview-4.3.1/Examples/All > > Run Build Command:"/usr/bin/make" > [ 1%] Compiling Qt help project SMMyElevation.qhp > QSqlDatabase: QSQLITE driver not loaded > QSqlDatabase: available drivers: > Cannot open data base file /Users/turuncu/Qsync/progs/ > paraview-4.3.1/Examples/All/Plugins/Filter/doc/SMMyElevation.qch! > Building up file structure... > make[5]: *** [Plugins/Filter/doc/SMMyElevation.qch] Error 255 > make[4]: *** [Plugins/Filter/CMakeFiles/SMMyElevation.dir/all] Error 2 > make[3]: *** [all] Error 2 > make[2]: *** [ParaViewExamples.done] Error 1 > make[1]: *** [CMakeFiles/ParaViewExamples.dir/all] Error 2 > make: *** [all] Error 2 > ----- > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
