Skip Menu |

This queue is for tickets about the Math-Clipper CPAN distribution.

Report information
The Basics
Id: 84516
Status: rejected
Priority: 0/
Queue: Math-Clipper

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

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



Subject: cannot build on Windows
Show quoted text
> Build test
Processing XS typemap files... Generating main XS file... compilet-1641938944.c Creating library C:\TEMP\compilet.lib and object C:\TEMP\compilet.exp Generating script 'src\clipper.ccs' cl -nologo -c @"src\clipper.ccs" -Fo"src\clipper.obj" "src\clipper.cpp" clipper.cpp src\clipper.hpp(53) : error C2632: 'long' followed by 'long' is illegal src\clipper.hpp(54) : error C2632: 'long' followed by 'long' is illegal src\clipper.cpp(53) : error C2059: syntax error : 'bad suffix on number' src\clipper.cpp(53) : warning C4305: 'initializing' : truncation from 'const __int64' to 'const long' src\clipper.cpp(53) : warning C4309: 'initializing' : truncation of constant value src\clipper.cpp(53) : error C2146: syntax error : missing ';' before identifier 'L' src\clipper.cpp(53) : fatal error C1004: unexpected end of file found error building dll file from 'src\clipper.cpp' at C:/Perl/lib/ExtUtils/CBuilder/Platform/Windows.pm line 130.
Uhm, what is your perl distribution/version and your compiler? It builds correctly under MinGW. Maybe some flag is needed for your compiler.