Re: Some issues with included directories when compiling cint/cint/src/dict/gcc4strm.cxx

From: Pierre-Luc Drouin <pldrouin_at_physics.carleton.ca>
Date: Wed, 30 Jul 2008 19:13:04 -0400


ok, I installed gmake 3.81 and ROOT seems to be happy with it. Is there a place where I can find the minimum version of gcc, gmake and other tools required to compile ROOT?

Thank you!
Pierre-Luc Drouin

Pierre-Luc Drouin wrote:
> Hi,
>
> I am trying to compile ROOT on linux i686 using gcc 4.3.1and gmake
> 3.79.1 and I get the following error:
> bin/rmkdepend -R -fcint/cint/src/dict/gcc4strm.d -Y -w 1000 -- -pipe
> -m32 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DG__REGEXP
> -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT -DG__REDIRECTIO
> -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__
> NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src
> -Icint/cint/src/dict -pthread -Icint/cint/lib/ -Wno-strict-aliasing
> -I. -D__cplusplus -- cint/cint/src/dict/gcc4strm.cxx
> g++ -O2 -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -Iinclude
> -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT
> -DG__REDIRECTIO -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO
> -DG__CINTBODY -Icint/cint/inc -Icint/cint/sr
> c -Icint/cint/src/dict -pthread -Icint/cint/lib/ -Wno-strict-aliasing
> -I. -o cint/cint/src/dict/gcc4strm.o -c cint/cint/src/dict/gcc4strm.cxx
> In file included from cint/cint/src/dict/gcc4strm.cxx:7:
> cint/cint/src/dict/gcc4strm.h:30:20: error: iostrm.h: No such file or
> directory
> cint/cint/src/dict/gcc4strm.h:31:19: error: fstrm.h: No such file or
> directory
> cint/cint/src/dict/gcc4strm.h:32:19: error: sstrm.h: No such file or
> directory
> cint/cint/src/dict/gcc4strm.h:33:21: error: linkdef.h: No such file or
> directory
>
>
> The issue seems to be that int/cint/lib/ is included instead of
> cint/cint/lib/gcc4strm . I looked into the makefile module
> cint/cint/Module.mk and it seems that the following line is not
> interpreted correctly:
> $(CINTDIRSD)/%strm.o: CINTCXXFLAGS += -I$(CINTDIRL)/$(notdir
> $(basename $@))
>
> Is the version of gmake I am using too old to compile ROOT?
>
> Thank you!
> Pierre-Luc Drouin
>
Received on Thu Jul 31 2008 - 01:13:09 CEST

This archive was generated by hypermail 2.2.0 : Thu Jul 31 2008 - 11:50:02 CEST