hi all,
i've tried to compile Bluez on macbookpro and came across error:
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT bluetooth.lo -MD -MP -MF .deps/bluetooth.Tpo -c -o bluetooth.lo bluetooth.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O2 -D_FORTIFY_SOURCE=2 -MT bluetooth.lo -MD -MP -MF .deps/bluetooth.Tpo -c bluetooth.c -fno-common -DPIC -o .libs/bluetooth.o
bluetooth.c:35:20: error: malloc.h: No such file or directory
In file included from bluetooth.c:39:
../include/bluetooth/bluetooth.h:36:20: error: endian.h: No such file or directory
../include/bluetooth/bluetooth.h:37:22: error: byteswap.h: No such file or directory
does macros included in endian.h & byteswap.h can be coded in a portable way ?
best regards
nicolas