[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnocky / osx compile / bluetooth
From: |
Olivier Kaloudoff |
Subject: |
gnocky / osx compile / bluetooth |
Date: |
Tue, 16 Mar 2004 13:28:47 +0100 (CET) |
Hi all,
I just downloaded gnocky, and tried to compile;
everything seems to be ok, except a slight syntax error
for the Bluetooth part;
make[2]: Nothing to be done for `all'.
Making all in src
gcc -g -O2 -o gnocky main.o monitor.o utils.o statusbar.o
preferences.o phoneview.o phonebookview.o logosview.o smsview.o -framework
CoreFoundation IOBluetooth Foundation /sw/lib/libiconv.dylib -L/sw/lib
-L/usr/X11R6/lib -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lgnokii
-lgnugetopt -lpthread -lXpm -lX11 -L/sw/lib -lintl -liconv
gcc: IOBluetooth: No such file or directory
gcc: Foundation: No such file or directory
make[2]: *** [gnocky] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Indeed, each framework needs its own -framework tag.
I did not findany occurrence of bluetooth code in the configure
scripts, so I suggest to patch the relevant Makefiles .. :)
regards,
Olivier Kaloudoff
- gnocky / osx compile / bluetooth,
Olivier Kaloudoff <=