Skip Menu |

This queue is for tickets about the CORBA-ORBit CPAN distribution.

Report information
The Basics
Id: 31283
Status: new
Priority: 0/
Queue: CORBA-ORBit

People
Owner: Nobody in particular
Requestors: stephen [...] terminal.telesurf.com.kh
Cc:
AdminCc:

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



Subject: GCC 4.2.3 compile problem
Date: Fri, 7 Dec 2007 12:04:18 +0700
To: bug-CORBA-ORBit [...] rt.cpan.org
From: Stephen Gibberd <stephen [...] terminal.telesurf.com.kh>
To fix the error during compiling: interfaces.c:411: error: label at end of compound statement make: *** [interfaces.o] Error 1 Add a semi colon: case CORBA_dk_Repository: load_container (contained, retval, ev); break; default: ; }