Jump to content

mplayer plugin compile error question


Guest evodawg
 Share

Recommended Posts

Guest evodawg

Trying to get mplayer plugin working with FireFox. Compile configure: error: Missing gthread package

 

Because of the error with gthread I cannot do Make to get the necessary files to get the plugin working.

 

Hopefully someone can help me get past this obstruction.

 

Thanks Rich

 

root@localhost mplayerplug-in]# locate gthread-2.0

/usr/lib/libgthread-2.0.so.0

/usr/lib/libgthread-2.0.so.0.200.1

 

 

[root@localhost mplayerplug-in]# ./configure --with-gecko-sdk=/gecko_sdk/gecko-sdk/usr/bin/pkg-config/etc/gtk

checking for g++... g++

checking for C++ compiler default output file name... a.out

checking whether the C++ compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking for gcc... gcc

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ANSI C... none needed

checking for a BSD-compatible install... /usr/bin/install -c

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

Using new (v1.7+) gecko-sdk

checking for pkg-config... /usr/bin/pkg-config

checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `gtk+-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'gtk+-2.0' found

configure: WARNING: *** Running in X mode - Limited Features ***

checking for gthread-2.0... Package gthread-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `gthread-2.0.pc'

to the PKG_CONFIG_PATH environment variable

No package 'gthread-2.0' found

configure: error: Missing gthread package

 

 

[moved from Software by spinynorman - welcome aboard :)]

Link to comment
Share on other sites

Guest evodawg
checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path.

 

Install the gtk+2.0-devel package and try again.

 

 

[root@localhost evodawg]# urpmi gtk+2.0

Everything already installed

 

[root@localhost evodawg]# urpmi gtk+2.0-devel

no package named gtk+2.0-devel

Link to comment
Share on other sites

You can 1. Try it in the mcc and do a search for gthreads-devel. 2. Make sure you have all the urpmi sources. 3. I couldn't build from source last time I tried. Use the binary RPM with urpmi mplayer and urpmi mplayer-plugin I believe (do a search for it if I'm wrong). It's probably in the contrib section of urpmi. I find that much easier.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...