Subject: | Missing files for /mkheader blocks static linked perl |
The file
/mkheader
cannot (re)create header files for win32, because the following files it depends on two files not included in package: unicore/CombiningClass.pl and unicode/Decomposition.pl.
This problem does only occure if you enable in "makefile.mk" the following two options:
BUILD_STATIC *= define
ALL_STATIC *= define
If you remove the package from dist perl can compile, I donnot know what problems this might trigger.