Dear rooters,
I have problem with ROOT compiled on Fedora Core 3.
Namely:
Imagine I have simple function like this.
double simplef ()
{
double a = 1;
double b = 4;
return a+a+b;
}
When I try to compile using ACLiC:
root [0] .L simplef.C+
Info in <TUnixSystem::ACLiC>: creating shared library /tmp/./simplef_C.so
Error: class,struct,union or type T not defined
file://cint/lib/prec_stl/vector LINE:44
Error: Unexpected EOF G__exec_statement()
file://cint/lib/prec_stl/vector LINE:206
Error: Unexpected EOF G__fgetname():2 file://cint/lib/prec_stl/vector
LINE:206
Error: Unexpected EOF G__fgetvarname():2 file://cint/lib/prec_stl/vector
LINE:206
Error: Unexpected EOF G__fgetstream():2 file://cint/lib/prec_stl/vector
LINE:206Syntax Error: Maybe missing ';' file://cint/lib/prec_stl/vector
LINE:206
Error: Illegal pointer operation (tovalue) FILE:(tmpfile) LINE:2
*** Interpreter error recovered ***
Warning: Error occured during reading source files
Warning: Error occured during dictionary source generation
!!!Removing /tmp/./filedYPtb7.cxx /tmp/./filedYPtb7.h !!!
Error: rootcint: error loading headers...
Error in <ACLiC>: Dictionary generation failed!
Info in <ACLiC>: Invoking compiler to check macro's validity
Info in <ACLiC>: The compiler has not found any problem with your macro.
Probably your macro uses something rootcint can't parse.
Check http://root.cern.ch/root/Cint.phtml?limitations for Cint's
limitations.
Regards,
T Bold
This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:10 MET