|
楼主 |
发表于 2005-5-9 08:55:38
|
显示全部楼层
#make
echo "Making dependancies"
Making dependancies
make -i depend
mv Makefile Makefile.old
sed -e '/^# Do not edit or remove this line or anything below it.$/,$d' < Makefile.old > Makefile
echo "# Do not edit or remove this line or anything below it." >> Makefile
cc -M -g -Wall -Werror `libusb-config --cflags` omd_unit.c slog.c netmd_cmd.c omd_time.c omd_disc.c omd_toc.c omd.c >> Makefile
In file included from omd_unit.c:34:
omd.h:41:52: machine/types.h: No such file or directory
In file included from netmd_cmd.c:41:
omd.h:41:52: machine/types.h: No such file or directory
In file included from omd_time.c:38:
omd.h:41:52: machine/types.h: No such file or directory
In file included from omd_disc.c:37:
omd.h:41:52: machine/types.h: No such file or directory
In file included from omd_toc.c:39:
omd.h:41:52: machine/types.h: No such file or directory
In file included from omd.c:37:
omd.h:41:52: machine/types.h: No such file or directory
*** Error code 1 (ignored)
cp /dev/null .deps
cc -c -g -Wall -Werror `libusb-config --cflags` omd.c
In file included from omd.c:37:
omd.h:41:52: machine/types.h: No such file or directory
*** Error code 1 |
|