@weasel123
Would it be possible to make your binary available for d/l somewhere?
Greg
Or the .bb file used to build it
Heres the binary for oz
http://sinhalasearch.com/prboom/prboomYou will need the
prboom.wad
http://sinhalasearch.com/prboom/prboom.wad and the doom.wad to be in the same directory as the file, then type
prboom -height 240
and enjoy.
Unfortunately I didnt have time to create the bb file, i used oz's toolchain instead,
heres what i did, I had to modify the configure script of the original 2.2.6 prboom slightly to disable the test for sdl-net and sdl-mixer etc and change the src/Makefile.in to add -lpng -ljpeg and -lts, here is the modified source
http://sinhalasearch.com/prboom/prboom-2.2.6-weasel.tar.gzthen after untarring the file i cd into the directory and then run.
PATH=/mnt/ss/oe/build/tmp/cross/bin:$PATH ./configure --host=arm-linux --with-sdl-exec-prefix=/mnt/ss/oe/build/tmp/staging/i686-linux/
followed by
PATH=/mnt/ss/oebk/build/tmp/cross/bin:$PATH make
You will have to chage the above to where your oe directory is based, ie mine is /mnt/ss/oe.
It should be easy to create a .bb file based on the diff's between the modified prboom-2.2.6 package and the original, but i dont have the time immedietly, maybe i can come up with a .bb file soon.