Hi. I get the following output when I try to compile the CVS version of
plex86.
Script started on Wed Aug 15 13:06:48 2001
rmnet:~/cvs/plex86# make
make -C user CC="gcc" CFLAGS="-g -O2 -Wall -Wstrict-prototypes" LDFLAGS=""
make[1]: Entering directory `/root/cvs/plex86/user'
gcc -I.. -I./.. -I. -g -O2 -Wall -Wstrict-prototypes -c plex86.c
gcc -I.. -I./.. -I. -g -O2 -Wall -Wstrict-prototypes -c user.c
user.c:111: warning: #warning "fix: need exclusive access to variable in async handler"
user.c:404: warning: #warning "put physical mem limit checks here"
gcc -I.. -I./.. -I. -g -O2 -Wall -Wstrict-prototypes -c decode.c
gcc -I.. -I./.. -I. -g -O2 -Wall -Wstrict-prototypes -c plugin.c
plugin.c:370: warning: #warning "Finish pluginRegisterIRQ"
plugin.c:388: warning: #warning "Finish pluginUnregisterIRQ"
plugin.c:580: warning: #warning "fix: need exclusive access to variable used by async
handler"
plugin.c: In function `plugin_emulate_inport':
plugin.c:742: warning: control reaches end of non-void function
plugin.c: In function `plugin_emulate_outport':
plugin.c:748: warning: control reaches end of non-void function
cd gui && \
make libgui.a
make[2]: Entering directory `/root/cvs/plex86/user/gui'
c++ -c -g -O2 -Wall -Wstrict-prototypes -I../.. -I./../.. -I./.. -I./../instrument/
gui.cc -o gui.o
gui.cc:21: gui/bitmaps/floppya.h: No such file or directory
gui.cc:22: gui/bitmaps/floppyb.h: No such file or directory
gui.cc:23: gui/bitmaps/mouse.h: No such file or directory
gui.cc:24: gui/bitmaps/reset.h: No such file or directory
gui.cc:25: gui/bitmaps/power.h: No such file or directory
gui.cc:26: gui/bitmaps/snapshot.h: No such file or directory
gui.cc:27: gui/bitmaps/commit.h: No such file or directory
make[2]: *** [gui.o] Error 1
make[2]: Leaving directory `/root/cvs/plex86/user/gui'
make[1]: *** [gui/libgui.a] Error 2
make[1]: Leaving directory `/root/cvs/plex86/user'
make: *** [all] Error 2
rmnet:~/cvs/plex86# exit
Script done on Wed Aug 15 13:07:09 2001