On 11/05/2012 07:23 AM, Maciej Mrozowski wrote:
This is likely a problem with texstudio that it either doesn't use pkgconfig
Poppler module to locate Poppler in system or uses it wrong (for instance
forgets to append poppler's include directories, like it seems here).

Got it, just do the following things:

Chang the line 527 in the texstudio.pro into the following one:

     INCLUDEPATH += /usr/include/poppler/qt4
-->
        INCLUDEPATH += /usr/local/include/poppler/qt4

Then, issue the following commands will do the trick:

werner@debian-asus:~/software/TUG/IDE/texstudio/svn-texstudio/texstudio$ qmake texstudio.pro werner@debian-asus:~/software/TUG/IDE/texstudio/svn-texstudio/texstudio$ make

BTW, this the for the following version:

TeXstudio 2.5 (SVN 3406M)


Regars

--
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to