hi Inside3d
I was wondering if there is any QuakeC compiler and/or decompiler suitable for use on big endian systems?
i've tried frikqcc and it only seems to compile on little endian (only tried on 2.6.18 linux kernel and mingw - both successfully using frik26src.zip) however I can't get it to compile on a PowerPC based G4 mac.... also, even on little endian systems, i get a segmentation fault almost every time I run the frikdec executable. I've tried on the vanilla v101qc iD QC sources (first by compiling using the frikqcc compiler then decompiling the resultant progs.dat through frikdec; spits out a few qc files but segfaults on client.qc)
does anyone know of a decent QuakeC compiler/decompiler that at least has #ifndef's or #ifdef's to handle byte ordering based on specific architecture?
thanks in advance