Forum Navigation
MacOS X Compile Issues (0.96 Beta 2, GDC 0.23)
Posted: 03/23/07 23:24:22Perhaps I'm doing something wrong? When running build-gdc.sh on OS X 10.4.9, and gdc 0.23 (from dports), I get the following errors:
gdc -o dgccmain2.o -g -frelease -O2 -fversion=GC_Use_Alloc_MMap -fversion=GC_Use_Stack_Fixed -fversion=GC_Use_Data_Dyld -nostdinc -pipe -I../../.. \ -c dgccmain2.d dgccmain2.d:161: Error: no property 'file' for type 'object.Exception' dgccmain2.d:164: Error: no property 'file' for type 'object.Exception' dgccmain2.d:164: Error: no property 'line' for type 'object.Exception' dgccmain2.d:169: Error: no property 'toUtf8' for type 'object.Exception' dgccmain2.d:171: Error: no property 'next' for type 'object.Exception' dgccmain2.d:171: Error: cannot implicitly convert expression (1) of type int to object.Exception Error: cannot cast int to object.Exception make[2]: *** [dgccmain2.o] Error 1 make[1]: *** [all] Error 2 make: *** [lib] Error 2
Anyone else run into this?