gmlanzi / littleblackbox

Automatically exported from code.google.com/p/littleblackbox
0 stars 0 forks source link

Compiling for MAC OS X #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to compile into MAC OS X binary?

Original issue reported on code.google.com by khel...@gmail.com on 23 Dec 2010 at 12:39

GoogleCodeExporter commented 9 years ago
Which version are you trying to compile? Version 0.1.1 has an OSX makefile that 
you can run: 'make -f Makefile.OSX'. 

Unfortunately I don't have a Mac to test it on, but I'm told the issue with 
building version 0.1.0 was that by default it compiled statically and Mac's 
don't like that, so the Makefile.OSX *should* work.

If you could provide any error messages that you're getting that would help 
narrow down your problem.

Original comment by heffne...@gmail.com on 24 Dec 2010 at 12:32

GoogleCodeExporter commented 9 years ago
Latest version should build on OSX...closing unless the problem persists / more 
detail is provided.

Original comment by heffne...@gmail.com on 24 Dec 2010 at 8:09

GoogleCodeExporter commented 9 years ago
Confirmed that latest version won't compile on OSX 10.6.5 (intel 64 bit).

upon running "./configure" get "checking for clock_gettime in -lrt... no" and 
"error: rt library not found!"

Downloaded the 0.1.1 and confirmed that the MakeFile.OSX works, but this file 
does not exist in 0.1.3.  Also tried copying the makefile to the 0.1.3 src 
folder with no success.

What is the rt library dependency?

Original comment by markjlin...@gmail.com on 3 Jan 2011 at 6:24