[Plib-users] PROBE_ENDIAN poblem causes ssgLoadFLT.cxx compile to fail
Brought to you by:
sjbaker
From: Adam C. <ajc...@ho...> - 2004-02-04 16:28:01
|
I'm installing PLIB on my AIX 4.3 machine and i gets to this file and then complains: ssgLoadFLT.cxx: In function `void Init()': ssgLoadFLT.cxx:2979: `_swab16' undeclared (first use this function) After further investigationj it looks like on line 196 of ssgLoadFLT.cxx it looks to see if PROBE_ENDIAN is defined, if it is, swab16 etc get compiled. Then at line 329 PROBE_ENDIAN gets defined if the compiler makes it here. Which I believe it does, because at line 2974 it sees that it is, tries to use swab16 and bombs out. I see nowhere prior to line 329 where PROBE_ENDIAN is defined so it's obvious to me why this would fail.... it PROBE_ENDIAN supposed to be defined elsewhere? Thanks for any help, -Adam _________________________________________________________________ There are now three new levels of MSN Hotmail Extra Storage! Learn more. http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1 |