Hi,
i now built GNU xorriso with --enable-libcdio on FreeBSD 8.0-STABLE.
It might be that the use of cdio_config.h is not compatible with the own
autotools setup of applications which use libcdio:
In file included from /usr/local/include/cdio/types.h:34,
from /usr/local/include/cdio/cdio.h:35,
from libburn/sg-libcdio.c:145,
from libburn/sg.c:21:
/usr/local/include/cdio/cdio_config.h:297:1: warning: "PACKAGE" redefined
In file included from libburn/sg.c:9:
libburn/../config.h:101:1: warning: this is the location of the previous
definition
Also clashing are PACKAGE_BUGREPORT, PACKAGE_NAME, PACKAGE_STRING,
PACKAGE_VERSION, VERSION.
xorriso does not make use of these macros. But it is not healthy
that the libcdio config macros get included into the application.
Have a nice day :)
Thomas