Hi Sven,

> I ran the make install script, too, but it doesn't seem to work.

Do you get any error or warning messages?

> How can I tell the compiler, where it has to search for advanced path
> for header and libs (of wxPDF)?

Just as you do for any library you need in your projects:

Add the following options when invoking the compiler

-I dir-wxpdfdoc-include
-lwxpdfdoc
-L dir-wxpdfdoc-lib

Replace the placeholders dir-... by the directories where you installed 
wxPdfDocument on your system.

Regards,

Ulrich

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to