[Mono-list] Problems Building 2.0.1

Paolo Molaro lupus at ximian.com
Wed Nov 12 09:45:30 EST 2008


On 11/11/08 Abe Gillespie wrote:
> I'm having trouble building 2.0.1.  I'm getting this:
> 
> mini.c: In function `mono_op_imm_to_op':
> mini.c:1863: warning: control reaches end of non-void function
> gcc: Internal error: Terminated (program cc1)
> Please submit a full bug report.
> See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

As it says it's a gcc bug so you have to report that to the gcc
developers.
To work around it just add a
	return -1;
at the end of the function.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-list mailing list