|
From: Xiaofan C. <xia...@gm...> - 2007-12-19 02:28:23
|
I have to manually change "/opt/gnome" to "/usr" in order to get the latest SVN version built under Ubuntu Linux 7.10. I think very few distributions use /opt/gnome. And it is better not to hard code the CFlags. openusb/src/Makefile.am #to use hal for hotplug event support linux_la_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/opt/gno me/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/include/hal Xiaofan |