← Back to team overview

intensityengine-general team mailing list archive

Re: compilation

 

In addition to what JLuna said, make sure that
boost-python itself is installed. It should be since
you have the -dev, and it should depend on it,
but maybe it isn't the right version or some other
mixup. Note that the name might contain the
version, on Ubuntu Intrepid I have libboost-python1.34.1.

Basically, you should have /usr/lib/libboost_python.so
which at least on this system is symlinked to
libboost-python-py25.so, and so forth. This should
have been done by libboost-python (not the -dev).

If this is still a problem, let us know what distro
and version you have installed.

- Kripken


2009/7/1 Søren Renner <soren.renner@xxxxxxxxx>:
> ...
>>
>> /client/engine/bih.o build/client/engine/octa.o
>> build/client/engine/lightmap.o build/client/engine/water.o
>> build/client/engine/shader.o build/client/engine/rendersky.o
>> build/client/engine/cubeloader.o build/client/engine/renderparticles.o
>> build/client/engine/octarender.o build/client/engine/server.o
>> build/client/engine/client.o build/client/engine/dynlight.o
>> build/client/engine/decal.o build/client/engine/sound.o
>> build/client/engine/pvs.o build/client/engine/command.o
>> build/client/intensity/engine_additions.o
>> build/client/intensity/world_system.o build/client/intensity/targeting.o
>> build/client/intensity/steering.o build/client/intensity/network_system.o
>> build/client/intensity/script_engine_manager.o
>> build/client/intensity/script_engine.o
>> build/client/intensity/script_engine_v8.o
>> build/client/intensity/fpsclient_interface.o
>> build/client/intensity/fpsserver_interface.o build/client/intensity/master.o
>> build/client/intensity/intensity_gui.o build/client/shared/stream.o
>> build/client/shared/zip.o build/client/engine/movie.o
>> build/client/intensity/shared_module_members_boost.o
>> build/client/fpsgame/scoreboard.o -Lbuild -Lsrc -Lbuild/thirdparty/v8
>> -Lsrc/thirdparty/v8 -L/usr/lib -Lbuild/build -Lsrc/build -lz -lenet
>> -lpython2.5 -lboost_python -lv8 -lSDL_image -lSDL_mixer -lGL -lGLU -lrt
>> /usr/bin/ld: cannot find -lboost_python
>> collect2: ld returned 1 exit status
>> scons: *** [build/Intensity_CClient] Error 1
>> scons: building terminated because of errors.
>
> package libboost-python-dev  is present. what is missing?
>
> _______________________________________________
> Mailing list: https://launchpad.net/~intensityengine-general
> Post to     : intensityengine-general@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~intensityengine-general
> More help   : https://help.launchpad.net/ListHelp
>
>



References