[Bug 414] New: NPPlugin build fails with recent xulrunner
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Nov 22 07:20:33 PST 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=414
Summary: NPPlugin build fails with recent xulrunner
Product: IcedTea
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: a.radke at arcor.de
build fails:
cd /tmp/openjdk6-hg/trunk/src/icedtea6/plugin/icedteanp; \
if [ -e /tmp/openjdk6-hg/trunk/src/icedtea6/.hg ] && which /usr/bin/hg
>/dev/null; then \
revision="-r`(cd /tmp/openjdk6-hg/trunk/src/icedtea6; /usr/bin/hg tip
--template '{rev}')`" ; \
fi ; \
if [ -n "ArchLinux-6.b17_hg_20091121-2-x86_64" ]; then plugin_version="
(ArchLinux-6.b17_hg_20091121-2-x86_64)"; fi; \
plugin_version=" 1.7pre$revision$plugin_version"; \
g++ -march=x86-64 -mtune=generic -O2 -pipe \
-DPACKAGE_VERSION="\"1.7pre\"" \
-DPLUGIN_VERSION="\"$plugin_version\"" \
-DMOZILLA_VERSION_COLLAPSED="1090105" \
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include \
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 \
-DXP_UNIX -DOJI -fshort-wchar -I/usr/include/xulrunner-1.9.1/stable
-I/usr/include/xulrunner-1.9.1/java -I/usr/include/xulrunner-1.9.1/plugin
-I/usr/include/nspr -I/usr/include/xulrunner-1.9.1/unstable \
-fPIC -c IcedTeaNPPlugin.cc IcedTeaScriptablePluginObject.cc
IcedTeaJavaRequestProcessor.cc IcedTeaPluginRequestProcessor.cc
IcedTeaPluginUtils.cc; \
cd ../
In file included from IcedTeaNPPlugin.cc:75:
IcedTeaScriptablePluginObject.h:43:19: error: npupp.h: No such file or
directory
In file included from IcedTeaNPPlugin.h:61,
from IcedTeaJavaRequestProcessor.h:46,
from IcedTeaScriptablePluginObject.h:49,
from IcedTeaNPPlugin.cc:75:
IcedTeaPluginUtils.h:204: error: expected ';' before '(' token
IcedTeaPluginUtils.h:206: error: 'NPVariant' has not been declared
IcedTeaPluginUtils.h:208: error: expected ';' before '(' token
In file included from IcedTeaNPPlugin.h:62,
from IcedTeaJavaRequestProcessor.h:46,
from IcedTeaScriptablePluginObject.h:49,
from IcedTeaNPPlugin.cc:75:
IcedTeaPluginRequestProcessor.h:86: error: 'NPVariant' has not been declared
IcedTeaPluginRequestProcessor.h:125: error: 'NPVariant' has not been declared
In file included from IcedTeaJavaRequestProcessor.h:46,
from IcedTeaScriptablePluginObject.h:49,
from IcedTeaNPPlugin.cc:75:
IcedTeaNPPlugin.h:103: error: 'NPNetscapeFuncs' does not name a type
IcedTeaNPPlugin.h:130: error: expected constructor, destructor, or type
conversion before '*' token
IcedTeaNPPlugin.h:133: error: expected constructor, destructor, or type
conversion before '*' token
In file included from IcedTeaScriptablePluginObject.h:49,
from IcedTeaNPPlugin.cc:75:
IcedTeaJavaRequestProcessor.h:107: error: 'NPVariant' has not been declared
and more...
this is ArchLinux x86_64, gcc 4.4, checking for xulrunner version... 1090105
(1.9.0.5/FF3.5.5)
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list