Good evening, just a little question; I am again at it, compiling therion.
Well, when make'ing I got following error: | c++ -c -Wall -DTHLINUX -O2 -o thbezier.o thbezier.cxx | thbezier.cxx: In function âvoid chord_length_parameterize(const NR_Point*, | double*, unsigned int)â: | 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 ...and, ah well, stderror and fprintf has a smell I know, so to say. So I opened thbezier.cxx and insterted to the include lines | #include "stdio.h" and it compiles through (at least thbezier.cxx). But this is... a bit too easy. Is this the right way, or do I have an error elsewhere (as usual), perhaps? Greetings, Christian
