Skip Menu |

This queue is for tickets about the Text-CSV_XS CPAN distribution.

Report information
The Basics
Id: 128984
Status: rejected
Priority: 0/
Queue: Text-CSV_XS

People
Owner: Nobody in particular
Requestors: larry.baker [...] printv3.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug-Text-CSV_XS
Date: Sun, 31 Mar 2019 21:51:06 +0000
To: "bug-Text-CSV_XS [...] rt.cpan.org" <bug-Text-CSV_XS [...] rt.cpan.org>
From: Larry Baker <larry.baker [...] printv3.com>
Hello, I'm not sure what to do about the error below. From what I have found on the internet is that xlocale.h is obsolete..? Is there a solution to this error? Thanks for your help with this. Much appreciated. Text-CSV_XS1.39 Perl 5, version 28, sunversion 1(V5.28.1) Built for X86_64-msys-tread-multi MINGW64_NT-10.0 16DP01 2.11.2(0.329/5/3) 2018-11-26 09:22 x86_64 Msys # perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::CSV_XS Writing MYMETA.yml and MYMETA.json # make cp CSV_XS.pm blib/lib/Text/CSV_XS.pm Running Mkbootstrap for CSV_XS () chmod 644 "CSV_XS.bs" "/mingw64/bin/perl.exe" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs 644 "/mingw64/bin/perl.exe" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' CSV_XS.xs > CSV_XS.xsc mv CSV_XS.xsc CSV_XS.c gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fwrapv -fno-strict-aliasing -fstack-protector-strong -DUSEIMPORTLIB -march=x86-64 -mtune=generic -O2 -pipe -DVERSION=\"1.39\" -DXS_VERSION=\"1.39\" "-I/usr/lib/perl5/core_perl/CORE" CSV_XS.c In file included from CSV_XS.xs:8: C:/msys64/usr/lib/perl5/core_perl/CORE/perl.h:719:13: fatal error: xlocale.h: No such file or directory # include <xlocale.h> ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:335: CSV_XS.o] Error 1 Best Regards Larry Larry Baker / Data Processing larry.baker@printv3.com<mailto:larry.baker@printv3.com> Office: 800.882.1844 ext. 202 [cid:image001.png@01D32869.0D9E6D80] LinkedIn<https://www.linkedin.com/company/96988?> | Facebook<https://www.facebook.com/v3printing> | Twitter<https://twitter.com/v3printing> | Website<http://www.v3corporation.com/>
Download image001.png
image/png 7.3k
image001.png
This is obviously not a bug in Text::CSV_XS The easy way around the problem is to create an empty header file C:> echo > \msys64\usr\lib\perl5\core_perl\CORE\xlocale.h should work, but I am not a Windows user and I have no idea if that header file is required for anything else with this perl distribution. I'll close this ticket in maybe two weeks as not a bug.