22 Feb
2008
22 Feb
'08
8:31 p.m.
Jean-Luc BERTE wrote:
===> making all in src/cregistry gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/local/include" -DHAVE_CONFIG_H registry.c -o registry.o In file included from ../cregistry/registry.h:36, from ../cregistry/entry.h:36, from registry.c:42: /usr/local/include/tcl.h:19:20: error: common.h: No such file or directory
It is picking up something from /usr/local here, which should not happen. Do you have some "external" Tcl installed? Rainer