gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile problem, macosx leopard


From: Greg Franks
Subject: Re: Compile problem, macosx leopard
Date: Sun, 27 Jan 2008 13:27:15 -0500


On 21-Jan-08, at 3:01 AM, Pawel Kot wrote:

Hi,

On Jan 21, 2008 2:06 AM, Greg Franks <address@hidden> wrote:
It appears as though sys/stat.h is only dragged in on windoze boxen.

#ifdef WIN32
#  include <windows.h>
#  include <locale.h>
#  ifdef HAVE_DIRECT_H
#    include <direct.h>
#  endif
#  ifdef HAVE_SYS_STAT_H
#    include <sys/stat.h>
#  endif
#endif

This is 6.22

Could you please try CVS version?

bash-3.2$ autoconf
bash-3.2$ automake
autoheader
./configure
Makefile.am:12: GLIB does not appear in AM_CONDITIONAL
configure.in:90: required file `./ltmain.sh' not found


Bahh. automake is a pain sometimes. MacOSX leopard.. gcc 4.0. automake 1.10

Commenting out the offending lines in configure and pressing on yields fun with bluetooth...

checking for the bluetooth support... checking for the struct sockaddr_rc in <bluetooth/rfcomm.h>... no checking for the MacOS X bluetooth support... checking CoreFoundation/ CoreFoundation.h usability... yes
checking CoreFoundation/CoreFoundation.h presence... yes
checking for CoreFoundation/CoreFoundation.h... yes
checking IOBluetooth/Bluetooth.h usability... yes
checking IOBluetooth/Bluetooth.h presence... yes
checking for IOBluetooth/Bluetooth.h... yes
checking IOBluetooth/IOBluetoothUserLib.h usability... no
checking IOBluetooth/IOBluetoothUserLib.h presence... yes
configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: present but cannot be compiled configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: check for missing prerequisite headers? configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: see the Autoconf documentation configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: section "Present But Cannot Be Compiled" configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: proceeding with the preprocessor's result configure: WARNING: IOBluetooth/IOBluetoothUserLib.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to http://www.gnokii.org ##
configure: WARNING:     ## ------------------------------------ ##
checking for IOBluetooth/IOBluetoothUserLib.h... yes
checking for the FreeBSD/netgraph bluetooth support... checking for the struct sockaddr_rfcomm in <netgraph/.../ng_btsocket.h>... no ./configure: line 22801: syntax error near unexpected token `LIBPCSCLITE,' ./configure: line 22801: ` PKG_CHECK_MODULES(LIBPCSCLITE, libpcsclite >= 1.4.2, USE_LIBPCSCLITE=yes, USE_LIBPCSCLITE=no)'
bash-3.2$ automake --version
automake (GNU automake) 1.10
Written by Tom Tromey <address@hidden>
       and Alexandre Duret-Lutz <address@hidden>.

Copyright 2006 Free Software Foundation, Inc.



take care,
pkot
--
Pawel Kot


_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]