I fiddled a bit with the Makefile to include ff170 and tried to find my way in the huge directory structure.
Finally it started to compile but no luck so far;
Missing IOOPHM.h :
-- koen@n53sv:~/src/gwt-plugin/plugins/xpcom$ make BROWSER=ff170 GECKO_PLATFORM=Linux_x86_64-gcc3
(cd ../common && make)
make[1]: Entering directory `/home/koen/src/gwt-plugin/plugins/common'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/koen/src/gwt-plugin/plugins/common'
Makefile:264: Using firefox libraries at ../../../plugin-sdks/gecko-sdks/gecko-17.0.0/Linux_x86_64-gcc3/lib
[ ! -x ../../../plugin-sdks/gecko-sdks/gecko-17.0.0/bin/xpidl.py -o \( -e prebuilt/ff170/include/IOOPHM.h -a ! -w prebuilt/ff170/include/IOOPHM.h \) ] || ../../../plugin-sdks/gecko-sdks/gecko-17.0.0/bin/header.py -I../../../plugin-sdks/gecko-sdks/gecko-17.0.0/idl -o prebuilt/ff170/include/IOOPHM.h IOOPHM.idl
g++ -O2 -fPIC -I../../../plugin-sdks/gecko-sdks/gecko-17.0.0/Linux_x86_64-gcc3/include -I../../../plugin-sdks/gecko-sdks/gecko-17.0.0/include -Iprebuilt/ff170/include/ -rdynamic -m64 -DBROWSER=ff170 -DGECKO_VERSION=17000 -fshort-wchar -c -o build/Linux_x86_64-gcc3-ff170/ExternalWrapper.o -I. -I../common ExternalWrapper.cpp
In file included from ExternalWrapper.cpp:17:0:
ExternalWrapper.h:23:20: fatal error: IOOPHM.h: No such file or directory
compilation terminated.
make: *** [build/Linux_x86_64-gcc3-ff170/ExternalWrapper.o] Error 1
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/2XubcROLVB4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment