We tried to use the example programme RMain from ROOT Course but we get the following error: *** Break *** segmentation violation Optimistically trying again afterwards we get: Error: No symbol InitGui in current scope FILE:Test.C LINE:8 *** Interpreter error recovered *** Any Ideas? The programme looks like this: #include "TROOT.h" #include "TRint.h" extern void InitGui(); int Error; VoidFuncPtr_t initfuncs[]={InitGui,0}; TROOT root("Rint","The Root Interactive Interface",initfuncs); int main (int argc,char **argv) { TRint *theApp=new TRint("Rint",&argc,argv,0,0); theApp->Run; delete theApp; return(0); }
This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:38 MET