[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] bsd usb configure error
- To: coldsync-hackers at lusars dot net
- Subject: [coldsync-hackers] bsd usb configure error
- From: David Banning <david at skytrackercanada dot com>
- Date: Wed, 6 Nov 2002 03:36:07 -0500
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
- User-Agent: Mutt/1.2.5i
I am getting this error running the configure script under
FreeBSD 4.7 Stable. The config.log states;
configure:3713: checking for library containing gethostbyname
configure:3789: checking whether ENODEV is defined
configure:3825: checking whether O_BINARY is defined
configure:3834: gcc -c -Wall -ansi -pedantic -g -O2 -I/usr/local/include conftes
t.c 1>&5
configure: In function `main':
configure:3830: `O_BINARY' undeclared (first use in this function)
configure:3830: (Each undeclared identifier is reported only once
configure:3830: for each function it appears in.)
configure:3830: warning: unused variable `fd'
configure: failed program was:
#line 3827 "configure"
#include "confdefs.h"
#include <fcntl.h>
int main() {
int fd; open("dummy", O_RDONLY | O_BINARY);
; return 0; }
configure:3867: checking for BSD USB support
configure:3883: gcc -c -Wall -ansi -pedantic -g -O2 -I/usr/local/include conftes
t.c 1>&5
configure: In function `main':
configure:3879: structure has no member named `vendorNo'
configure: failed program was:
#line 3875 "configure"
#include "confdefs.h"
#include <dev/usb/usb.h>
int main() {
struct usb_device_info udi;
udi.vendorNo = 0x082d;
; return 0; }
configure:3900: checking for socks behind the sofa
any idea what I can do with this?
I have both uvisor and ucom compiled in the kernel.
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.