From: F J Franklin (F.J.Franklin@sheffield.ac.uk)
Date: Sat Jul 20 2002 - 08:20:53 EDT
On Sat, 20 Jul 2002, Tomas Frydrych wrote:
> The ABI_BUILD_VERSION token does not seem to be defined on
> win32, so xap_Spider.cpp, will not compile.
it is defined in config/platforms/win32.mk:
ifdef ABI_BUILD_VERSION
OS_CFLAGS += -DABI_BUILD_VERSION=\"$(ABI_BUILD_VERSION)\"
else
OS_CFLAGS += -DABI_BUILD_VERSION=\"\"
endif
and also in abi_defs.mk:
ABI_BUILD_VERSION = 1.1.0
ABI_BUILD_ID =
CFLAGS += -DABI_BUILD_VERSION=\"$(ABI_BUILD_VERSION)\"
Are you sure you have the error right? Perhaps the complaint is about
concatenating the strings "AbiWord-"ABI_BUILD_VERSION which I think is
legal but maybe isn't?
Puzzled, Frank
Francis James Franklin
F.J.Franklin@shef.ac.uk
"No, she really likes me. She told me I look like Britney Spears, and why
would you say that to somebody you don't like?"
--- Elle Woods
This archive was generated by hypermail 2.1.4 : Sat Jul 20 2002 - 08:26:29 EDT