Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2405236
By: rburke
Had trouble compiling the Isis package.
Red Hat 8.0.
g++ 3.2 20020903
Errors and fixes:
IsisTypes.h
declaration of double_t caused conflicts with existing types in mathdef.h Commented
out.
CRC32.cpp (line 100)
variable declaration of unsigned char failed to match fstram.get() prototype
which requires plain char type. Change to char type seemed to fix.
Master.cpp (line 148)
failure to cast int to ios::iostate. Cast added.
I'm just groping in the dark here, so it's possible that some of these fixes
are inadequate, but with them, I got gsdl to compile.
Robin Burke
DePaul University
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=38148 |