Attached is a patch for host.def, so that things will compile on solaris at a basic level. [course, nothing will WORK yet. but, one thing at a time]
Note that I originally posted this to the "Bugs" database on sourceforge, but got an email that I shouldnt do that. If folks shouldnt do that, then please truely disable that interface!
--- host.def Fri Sep 8 13:33:49 2000 +++ host.def.new Fri Sep 8 13:39:11 2000 @@ -3,15 +3,24 @@ #define LibraryCDebugFlags -O2 #define BuildServersOnly YES #define XF86CardDrivers vga tdfx i810 mga r128 glint + +# if defined(SunArchitecture) +#define DefaultCCOptions -Wall -g +#define HasGlide3 NO +#else #define LinuxDistribution LinuxRedHat + #define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wnested-externs + #define DefaultCCOptions -ansi GccWarningOptions -pipe -g +#define HasGlide3 YES +#endif + #define NormalLibGlx NO #define BuildXF86DRI YES -#define HasGlide3 YES #ifdef i386Architecture #define MesaUse3DNow