make distcheck fails: hal-file-monitor.h

Richard Hughes hughsient at gmail.com
Sat Apr 7 03:15:08 PDT 2007


 gcc -DHAVE_CONFIG_H -I. -I../.. -I../../../hald/linux
-DPACKAGE_SYSCONF_DIR=\"/home/hughsie/Code/hal/hal/hal-0.5.10/_inst/etc
\" -DPACKAGE_DATA_DIR=
\"/home/hughsie/Code/hal/hal/hal-0.5.10/_inst/share\" -DPACKAGE_BIN_DIR=
\"/home/hughsie/Code/hal/hal/hal-0.5.10/_inst/bin\"
-DPACKAGE_LOCALE_DIR=
\"/home/hughsie/Code/hal/hal/hal-0.5.10/_inst/share/locale\"
-DPACKAGE_LOCALSTATEDIR=
\"/home/hughsie/Code/hal/hal/hal-0.5.10/_inst/var\" -I../../.. -I..
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -Wall
-Wchar-subscripts -Wmissing-declarations -Wnested-externs
-Wpointer-arith -Wcast-align -Wsign-compare -MT osspec.lo -MD -MP
-MF .deps/osspec.Tpo -c ../../../hald/linux/osspec.c  -fPIC -DPIC
-o .libs/osspec.o
../../../hald/linux/osspec.c:59:30: error: hal-file-monitor.h: No such
file or directory
make[6]: *** [osspec.lo] Error 1
make[6]: Leaving directory
`/home/hughsie/Code/hal/hal/hal-0.5.10/_build/hald/linux'

I guess you wanted to put:
#include "../hal-file-monitor.h"

rather than:
#include "hal-file-monitor.h"

Want me to fix this? It allows make distcheck to pass.

Richard.




More information about the hal mailing list