Audio (92) Datatype (15) Demo (41) Development (239) Document (55) Driver (18) Emulation (59) Game (503) Graphics (207) Library (22) Network (57) Office (20) Utility (244) Video (18)
Total files: 1590
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
|