User:BHSPitMonkey: Difference between revisions

30 editsJoined 23 August 2010
(Created page with '== Recursive Definition == User:BHSPitMonkey == Porting Transmission == I began trying to compile Transmission for iOS using the on-device toolchain, but quickly became di…')
 
No edit summary
 
Line 1: Line 1:
== Recursive Definition ==
[[User:BHSPitMonkey]]
== Porting Transmission ==
== Porting Transmission ==



Latest revision as of 04:58, 27 October 2010

Porting Transmission

I began trying to compile Transmission for iOS using the on-device toolchain, but quickly became disinterested in resolving issues. Here is my ./configure call, in case anyone else wants to pick up where I left off:

./configure --disable-gtk --disable-libnotify --disable-nls --disable-mac CFLAGS="-isysroot /var/sdk" cross_compiling=yes CPP=/usr/bin/cpp

This ends with:

checking how to run the C preprocessor... /usr/bin/cpp
configure: error: in `/var/mobile/Media/Code/transmission-2.11':
configure: error: C preprocessor "/usr/bin/cpp" fails sanity check

This would be pretty great to have on the new Apple TV.