It should be worth noting that this bug as pasted from another thread around 2004 is still in the current CVS
Quote:
EDIT: An additonal tip for getting this compiled with gcc-3.4: in common/EQNetwork.cpp, on line 73, change
Code:
HI_LOSWAPlong (type x) to
Code:
HI_LOSWAPlong (type a)
|
it references type x but x is not used in the function, a is.