[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: |
R. Bernstein |
Subject: |
[Libcdio-devel] libcdio (cvs) on FreeBSD 5.2.1 |
Date: |
Wed, 26 Jan 2005 23:10:36 -0500 |
'lo -
Steven M. Schultz writes:
> 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:
Funny I was just about to put out the first release candidate. Maybe I
should wait until this is fixed....
...
> 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'
Now fixed in CVS
> FreeBSD/freebsd.c: In function `_get_track_lba_freebsd':
> FreeBSD/freebsd.c:432: warning: implicit declaration of function `ntohl'
Hmmm. Don't get this on sourceforge's FreeBSD box. Man says it's in
sys/param.h Is that so? If so I'll add that to configure.ac
> 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
Now fixed in CVS.
> 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?
Believe it or now I was just in the process of compiling on
sourceforge's FreeBSD box. So I saw all of the problems except the
ntohl.
Their box is real slow so it's still compiling and will be a while before the
regression tests are run. (Also I don't have access to a real drive.)