Hi Ullrich,
because I develop with KDevelop, I set environment variable LD_LIBRARY_PATH to
the path where I installed wxPDF before execution. That works and it's easier
to copy the lib libwxpdfdoc* to each of my projects. That works fine.
Thanks for your help. We need more people like you :-)
Hi Sven,
> > Have you checked to which directory "make install" copies the files?
>
> It copies the files to the /usr/bin and /usr/lib like all packages.
That should be ok.
> The compiler gives no error, it's only the linker, which does.
> I tested your tutorials:
>
> cd '/home/sv/WX/wxPDF/Tut
Hi Ullrich
> Have you checked to which directory "make install" copies the files? Maybe
> you have to specify directroy paths when running configure.
It copies the files to the /usr/bin and /usr/lib like all packages.
> Unfortunately I'm no Linux/Unix expert, so I have no idea what's going wrong
Hi Sven,
> > > I ran the make install script, too, but it doesn't seem to work.
> >
> > Do you get any error or warning messages?
>
> No, there were no error or warning messages, everything worked fine.
Have you checked to which directory "make install" copies the files? Maybe you
have to spec
I forgot to mention, that I also have to modify the makefile in this case:
$(PROGRAM): $(OBJECTS)
$(CXX) -Wall -DS4UNIX -g -o $(PROGRAM) $(OBJECTS) -lhy `wx-config
--libs` libwxpdfdoc.so.0.0.0
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und
Hi Ullrich,
>
> > I ran the make install script, too, but it doesn't seem to work.
>
> Do you get any error or warning messages?
No, there were no error or warning messages, everything worked fine.
> Add the following options when invoking the compiler
>
> -I dir-wxpdfdoc-include
> -lwxpdfdoc
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 foll