[fpc-devel] FPC_HAS_FEATURE_RESOURCES and packages ?
Martin
lazarus at mfriebe.de
Mon Jun 28 14:54:33 CEST 2010
While it may well be a misconfiguration on my side, I got some
compilation errors, while building fpc, and found the following:
- in the rtl objpas.pp several functions are only exported if
FPC_HAS_FEATURE_RESOURCES is defined.
- in fcl-base gettext.pp they are used unconditionally.
So if FPC_HAS_FEATURE_RESOURCES is not defined compilation will fail.
Functions in question are
SetResourceStrings, Hash, finalizeresourcetables, ...
Martin
More information about the fpc-devel
mailing list