Hi there,
i am trying to build root from source on my ubuntu system. I untar/zip the root archive in my home directory.
I first set the environmental variable to the Root directory:
export ROOTSYS=$HOME/root
(I checked the $ROOTSYS, it points at the right directory)
in the root directory I type:
./configure
this gives me the message:
" type make to install root"
i type
make
and after all the cp procedures the following errors occur:
In file included from build/rmkdepend/cppsetup.c:30:
build/rmkdepend/def.h:35:19: error: stdio.h: No such file or directory
build/rmkdepend/def.h:37:20: error: string.h: No such file or directory
build/rmkdepend/def.h:39:19: error: ctype.h: No such file or directory
build/rmkdepend/def.h:40:23: error: sys/types.h: No such file or directory
build/rmkdepend/def.h:41:19: error: fcntl.h: No such file or directory
build/rmkdepend/def.h:42:22: error: sys/stat.h: No such file or directory
build/rmkdepend/def.h:127:20: error: stdlib.h: No such file or directory
…
At the end there is:
make: bin/rmkdepend: Command not found
make: *** [cint/src/g__cfunc.o] Error 127
Does anyone have an idea?
best regards
merc