Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling under AIX



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