[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libcdio-devel] libcdio (cvs) on FreeBSD 5.2.1
From: |
Steven M. Schultz |
Subject: |
[Libcdio-devel] libcdio (cvs) on FreeBSD 5.2.1 |
Date: |
Wed, 26 Jan 2005 19:28:31 -0800 (PST) |
Hi -
Decided to spend some time with the FreeBSD 5.2.1 system tonight
and get it up to date on everything.
Ran into a small problem with libcdio:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/driver -I../../include/ -g -O2
-Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused
-Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT
freebsd.lo -MD -MP -MF .deps/freebsd.Tpo -c FreeBSD/freebsd.c -fPIC -DPIC -o
.libs/freebsd.o
FreeBSD/freebsd.c: In function `get_disc_last_lsn_freebsd':
FreeBSD/freebsd.c:157: warning: implicit declaration of function
`get_disc_last_lsn_freebsd_ioctl'
FreeBSD/freebsd.c: In function `_get_track_lba_freebsd':
FreeBSD/freebsd.c:432: warning: implicit declaration of function `ntohl'
FreeBSD/freebsd.c: In function `cdio_open_am_freebsd':
FreeBSD/freebsd.c:587: error: request for member `get_discmode' in something
not a structure or union
gmake[3]: *** [freebsd.lo] Error 1
gmake[3]: Leaving directory `/usr/local/src/libcdio-cvs/lib/driver'
Is this something I'm not doing right (or am doing wrong ;)) or
an "oops" in libcdio?
The warnings should also be tended to - apparently a missing header
file to get ntohl() in scope.
Steven Schultz
- [Libcdio-devel] libcdio (cvs) on FreeBSD 5.2.1,
Steven M. Schultz <=