[RkWard-devel] [rkward - Help] RE: Problems compiling...
SourceForge.net
noreply at sourceforge.net
Wed Oct 19 16:32:42 UTC 2005
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3389632
By: tfry
Oh dear. I've had those strange linkage problems before. No idea, why they occur
(and why they are so erratic). Please try this: Insert the following lines to
rkward/rkward.cpp below line 85 (which is another workaround for a similarily
absurd problem):
RKGlobals::empty_char = const_cast<char*> ("");
RKGlobals::unknown_char = const_cast<char*> ("");
RKGlobals::na_double = 0.0;
Maybe this does the trick.
______________________________________________________________________
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=165574
More information about the Rkward-devel
mailing list