Search found 2 matches

by dwlnetnl
Fri Jan 29, 2010 11:13 pm
Forum: Mac Support
Topic: Compiling libtransmission 1.83
Replies: 1
Views: 1254

Re: Compiling libtransmission 1.83

I've solved the problem. It seems that libtransmission/version.h was missing values.
If you are in Xcode, you have to manual add the values to libtransmission/version.h and remove the 'run script' phase from the libtransmission target.
by dwlnetnl
Fri Jan 29, 2010 10:57 pm
Forum: Mac Support
Topic: Compiling libtransmission 1.83
Replies: 1
Views: 1254

Compiling libtransmission 1.83

When I try to compile libtransmission 1.83 I get the following errors:
libtransmission/tr-dht.c:375:0 libtransmission/tr-dht.c:375: error: expected expression before '>>' token
libtransmission/tr-dht.c:376:0 libtransmission/tr-dht.c:376: error: lvalue required as unary '&' operand

What's the ...