Skip Menu |

This queue is for tickets about the Lingua-XFST CPAN distribution.

Report information
The Basics
Id: 95249
Status: new
Priority: 0/
Queue: Lingua-XFST

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Compile error with perl 5.19.x
The module cannot be compiled anymore with newer perls: cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fPIC "-I/home/eserte/var/ctps/51911/install/perl-5.19.11/lib/5.19.11/amd64-freebsd/CORE" xfsm_wrap.c xfsm_wrap.c: In function 'SWIG_AsCharPtrAndSize': xfsm_wrap.c:1810: error: 'bool' undeclared (first use in this function) xfsm_wrap.c:1810: error: (Each undeclared identifier is reported only once xfsm_wrap.c:1810: error: for each function it appears in.) xfsm_wrap.c:1810: error: expected ':' before numeric constant *** [xfsm_wrap.o] Error code 1 Regards, Slaven
On 2014-05-01 16:14:33, SREZIC wrote: Show quoted text
> The module cannot be compiled anymore with newer perls: > > cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing > -pipe -fstack-protector -I/usr/local/include -O -DVERSION=\"\" > -DXS_VERSION=\"\" -DPIC -fPIC "- > I/home/eserte/var/ctps/51911/install/perl-5.19.11/lib/5.19.11/amd64- > freebsd/CORE" xfsm_wrap.c > xfsm_wrap.c: In function 'SWIG_AsCharPtrAndSize': > xfsm_wrap.c:1810: error: 'bool' undeclared (first use in this > function) > xfsm_wrap.c:1810: error: (Each undeclared identifier is reported only > once > xfsm_wrap.c:1810: error: for each function it appears in.) > xfsm_wrap.c:1810: error: expected ':' before numeric constant > *** [xfsm_wrap.o] Error code 1 >
Problem still exists with perl 5.20.0 and later.