timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

Compiling nfc-eventd 0.1.5 on OS X 107 Lion #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was able to compile nfc-eventd 0.1.5 from tarball by making the following 
changes: 

diff -r nfc-eventd-0.1.5/configure nfc-eventd-0.1.5-fixed/configure
6690a6691,6692
>   11.*)
>     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
diff -r nfc-eventd-0.1.5/src/modules/nem_execute.c 
nfc-eventd-0.1.5-fixed/src/modules/nem_execute.c
29a30,36
> # ifdef __APPLE__
> # include <crt_externs.h>
> # define environ (*_NSGetEnviron())
> # else
> extern char **environ;
> # endif
> 
54c61
<     extern char **environ;

---
> //    extern char **environ;

If there are any questions, please feel free to contact me at bettse@gmail.com

Original issue reported on code.google.com by bettse@gmail.com on 11 Feb 2012 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 1 Jun 2012 at 12:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1131.

Original comment by romu...@libnfc.org on 13 Jun 2013 at 3:08