Problem compiling gst-plugins

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
phantrongnghia
Posts: 205
Joined: Mon 24 Apr 2006, 14:11
Location: Hanoi,Vietnam
Contact:

Problem compiling gst-plugins

#1 Post by phantrongnghia »

I have compiled gstreamer 0.10.13, the prefix of pkgconfig when I compile it was /usr/local/lib/pkgconfig , compiled ok, no problem found. In this directory has there file

Code: Select all

gstreamer-0.10.pc      
gstreamer-controller-0.10.pc    
gstreamer-net-0.10.pc
gstreamer-base-0.10.pc  
gstreamer-dataprotocol-0.10.pc
I am going to compile gst-plugins-0.8.12 and gst-jpeg2000, and before i ran ./configure, i had set

Code: Select all

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
then run ./configure

Output
http://vnoss.net/p/620 (it is long to paste here so I used pastebin)

I tried to linking all file (see above) in the /usr/local/lib/pkgconfig to /usr/lib/pkgconfig but still have error

Anyone have a solution ?

Thanks

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#2 Post by Dougal »

The LD_LIBRARY_PATH in Puppy doesn't include /usr/local/lib (it's exported in /etc/profile), so libraries in /usr/local/lib are usually not recognizd.
Also, /usr/local/lib/pkgconfig isn't in the pkgconfig path... I move the .pc files into /usr/lib/pkgconfig and replace the one in /usr/local/lib with a link to it, so if I compile a library to /usr/local the files go in the right place...
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

Post Reply