Menu

#1 missing header

open
nobody
None
5
2001-09-28
2001-09-28
No

Hi

I tried it. This has been short:
***********************************
xx@oeifhff > make
mkdir lib
mkdir mkdir obj
make -C source
make[1]: Entering directory
`/netmount/kelvin/home.kelvin/xbtheria/personnel/wargame/codes/autres/virtdesk/source'
Makefile:30: Makefile.dep: Aucun fichier ou répertoire
de ce type
gcc -MM *.cc | sed -e 's/\([^ ]*\.o\)/\.\.\/obj\/\1/g'
> Makefile.dep
In file included from CBMP.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from desktop.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from events.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from extdat.cc:5:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from flags.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from group.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from list.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from theme.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from widget.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
In file included from window.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
make[1]: Leaving directory
`/netmount/kelvin/home.kelvin/xbtheria/personnel/wargame/codes/autres/virtdesk/source'
make[1]: Entering directory
`/netmount/kelvin/home.kelvin/xbtheria/personnel/wargame/codes/autres/virtdesk/source'
g++ -c desktop.cc -o ../obj/desktop.o -DDEBUGMODE
In file included from desktop.cc:1:
../include/VD_desktop.h:9: VD_Flags.h: Aucun fichier ou
répertoire de ce type
make[1]: *** [../obj/desktop.o] Error 1
make[1]: Leaving directory
`/netmount/kelvin/home.kelvin/xbtheria/personnel/wargame/codes/autres/virtdesk/source'
make: *** [all] Error 2
***************************************************
So, where is that header ?!!!!

Discussion


Log in to post a comment.