I don't want to struggle with building the thing, I want to rather spend
my struggling time with the actual using of plex86 ...:
$ make
make -C user CC="gcc" CFLAGS="-g -O2 -Wall -Wstrict-prototypes"
LDFLAGS=""
make[1]: Entering directory `/tmp/plex86/user'
cd gui && \
make libgui.a
make[2]: Entering directory `/tmp/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 `/tmp/plex86/user/gui'
make[1]: *** [gui/libgui.a] Error 2
make[1]: Leaving directory `/tmp/plex86/user'
make: *** [all] Error 2
Any ideas?
Thanks a lot, and please CC me...
Hugo van der Merwe