<div dir="ltr"><div><div><div><div>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.<br><br></div>cd /path/to/build/dir<br></div>cmake -DBUILD_EXAMPLES:BOOL=OFF .<br><br></div>HTH,<br></div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 5:09 AM, Ufuk Utku Turuncoglu (BE) <span dir="ltr"><<a href="mailto:u.utku.turuncoglu@be.itu.edu.tr" target="_blank">u.utku.turuncoglu@be.itu.edu.tr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
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.<br>
<br>
Regards,<br>
<br>
--ufuk<br>
<br>
-----<br>
This warning is for project developers.  Use -Wno-dev to suppress it.<br>
<br>
Generating done<br>
Build files have been written to: /Users/turuncu/Qsync/progs/<u></u>paraview-4.3.1/Examples/All<br>
======== End CMake output ======<br>
Change Dir: /Users/turuncu/Qsync/progs/<u></u>paraview-4.3.1/Examples/All<br>
<br>
Run Build Command:"/usr/bin/make"<br>
[  1%] Compiling Qt help project SMMyElevation.qhp<br>
QSqlDatabase: QSQLITE driver not loaded<br>
QSqlDatabase: available drivers:<br>
Cannot open data base file /Users/turuncu/Qsync/progs/<u></u>paraview-4.3.1/Examples/All/<u></u>Plugins/Filter/doc/<u></u>SMMyElevation.qch!<br>
Building up file structure...<br>
make[5]: *** [Plugins/Filter/doc/<u></u>SMMyElevation.qch] Error 255<br>
make[4]: *** [Plugins/Filter/CMakeFiles/<u></u>SMMyElevation.dir/all] Error 2<br>
make[3]: *** [all] Error 2<br>
make[2]: *** [ParaViewExamples.done] Error 1<br>
make[1]: *** [CMakeFiles/ParaViewExamples.<u></u>dir/all] Error 2<br>
make: *** [all] Error 2<br>
-----<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<u></u>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=<u></u>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>