11 Apr
2007
11 Apr
'07
2 p.m.
Steffen Goeldner wrote:
Steffen Goeldner wrote:
Aah, thanks! Indeed it installs in a directory of my choice.´ However, dependent module no longer find the include files. E.g. clients/NT/rules.msc contains
MONETDB_CFLAGS=-I$(TOPDIR)\..\..\MonetDB\NT\include ...
It works with
MONETDB_CFLAGS=-I$(prefix)\include ...
but only if $(prefix) is not the default $(MAKEDIR). AFAICS, we need a $(MONETDB_INSTALL_DIR) or something like that.
MONETDB_CFLAGS is used by clients and MonetDB4 (and only to set INCLUDES), whereas the other modules use MONETDB_INCS.
Any objections if I change MONETDB_CFLAGS to MONETDB_INCS (and drop it from buildtools)?
No objections from me (as long as things keep compiling of course ;-) ). -- Sjoerd Mullender