Subject: | Building Smart.o fails on some systems |
Seen on two perl 5.18.4 installations:
...
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D=\"VERSION_MACRO = VERSION\" -D=\"XS_VERSION_MACRO = XS_VERSION\" -fPIC "-I/opt/perl-5.18.4/lib/5.18.4/x86_64-linux/CORE" Smart.c
cc: error: =: No such file or directory
cc: error: VERSION": No such file or directory
cc: error: =: No such file or directory
cc: error: XS_VERSION": No such file or directory
Makefile:333: recipe for target 'Smart.o' failed
make: *** [Smart.o] Error 1
...
There is a strange character before the VERSION_MACRO and XS_VERSION_MACRO names --- I wonder if this is somehow related to https://rt.cpan.org/Ticket/Display.html?id=124231