sugayam@post.kek.jp writes: > Hi rooters, > Well, does this problem produced really only on my environment? > This problem occurs on root Version 3.02/06 22 December 2001 also on > my environment. > > root [0] #include <fstream> > Warning: File "fstream" already loaded > root [1] ifstream file("tmp.txt"); > root [2] string st; > root [3] file >> st; > Error: Symbol i is not defined in current scope FILE:bstring.h LINE:2523 > Error: Failed to evaluate i.operatorvoidError: Binary operator oprand missing FILE:bstring.h LINE:2523 > *** Interpreter error recovered *** Hi Masahiro, I can reproduce it on a machine which has no cint dlls. If you install precompiled version of the headers and #include <string> header it should work. Try make cintdlls; make install if it helps. Jiri
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:39 MET