TString & dict

From: Rutger van der Eijk (r36@nikhef.nl)
Date: Mon Nov 02 1998 - 17:38:04 MET


Hi,

Since the new version of ROOT (2/13) I get the following message from
rootcint for every line in a class containing a static TString:

Error: ~TString() header declared but not defined FILE: LINE:0

for example:
----- OTRCMParameters.H -----
#ifndef ROOT_TString
#include "TString.h"
#endif


class OTRCMParameters
{
public:
  static TString fgRCMHostname; // hostname where RCM is present
};
-----

gives this...

What happend?

Rutger



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:39 MET