Menu

#15 error

closed
5
2006-06-29
2006-06-25
Anonymous
No

Hi,
at first - I'm sorry for my english :-)
I have a problem with compiling mplayerplug-in 3.25.
When I do a 'make' I have this a command:

g++ -c -o plugin-ui.o -Wall -g -O2 -g -O2 -DXP_UNIX
-DMOZ_X11 -I/usr/include/firefox/java -I/usr/include/
firefox/plugin -I/usr/include/firefox -I/usr/include/
firefox/xpcom -I/usr/include/firefox/string -I/usr/
include/firefox/nspr -I/usr/include/firefox -
Iinclude -fPIC -pthread -I/usr/include/glib-2.0 -I/
usr/lib/glib-2.0/include -DX_ENABLED Source/plugin-
ui.cpp
Source/plugin-ui.cpp:6:21: error: X11/xpm.h: Nie ma
takiego pliku ani katalogu
Source/plugin-ui.cpp:48:2: error: #error libXpm has
not been found. Compilation cannot continue
include/pluginbase.h:55: warning: ‘class
nsPluginInstanceBase’ has virtual functions but non-
virtual destructor
/usr/include/firefox/nsISupportsBase.h:80: warning:
‘class nsISupports’ has virtual functions but non-
virtual destructor
/usr/include/firefox/nsIProgrammingLanguage.h:32:
warning: ‘class nsIProgrammingLanguage’ has virtual
functions but non-virtual destructor
/usr/include/firefox/nsIClassInfo.h:33: warning:
‘class nsIClassInfo’ has virtual functions but non-
virtual destructor
Source/nsIScriptableMplayerPlugin.h:25: warning:
‘class nsIScriptableWMPPlugin’ has virtual functions
but non-virtual destructor
Source/nsIScriptableMplayerPlugin.h:120: warning:
‘class nsIScriptableMplayerPlugin’ has virtual
functions but non-virtual destructor
Source/nsScriptablePeer.h:56: warning: ‘class
nsClassInfoMixin’ has virtual functions but non-
virtual destructor
Source/plugin-ui.cpp: In function ‘void
Initialize(Display*, Drawable, nsPluginInstance*,
_XGC*)’:

Source/plugin-ui.cpp:72: error:
‘XpmCreatePixmapFromData’ was not declared in this
scope
make: *** [plugin-ui.o] Błąd 1

I don't know what to do now, help me somebody?

Discussion

  • Kevin DeKorte

    Kevin DeKorte - 2006-06-29

    Logged In: YES
    user_id=685413

    looks like you are missing the libXpm development files..

    See the message above.

    #error libXpm has not been found. Compilation cannot continue

    After installing the libXpm files you will have to rerun
    configure to have them detected

     
  • Kevin DeKorte

    Kevin DeKorte - 2006-06-29
    • assigned_to: nobody --> kdekorte
    • status: open --> closed
     

Log in to post a comment.