snowyu / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
1 stars 0 forks source link

1.0.0 fails to build under OSX #648

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My MAC packager can't get libtorrent 1.0.0 to build under his machine.
The error message doesn't help me, and it might actually be a boost problem 
altogether.

He uses boost 1.55 btw.

His configure.log: http://pastebin.com/5XppLudN
His config.log: http://pastebin.com/mfrGBbNV
His make output: http://pastebin.com/TXstmZzH

Also the relevant qbt forums post: 
http://qbforums.shiki.hu/index.php/topic,2501.msg11881.html#msg11881

PS: I don't own a MAC so I cannot test directly any possible solutions)

Original issue reported on code.google.com by hammered...@gmail.com on 14 Jul 2014 at 12:20

GoogleCodeExporter commented 9 years ago
as far as I can tell, this is caused by c++ headers being included from a C 
compilation unit. in the RC_1_0 branch this has been corrected.

Please test that branch (I'm hoping to cut a 1.0.1 release from it soon).

Original comment by arvid.no...@gmail.com on 14 Jul 2014 at 3:28