Subject: | Compilation fails with threaded perls |
See subject. Compile errors look like:
...
src/myconversions.cc: In function 'HV* language_to_hash(CLD2::Language, int, double)':
/opt/perl-5.24.0t/lib/5.24.0/x86_64-linux-thread-multi/CORE/perl.h:166:16: error: 'my_perl' was not declared in this scope
# define aTHX my_perl
^
...