Re: [wxCode-users] doesn't work

2006-12-01 Thread Sven Brand
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 :-)

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
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

Re: [wxCode-users] doesn't work

2006-12-01 Thread Sven Brand
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

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
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

Re: [wxCode-users] doesn't work

2006-12-01 Thread Sven Brand
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

Re: [wxCode-users] doesn't work

2006-12-01 Thread Sven Brand
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

Re: [wxCode-users] doesn't work

2006-12-01 Thread Ulrich Telle
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