Hi David, David Sandberg <sandberg@hilux06.nbi.dk> wrote concerning Installing brat. [Wed, 2 Oct 2002 09:30:07 +0200 (CEST)] ---------------------------------------------------------------------- > Tjena. > > When writing make install in my brat directory I get > ... > c++ -DPACKAGE=\"brat\" -DVERSION=\"2.5.4\" -DONL_unix=1 -DHAVE_DLFCN_H=1 > -I. -I. -I. -I/nfs/hehi/hehi0/hehi/i386_linux24/new/include/root > -I../../data/abc -I../../data/params -I../../util -I../../managers > -I../../modules/abc -I../../modules/util -DMAJOR=2 -DMINOR=5 -DREVISION=4 > -g -O2 -Wp,-MD,.deps/data_abc_Cint.pp -c data_abc_Cint.cxx -fPIC -DPIC > -o data_abc_Cint.lo > data_abc_Cint.cxx:137: syntax error before `(' > data_abc_Cint.cxx: In function `void R__BrCreationID_fTime (TBuffer &, > void *, int)': > data_abc_Cint.cxx:142: confused by earlier errors, bailing out > make[2]: *** [data_abc_Cint.lo] Error 1 > make[2]: Leaving directory `/nfs/hehi/hehi26/hehi/sandberg/brat/data/abc' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/nfs/hehi/hehi26/hehi/sandberg/brat/data' > make: *** [install-recursive] Error 1 > > with emphasis on the lower part. My brat just wont install. > What todo? Do make clean-dict The problem is that you have dictionaries generated by another ROOT version than the one you're using to compile BRAT with. Hence, you need to recreate them. `make clean-dict' removes all the generated dictionaries, hence forcing a re-make of these source files. I have definitely writing a similar reply once or twice before - do please look at the list archives (a search engine would be nice!) - maybe I even wrote that in The Guide too. 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 305 ____| Email: cholm@nbi.dk Web: www.nbi.dk/~cholm | |
This archive was generated by hypermail 2b30 : Wed Oct 02 2002 - 07:48:32 EDT