Hi Selemon, On Tue, 2006-05-16 at 19:30 -0500, Bekele, Selemon wrote: > Hi Flemming, > > I am having another problem: > > 1)---------------------------------------------------------------- > rcas0030:~> bratroot -l > > Warning: Re-initialization enforced macro G__CINTVERSION :0: > Warning: Error occurred during reading source files > Warning: Re-initialization enforced macro G__CINTVERSION :0: You have two dictionaries that are not up-to-date with respect to the ROOT you're using. Clean and recompile your application. These `warnings' are far more serious than you'd think. If you need to recompile BRAT, make sure you do `make clean-dict' too. Really, the BRAT Makefile.am's should be changed from pkglib_LTLIBRARIES = libFoo.la libFoo_la_SOURCES = Foo.cxx \ FooDict.cxx to pkglib_LTLIBRARIES = libFoo.la libFoo_la_SOURCES = Foo.cxx nodist_libFoo_la_SOURCES = FooDict.cxx CLEANFILES = FooDict.cxx FooDict.h though this requires a newer Automake (1.6+). That shouldn't be a problem for anyone, but NBI where we have a lot of Red Hat 7.3 machines (we've dealt with it though). Yours, -- ___ | Christian Holm Christensen |_| | ------------------------------------------------------------- | | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91 _| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91 _| Denmark Office: (+45) 353 25 404 ____| Email: cholm@nbi.dk Web: www.nbi.dk/~cholm | | _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Wed May 17 03:59:07 2006
This archive was generated by hypermail 2.1.8 : Wed May 17 2006 - 03:59:14 EDT