From: Ulrich T. <Ulr...@gm...> - 2006-12-01 08:00:29
|
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 |