arsv / perl-cross

configure and cross-compile perl
Other
81 stars 29 forks source link

Cannot build perl 5.35.3 #118

Closed fperrad closed 3 years ago

fperrad commented 3 years ago

There is a new variable in xconfig.h.

xconfig.h:3122:3: error: invalid preprocessing directive #NEED_XLOCALE_H
 3122 | # NEED_XLOCALE_H /**/
      |   ^~~~~~~~~~~~~~
arsv commented 3 years ago

Fixed. It's a runtime test in mainline perl, but undef seems to be a safe assumption for Linux.