2

Gluezilla、xul 和这些旧的 mozilla 东西似乎不是最新 Ubuntu 版本的一部分(至少从 12.04 开始)我试图找到 glezilla 的源代码和所有依赖项......目前没有太大成功。

你们如何在现代 Ubuntu linux 上使用 mono2 或 3 进行 Web 表单分叉?

[编辑] 经过更多研究,我尝试使用 mozzila 的 SDK 从 GIT 编译gluezilla:https ://github.com/mono/gluezilla

由于缺少文件,这仍然无法编译:

Linux0:/opt/src/gluezilla$ make
make  all-recursive
make[1]: Entering directory `/opt/src/gluezilla'
Making all in build
make[2]: Entering directory `/opt/src/gluezilla/build'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/src/gluezilla/build'
Making all in src
make[2]: Entering directory `/opt/src/gluezilla/src'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DXPCOM_GLUE -DXPCOM_GLUE_NEEDS_NSPR -fno-rtti -fshort-wchar -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nspr   -I../build/include -DXUL_VERSION=2  -I/opt/src/gluezilla/build/gecko-sdk/include -g -O2  -MT SecurityWarningsDialogs.lo -MD -MP -MF .deps/SecurityWarningsDialogs.Tpo -c -o SecurityWarningsDialogs.lo SecurityWarningsDialogs.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DXPCOM_GLUE -DXPCOM_GLUE_NEEDS_NSPR -fno-rtti -fshort-wchar -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nspr -I../build/include -DXUL_VERSION=2 -I/opt/src/gluezilla/build/gecko-sdk/include -g -O2 -MT SecurityWarningsDialogs.lo -MD -MP -MF .deps/SecurityWarningsDialogs.Tpo -c SecurityWarningsDialogs.cpp  -fPIC -DPIC -o .libs/SecurityWarningsDialogs.o
In file included from SecurityWarningsDialogs.h:16:0,
                 from SecurityWarningsDialogs.cpp:13:
interfaces.h:44:34: fatal error: widget/nsIBaseWindow.h: No such file or directory
compilation terminated.
make[2]: *** [SecurityWarningsDialogs.lo] Error 1
make[2]: Leaving directory `/opt/src/gluezilla/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/src/gluezilla'
make: *** [all] Error 2


Linux0:/opt/src/gluezilla$ find . -name nsIBaseWindow.h
Linux0:/opt/src/gluezilla$
4

0 回答 0