Elena, I cannot reproduce this problem on Windows/NT. Anybody else observing the same problem? Rene Brun On Fri, 15 Mar 2002, Elena Trefilova wrote: > Hi Valeri, > > I downloaded from > ftp://root.cern.ch/root/ROOT_v30207.exe > > I seem to be getting the same error independent of > what > files I call the rootcint for, here is the test class: > > > rootcint -f cintTest.cpp -c Test.h > > ========== Test.h : ================= > > #include "TObject.h" > class Test : public TObject { > public: > Test(); > ~Test(); > Int_t isGood(); > ClassDef(Test,1) > }; > > ========== Test.cpp : ================= > > #include "Test.h" > ClassImp(Test) > Test::Test() {} > Test::~Test() {} > Int_t Test::isGood() {return 1;} > } > > ======================================== > > I'm runninng Windows 2000 SP2 on a DELL laptop. > Environment vars are set as recommended at the > download > page. > > No error if I run > rootcint -? > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - live college hoops coverage > http://sports.yahoo.com/ >
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:46 MET