Skip Menu |

This queue is for tickets about the Archive-ByteBoozer CPAN distribution.

Report information
The Basics
Id: 76439
Status: resolved
Priority: 0/
Queue: Archive-ByteBoozer

People
Owner: PAWELKROL [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: 0.02



Subject: Does not compile on most non-Linux systems
On most non-Linux systems the module does not compile for any perl. The error message is: BB.h:15: error: two or more data types in declaration specifiers Regards, Slaven
It is now fixed in the version 0.02 by replacing all occurrences of a newly defined "bool" types (first defined in "bb.h") with "boolean" label in the original source code of "ByteBoozer" right before packaging the actual release of "Archive::ByteBoozer" Perl module, using the following command: $ perl -pi -e 's/bool(?=[ ;])/boolean/g' *.c *.h Thank you very much for your report!