LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Broken pango? (https://www.linuxquestions.org/questions/linux-general-1/broken-pango-53297/)

Wynd 04-03-2003 06:20 PM

Broken pango?
 
While trying to compile a program, I get a bunch of undefined reference messages in the config.log:
Quote:

/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Stream_GetShort'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Stream_ExitFrame'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Stream_GetLong'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Stream_Seek'
/usr/lib/libXft.so.2: undefined reference to `FT_Set_Hint_Flags'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Next_Char'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Stream_EnterFrame'
/usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_First_Char'
I just got these today from rpmfind.net. Do these require some dependencies that I don't have installed?

iceman47 04-04-2003 04:30 PM

correct me if I'm wrong here, but slackware isn't an rpm-based system, so as a result the dependencies of the rpm you're trying to install aren't found in the rpm-database. I think you should look out for slack packages

Wynd 04-04-2003 06:17 PM

I probably should have mentioned, I ran rpm2tgz on the .rpm file first to turn it into a Slackware-compatible .tgz package. Should that do it, or am I missing something else?

iceman47 04-04-2003 06:23 PM

I have no idea, but to troubleshoot your problem, I'd try it with native slackware packages


All times are GMT -5. The time now is 02:45 PM.