Skip Menu |

This queue is for tickets about the Mac-Carbon CPAN distribution.

Report information
The Basics
Id: 26887
Status: resolved
Priority: 0/
Queue: Mac-Carbon

People
Owner: Nobody in particular
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

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



Subject: Fails to build on MACOS/X 10.1
RedHex() in Carbon.h fails to compile: char hexbyte[3]; hexbyte[2] = 0; int i, j; should read: char hexbyte[3]; int i, j; hexbyte[2] = 0; i.e. declarations should be at the top of a block (this is C not C++!!)