<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div><div>Hello everybody, thanks in advance. I'm novice with galib and I
have several problems for example when I try to complile the 16 example I
have an erropr message:</div><div>ex16.C:12:10: fatal error: iostream.h: No existe el archivo o el directorio<br> #include <iostream.h><br><br></div><div>if I remove the extension .h things dont change to better</div><div><br></div><div>ex16.C:13:10: fatal error: fstream.h: No existe el archivo o el directorio<br> #include <fstream.h><br><div>if I remove egain the extension I get a lot of errors:</div><div><div>ex16.C:34:10: error: ‘ostream’ does not name a type; did you mean ‘strcat’?<br> friend ostream & operator<<(ostream & os, const Point & p){<br> ^~~~~~~<br> strcat<br>ex16.C:53:16: error: variable or field ‘WriteNode’ declared void<br> void WriteNode(ostream & os, GANode<Point> * n);<br> ^~~~~~~<br>ex16.C:53:16: error: ‘ostream’ was not declared in this scope<br><br></div><div>And besides I don't know how I must compile galib, with whar options, I'm only writing g++ ex16.C</div><div><br></div><div>Thanks<br></div></div></div></div><br></div></div></body></html>