build vs, python problem?

Just downloaded Vega Strike and need help? Have a question but don't know where to start? Ask here.
Post Reply
Guest

build vs, python problem?

Post by Guest »

I'm trying to build vegastrike on a fedora core 1 system, the compilation proceeds until the final link of vegastrike binary, but there stops with tousands of errors regarding (i tink) python and the boost library, error lines are like this one

: undefined reference to `boost::python::module_builder_base::module_builder_base[not-in-charge](char const*)'
cmd/script/libscript.a(director_generic.o)(.text+0xa9f): In function `init_module_Director()':

i have installed python 2.2.3, boost 1.3.0, and the various devel packages of both python and boost

hope you can help me

many many thanks in advance

leo
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

try:
--enable-boost128

It sometimes fixes those errors.
Guest

Post by Guest »

thanks, it worked :)

it was --enable-boost-128

i found the glXGetProcAddressARB problem shown at http://vegastrike.sourceforge.net/phpwi ... Installing (the link may be usefil if someone is trying to buid it on a fedora1 box)

leo
ace123 wrote:try:
--enable-boost128

It sometimes fixes those errors.
Post Reply