Audio (103) Datatype (15) Demo (30) Development (238) Document (27) Driver (18) Emulation (55) Game (459) Graphics (188) Library (27) Network (53) Office (14) Utility (225) Video (20)
Total files: 1472
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Several fixes were necessary to make Abuse compilable
under AROS. Therefore I'm releasing the source in its
own package.
I've cross-compiled it from Linux with this script:
../abuse-0.7.1/configure CC=i386-aros-gcc CXX=i386-aros-g++ --host=i686-aros \
LDFLAGS=-nix CPPFLAGS=-D_P1003_1B_VISIBLE \
--prefix=/PROGDIR --bindir=/PROGDIR --disable-shared --without-pic \
--with-sdl-exec-prefix=/home/mazze/projects/tstaros
After configuring some fixes are necessary.
IIRC:
-adding "typedef unsigned short ushort;" to config.h
-in the Makefiles: removing -L/usr and -lGL from LIBS
|