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

From: Axel Naumann (axel-naumann@gmx.de)
Date: Mon Nov 18 2002 - 15:35:51 MET


...to clarify that to roottalk, too (it might be that other
"am-I-using-win-or-lunix-today" people are inetrested in that as well):
cygwin comes with X11 nowadays. It's even stable, and fvwm2 is already
working. And it's nice because it allows to build X11-only libraries on
windows.

Cheers, Axel.

> -----Original Message-----
> From: owner-roottalk@pcroot.cern.ch
> [mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Rene Brun
> Sent: Monday, November 18, 2002 8:19 AM
> To: axel@fnal.gov
> Cc: Roottalk
> Subject: RE: [ROOT] win, rootcint and ref member warning
>
>
> I Axel,
>
> I am lost! In your mail, you clain that you run on
> Version: cvs current, win2k, MSVC6
>
> and now you say:
> "I have libAfterImage and X11 installed,"
>
> This is not possible.
>
> Rene Brun
>
> On Mon, 18 Nov 2002, Axel Naumann wrote:
>
> > Hi Rene,
> >
> > I get exactly the same... Is there any way for me to find out where my
> > installation is wrong? (I suppose that's where the problem is,
> if you don't
> > see that problem.) Some more info on my build:
> >
> > I have libAfterImage and X11 installed, and did a --build=debug.
> >
> > Cheers, Axel.
> >
> > > -----Original Message-----
> > > From: Rene Brun [mailto:brun@pcbrun.cern.ch]
> > > Sent: Monday, November 18, 2002 7:49 AM
> > > To: axel@fnal.gov
> > > Cc: Roottalk
> > > Subject: Re: [ROOT] win, rootcint and ref member warning
> > >
> > >
> > > Hi Axel,
> > >
> > > I do not see this problem.
> > > Could you run the following rootcint command
> > >
> > > rootcint -f G__test.cxx test.h testLinkDef.h
> > >
> > > //file --- test.h: ---
> > > #ifndef test_h
> > > #define test_h
> > > #include "TObject.h"
> > > class TestClass: public TObject {
> > >  TestClass() {};
> > >  virtual ~TestClass() {};
> > >   ClassDef(TestClass,1)
> > > };
> > > #endif
> > >
> > > //------file testLinkDef.h
> > > #ifdef __CINT__
> > >
> > > #pragma link off all globals;
> > > #pragma link off all classes;
> > > #pragma link off all functions;
> > >
> > > #pragma link C++ class TestClass+;
> > >
> > > #endif
> > >
> > > Rene Brun
> > >
> > >
> > > On Mon, 18 Nov 2002, Axel Naumann wrote:
> > >
> > > > 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:18 MET