[Therion] Compiling question - thbezier.cxx

Christian Rößler (Roessler) chr_rossi at kartan.de
Tue Nov 20 16:52:55 CET 2007


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



More information about the Therion mailing list