building RC5 on 10.5.4

Support for Deluge on Apple Mac OS
Post Reply
zaxxon
New User
New User
Posts: 9
Joined: Thu Nov 01, 2007 10:13 am

building RC5 on 10.5.4

Post by zaxxon »

Hija,

I'm trying to build RC5 on my 10.5.4 Mac Mini. I port'ed boost, and added the libs and includes do my paths...

but just right at the end of the 'python setup.py build', it dies with the following :

<SNIP>
....... build/temp.macosx-10.5-i386-2.5/./libtorrent/bindings/python/src/version.o -lboost_filesystem -lboost_date_time -lboost_iostreams -lboost_python -lboost_thread -lpthread -lssl -lz -o build/lib.macosx-10.5-i386-2.5/deluge/libtorrent.so
ld: library not found for -lboost_python
ld: library not found for -lboost_python
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccimRI1U.out (No such file or directory)
error: command 'gcc' failed with exit status 1
verne:deluge-0.9.05 root#
</SNIP>

Neither google nor any other black magic could tell me, how and where I would build the boost_python library .. I'm really flabberghasted and I feel like a total beginner...

who could help me ????
Post Reply