16:45 < Timmae> hi. why is bam trying to compile for 32x when im on a 64x machine? im on mac 10.11 el captain ._." 17:03 < Obani> Timmae, 17:03 < Obani> What version are you trying to compile ? 17:04 < Timmae> ddnet, newest version 17:04 < deen> Timmae: we have a bit of a different setup from TW i believe 17:05 < deen> Timmae: yeah, it builds both x86 and x86-64 at once 17:05 < Timmae> oh well 17:06 < deen> Timmae: the lua files check for 'string.find(settings.config_name, "64")' 17:06 < deen> so maybe "bam release_x86_64" works 17:07 < Timmae> ok wait 17:09 < deen> or client_release_x86_64 17:13 < Timmae> works so far.. but 17:13 < Timmae> Undefined symbols for architecture x86_64: "_queue_empty", referenced from: _dbg_break in system_x86_64_d.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 17:14 < deen> rm -r config.lua obj and try again 17:16 < Timmae> should work "bam -c all" for this? 17:16 < deen> dunno, never used 17:16 < Timmae> :'D 17:17 < Timmae> same error again 17:20 < deen> I'll boot my mac vm and try 17:23 < Timmae> Hi again... 17:24 < Timmae> System died <.< 17:24 < deen> 17:20 < deen> I'll boot my mac vm and try 17:27 < Timmae> Ok thank you :) 17:28 < deen> yeah, i get similar errors 17:32 < Timmae> Uh oh 17:32 < Timmae> btw the non-debug target works 17:33 < deen> bam config curl.use_pkgconfig=false opus.use_pkgconfig=false opusfile.use_pkgconfig=false ogg.use_pkgconfig=false compiler=clang # fixes it for me 17:33 < deen> oh, i never build debug 17:33 < Obani> Timmae, what bam version do you use ? 17:34 < Timmae> 5.x 17:35 < Obani> And what bam version does ddnet use ? 17:35 < Henningstone> supports both 17:36 < Obani> Oh 17:36 < Obani> cuwl 17:36 < deen> debug builds fine for me too 17:36 < Timmae> Damn 17:36 < Timmae> Ok 17:36 < deen> I compile with bam 0.4 17:36 < Timmae> I don't think this will make a difference 17:36 < deen> Timmae: tried clang? 17:37 < Timmae> Yes I executed the line you sent me 17:37 < Timmae> and then tried to compile again 17:37 < Timmae> Same error again