The time now is Sat 25 May 2013, 15:13
All times are UTC - 4 |
| Author |
Message |
phantrongnghia

Joined: 24 Apr 2006 Posts: 205 Location: Hanoi,Vietnam
|
Posted: Wed 04 Jul 2007, 21:03 Post subject:
Problem compiling gst-plugins Subject description: no GStreamer found |
|
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: |
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: |
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
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Thu 05 Jul 2007, 09:00 Post subject:
|
|
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
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0463s ][ Queries: 11 (0.0133s) ][ GZIP on ] |