[Mono-list] mini-compile problem

Chris Ferrell csferrel@swbell.net
Tue, 3 Jun 2003 05:50:42 -0500


Hello

I'm having a problem compiling mini.  Everytime I do I get

In file included from mini-x86.c:20:
cpu-pentium.h:3: parse error before `1'
mini-x86.c:1116: warning: initialization makes pointer from integer without a cast

The cpu-pentium.h array is generated by genmdesc.  I've looked at line 3 of the header file which is the array identifier line and can't find anything wrong(can't even find a '1' in that line for that matter).  This was brought up by someone on the mailing list a few weeks ago, but I didn't see a reply.

My compiler is gcc 2.95.3.  This is on a gentoo system.

Thanks