Skip Menu |

This queue is for tickets about the Parse-ExuberantCTags CPAN distribution.

Report information
The Basics
Id: 61526
Status: resolved
Priority: 0/
Queue: Parse-ExuberantCTags

People
Owner: Nobody in particular
Requestors: ron [...] rblasch.org
Cc:
AdminCc:

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



Subject: Can't compile using VC++
The module doesn't compile using VC++, at least up to version 10.0, because only C89 is supported. Which means variables need to be declared at the beginning of blocks. In ExuberantCTags.xs, all variables are declared in *INIT* sections. It compiles fine if *PREINIT* is used instead. t/Parse-ExuberantCTags.t .. ok All tests successful. Files=1, Tests=21, 0 wallclock secs ( 0.00 usr + 0.03 sys = 0.03 CPU) Result: PASS
Thanks for the report. I just uploaded an updated Parse::ExuberantCTags 1.02 to CPAN. Please let me know if it doesn't work for you. --Steffen