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
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel