Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling under AIX
- To: crossfire (at) ifi.uio.no
- Subject: Compiling under AIX
- From: "Sam Mackrill : AspenTech UK" <>
- Date: Fri, 06 May 1994 12:26:26 GMT
- CC:
Procedure for compiling CrossFire under AIX
===========================================
AIX 3.2
X11R4
cc = IBM AIX XL C Compiler/6000
1. edit config/crossfire.cf
change line 36 :-
from #include <crosssite.def>
to #include "../config/crosssite.def"
2. edit include/libproto.h and include/sproto.h
remove lines :-
#if __STDC__
#endif
3. edit include/loader.h
remove line 64 :-
extern char *variable_const[NR_OF_VARIABLES];
4. edit the Imakefile
remove crossedit from the SUBDIRS list on line 31
(There should be a swith for the X11 version or crossedit
should be on the end of the list)
The "make World" will fail when making in lib but don't worry it doesn't
seem to matter