You are not logged in.

#1 2007-08-09 23:42:41

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

gecko-media-player and opera-mplayer-plugin

checking for GLIB... yes
checking for GECKO... no
configure: WARNING: mozilla-plugin not found, trying another
checking for GECKO... no
configure: WARNING: firefox-plugin not found, trying another
checking for GECKO... no
configure: WARNING: seamokey-plugin not found, trying another
checking for GECKO... no
configure: WARNING: xulrunner-plugin not found, trying another
checking for GECKO... no
configure: WARNING: iceape-plugin not found, trying another
checking for xpidl... no
configure: error: xpidl compiler not found
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...
==> ERROR: Reverting pkgver...

in both of them the error is the same....any help on this one??


Its a sick world we live in....

Offline

#2 2007-08-10 09:40:15

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: gecko-media-player and opera-mplayer-plugin

You must install the xulrunner package to compile them.

Offline

#3 2007-08-10 16:11:36

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gecko-media-player and opera-mplayer-plugin

sudo pacman -S xulrunner
Password:
:: xulrunner-1.8.1.6-1: local version is up to date. Upgrade anyway? [Y/n]


Its a sick world we live in....

Offline

#4 2007-08-10 21:29:42

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: gecko-media-player and opera-mplayer-plugin

With xulrunner installed you should get :

configure:23190: checking for GECKO
configure:23198: $PKG_CONFIG --exists --print-errors "xulrunner-plugin xulrunner-xpcom"
configure:23201: $? = 0
configure:23216: $PKG_CONFIG --exists --print-errors "xulrunner-plugin xulrunner-xpcom"
configure:23219: $? = 0
configure:23257: result: yes
configure:23351: checking for xpidl
configure:23370: found /opt/mozilla/lib/xulrunner/xpidl
configure:23383: result: /opt/mozilla/lib/xulrunner/xpidl

Do you have this file :
/opt/mozilla/lib/xulrunner/xpidl ?
Do you try to compile them using makepkg on the PKGBUILD from aur ?

Offline

#5 2007-08-11 02:07:57

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: gecko-media-player and opera-mplayer-plugin

install pkgconfig if it's not already installed.

Offline

#6 2007-08-12 00:15:04

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: gecko-media-player and opera-mplayer-plugin

ive reinstalled pkgconfig,,and there is another error...

In file included from plugin.h:44,
                 from plugin_types.h:41,
                 from plugin_types_std.cpp:38:
pluginbase.h:44: error: 'NPP' does not name a type
pluginbase.h:45: error: 'NPMIMEType' does not name a type
pluginbase.h:46: error: 'uint16' does not name a type
pluginbase.h:47: error: 'int16' does not name a type
pluginbase.h:50: error: ISO C++ forbids declaration of 'NPSavedData' with no type
pluginbase.h:50: error: expected ';' before '*' token
pluginbase.h:57: error: 'NPBool' does not name a type
pluginbase.h:59: error: 'NPBool' does not name a type
pluginbase.h:63: error: 'NPError' does not name a type
pluginbase.h:66: error: 'NPError' does not name a type
pluginbase.h:69: error: 'NPError' does not name a type
pluginbase.h:72: error: 'NPStream' has not been declared
pluginbase.h:75: error: 'int32' does not name a type
pluginbase.h:78: error: 'int32' does not name a type
pluginbase.h:81: error: 'NPPrint' has not been declared
pluginbase.h:84: error: 'uint16' does not name a type
pluginbase.h:87: error: 'NPReason' has not been declared
pluginbase.h:90: error: 'NPError' does not name a type
pluginbase.h:93: error: 'NPError' does not name a type
pluginbase.h:105: error: 'NPError' does not name a type
In file included from nsScriptablePeer.h:48,
                 from plugin.h:45,
                 from plugin_types.h:41,
                 from plugin_types_std.cpp:38:
nsIScriptableGeckoMediaPlayer.h:25: error: expected class-name before '{' token
nsIScriptableGeckoMediaPlayer.h:28: error: expected identifier before '{' token
nsIScriptableGeckoMediaPlayer.h:28: error: expected `)' before '{' token
nsIScriptableGeckoMediaPlayer.h:28: error: ISO C++ forbids declaration of 'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
nsIScriptableGeckoMediaPlayer.h:28: error: expected unqualified-id before ')' token
nsIScriptableGeckoMediaPlayer.h:34: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:37: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h: In member function 'int nsIScriptableGeckoMediaPlayerControls::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
nsIScriptableGeckoMediaPlayer.h:28: error: expected primary-expression before '{' token
nsIScriptableGeckoMediaPlayer.h:28: error: expected `;' before '{' token
nsIScriptableGeckoMediaPlayer.h: At global scope:
nsIScriptableGeckoMediaPlayer.h:120: error: expected class-name before '{' token
nsIScriptableGeckoMediaPlayer.h:123: error: expected identifier before '{' token
nsIScriptableGeckoMediaPlayer.h:123: error: expected `)' before '{' token
nsIScriptableGeckoMediaPlayer.h:123: error: ISO C++ forbids declaration of 'NS_DEFINE_STATIC_IID_ACCESSOR' with no type
nsIScriptableGeckoMediaPlayer.h:123: error: expected unqualified-id before ')' token
nsIScriptableGeckoMediaPlayer.h:129: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:132: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:135: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:138: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:141: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:144: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:147: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:150: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:153: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:156: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:159: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:162: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:165: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:168: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:171: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:174: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:177: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:180: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:183: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:186: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:189: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:192: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:195: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:198: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:201: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:204: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:207: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:210: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:213: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:216: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:219: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:222: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:223: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:226: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:227: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:230: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:231: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:234: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:235: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:238: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h:241: error: 'NS_IMETHOD' does not name a type
nsIScriptableGeckoMediaPlayer.h: In member function 'int nsIScriptableGeckoMediaPlayer::NS_DEFINE_STATIC_IID_ACCESSOR(int)':
nsIScriptableGeckoMediaPlayer.h:123: error: expected primary-expression before '{' token
nsIScriptableGeckoMediaPlayer.h:123: error: expected `;' before '{' token
In file included from plugin.h:45,
                 from plugin_types.h:41,
                 from plugin_types_std.cpp:38:
nsScriptablePeer.h: At global scope:
nsScriptablePeer.h:56: error: expected class-name before '{' token
nsScriptablePeer.h:59: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:62: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:67: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:70: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:73: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:76: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:79: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:82: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:95: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:96: error: 'nsrefcnt' has not been declared
nsScriptablePeer.h:96: error: ISO C++ forbids declaration of 'NS_IMETHOD_' with no type
nsScriptablePeer.h:96: error: expected ';' before 'AddRef'
nsScriptablePeer.h:97: error: 'nsrefcnt' has not been declared
nsScriptablePeer.h:97: error: ISO C++ forbids declaration of 'NS_IMETHOD_' with no type
nsScriptablePeer.h:97: error: expected ';' before 'Release'
nsScriptablePeer.h:100: error: 'nsrefcnt' does not name a type
nsScriptablePeer.h:104: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:104: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:104: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:118: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:119: error: 'nsrefcnt' has not been declared
nsScriptablePeer.h:119: error: ISO C++ forbids declaration of 'NS_IMETHOD_' with no type
nsScriptablePeer.h:119: error: expected ';' before 'AddRef'
nsScriptablePeer.h:120: error: 'nsrefcnt' has not been declared
nsScriptablePeer.h:120: error: ISO C++ forbids declaration of 'NS_IMETHOD_' with no type
nsScriptablePeer.h:120: error: expected ';' before 'Release'
nsScriptablePeer.h:123: error: 'nsrefcnt' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
nsScriptablePeer.h:127: error: 'NS_IMETHOD' does not name a type
In file included from plugin_types.h:41,
                 from plugin_types_std.cpp:38:
plugin.h:71: error: expected `)' before 'aInstance'
plugin.h:74: error: 'NPBool' does not name a type
plugin.h:76: error: 'NPBool' does not name a type
plugin.h:78: error: 'NPError' does not name a type
plugin.h:79: error: 'NPError' does not name a type
plugin.h:80: error: 'NPError' does not name a type
plugin.h:81: error: 'NPError' does not name a type
plugin.h:82: error: 'NPReason' has not been declared
plugin.h:83: error: 'int32' does not name a type
plugin.h:84: error: 'int32' does not name a type
plugin.h:96: error: 'PRBool' has not been declared
plugin.h:97: error: 'PRBool' has not been declared
plugin.h:100: error: 'PRBool' has not been declared
plugin.h:101: error: 'PRBool' has not been declared
plugin.h:108: error: 'PRBool' has not been declared
plugin.h:109: error: 'PRBool' has not been declared
plugin.h:112: error: 'NPBool' does not name a type
plugin.h:122: error: 'NPP' does not name a type
plugin.h:124: error: 'uint16' does not name a type
In file included from plugin_types_std.cpp:38:
plugin_types.h:45: error: 'NPError' does not name a type
plugin_types_std.cpp:98: error: 'NPError' does not name a type
make[2]: *** [plugin_types_std.o] Error 1
make[2]: Leaving directory `/var/tmp/aurbuild/build/gecko-mediaplayer.10171/gecko-mediaplayer/src/gecko-mediaplayer-0.0.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/aurbuild/build/gecko-mediaplayer.10171/gecko-mediaplayer/src/gecko-mediaplayer-0.0.7'
make: *** [all] Error 2


Its a sick world we live in....

Offline

Board footer

Powered by FluxBB