RE: [ROOT] win, rootcint and ref member warning

From: mailing list (pcanal@fnal.gov)
Date: Tue Nov 19 2002 - 16:07:12 MET


> $ rootcint -f G__test.cxx test.h

This command is 'ommiting' the '-c' options after the dictionary name.  This
put CINT in C mode (as opposed to C++).
Just do
    rootcint -f G__test.cxx -c test.h

Cheers,
Philippe


-----Original Message-----
From: owner-roottalk@pcroot.cern.ch [mailto:owner-roottalk@pcroot.cern.ch]On
Behalf Of Axel Naumann
Sent: Monday, November 18, 2002 7:36 AM
To: Roottalk
Subject: [ROOT] win, rootcint and ref member warning


Hi,

I was trying to use rootcint on the following class:
--- test.h: ---
#ifndef test_h
#define test_h
#include "TObject.h"
class TestClass: public TObject {
  TestClass() {};
  virtual ~TestClass() {};
};
#endif
---

$ rootcint -f G__test.cxx test.h
Limitation: Reference member not supported. Please use pointer
FILE:C:\root/include\TGenericClassInfo.h LINE:28

Is that supposed to happen?
Version: cvs current, win2k, MSVC6

Cheers, Axel.

_____

Axel Naumann, Kath Universiteit Nijmegen / NIKHEF, The Netherlands
Experiment: D0 / Fermilab, USA. Phone: +1 (630) 840 8595
http://www-d0.fnal.gov/nikhef



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:20 MET