Am Dienstag, 20. November 2007 schrieb Christian RöÃler (Roessler): > > | thbezier.cxx:1205: error: âstderrâ was not declared in this scope > > | thbezier.cxx:1206: error: âfprintfâ was not declared in this scope > > | make: *** [thbezier.o] Fehler 1 > By the way, same thin with "memset" in thwarppt.cxx...
Just for the record, as perhaps others are having this problem too: I inserted the line | #include "stdio.h" into thbezier.cxx, and the lines | #include <stdio.h> | #include <string.h> into thwarppt.cxx (string.h perhaps not necessary; I inserted it just to be on the safe side). Then therion compiled finely, and xtherion too. What a very nice feeling to see therion 0.5.2 starting:). Also for the record: The system here is an OpenSuse 10.3 with gcc 4.3.0, and self-compiled vtk 5.0.4 on an x86_64. If anyone runs into problems perhaps with vtk I will be glad to help. So, after all these dumb compiling questions I will (most likely) follow up with dumb therion usage questions! Very pleased greetings, Christian -- Have a look at our little home mine: <http://silberbergwerk-suggental.de>
