haulm 发表于 2007-9-24 14:21:04

编译VirtualBox遇到困难,一些依赖库的编译问题 

You need:

GCC 3.2.3 or later (except for the GCC 4.0.x series)
as86 (real mode assembler, usually part of the dev86 or bin86 package.)
bcc (Bruce Evans C Compiler; often part of the dev86 package)
Note: The bcc compiler contained in openSUSE10.2 as part of dev86-0.16.0-218 is known to generated broken code. Unfortunately, bcc -v is not supported.
IASL (Intel ACPI compiler)
xsltproc (libxslt, XML style sheet processor)
libxerces (Xerces XML parser; the C++, not the Java version)
libxalan (Xalan XSL library, depends on Xerces; again, the C++, not the Java version)
libXcursor (required to support color mouse pointers in guest)
Qt 3.3.x (with x >= 5 if possible)
libIDL
libSDL
ALSA
libhal

我编译了as86 bcc IASL,xalan我无法编译通过,下载的FC4的二进制文件也未成功通过,还看谁有能力时间去编译了。

KDE 发表于 2007-9-24 22:19:14

Xalan XSL library, depends on Xerces
这个是否编译了?

KDE 发表于 2007-9-24 22:20:14

他依赖的东西太多、太复杂,当初望而却步了。

haulm 发表于 2007-9-25 03:30:55

呵呵,如果对源代码没有兴趣的话直接用官方二进制包好了。
页: [1]
查看完整版本: 编译VirtualBox遇到困难,一些依赖库的编译问题