chromatic wrote:
> On Tuesday 12 June 2007 22:28:26 Ron Blaschke wrote:
> 
>> I tried to build r18933 and received the following error message:
>>
>> ...
>> src\global_setup.c
>> src\interpreter.c
>> In file included from src\interpreter.c:38:
>> ./include/parrot/oplib/core_ops.h:1: internal compiler error:
>> Segmentation fault
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <URL:http://www.mingw.org/bugs.shtml> for instructions.
>> mingw32-make: *** [src\interpreter.o] Error 1
>>
>> FWIW, the last successful smoke seems to be r18881 on 2007-06-08. [1]
> 
> Sorry for the delay.  Can you provide a backtrace?

Thanks for picking this up.  The problem was caused by C<#pragma once>
which MinGW GCC 3.4.2 seems to choke on.  There was some discussion on
the list ("Removing #pragma") too.

Ron

Reply via email to