From: Tony G. <Ton...@Su...> - 2004-08-25 07:32:41
|
N O S P A M <ti...@ya...> wrote at Tue, 24 Aug 2004 23:00:57 -0700 (PDT): > Hello Welcome to the xmlroff-list. If you wish to continue to discuss xmlroff, please subscribe to the list. > I want to ask about conflict of link filename between > Pango and PangoPDF. > > I had installed Pango 1.5 and the latest PangoPDF. > When I try to compile XMLRoff, I found "Undefined > reference" error. xmlroff does not yet work with Pango 1.5. Several people are working on it. For now, you can no more replace Pango 1.5 with PangoPDF than you could replace Pango 1.5 with Pango 1.2.3 (which is what the current PangoPDF is based on). PangoPDF installs everything in 'pangopdf' directories just so there's no conflict with the core Pango. I hate to have to say it, but I can build xmlroff without problems. Do you look in the new 'INSTALL' instructions in the xmlroff distribution? When I'm building xmlroff and PangoPDF, I install PangoPDF in /usr/local and set LD_LIBRARY_PATH to "/usr/local:/usr" so the files in /usr/local are used in preference to any in /usr. I also set PKG_CONFIG_PATH to "/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" so pkg-config also looks in /usr/local first. If you still can't get xmlroff to compile, then you should post an excerpt of your error messages. You should also pay careful attention to the output when you run 'configure' in case it shows a problem. Also, you don't indicate what xmlroff and PangoPDF versions you are using. Regards, Tony. |