Re: [ROOT] rootcint in Win2000

From: Elena Trefilova (trefilova@yahoo.com)
Date: Fri Mar 15 2002 - 21:50:20 MET


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