[fpc-pascal] More OS X problems
Paul Davidson
pdavidson at coraxnetworks.com
Tue Oct 13 20:21:07 CEST 2009
OS X 10.6.1 FPC 2.2.4 Xcode 3.2 (64 bit)
Using code base that has complied correctly since 2004
Fixed $MODE OBJFPC
Current problems
1) A unit with identical first few lines as several other
successfully compiled units gives a 'Identifier not found "class"
error. Following is start of file:
{
tccStack.pas
corax60
Created by Paul Davidson on 2005/01/01.
Copyright (c) 2005 Corax Networks.Inc.. All rights reserved.
}
unit cStack;
{$I Directives.inc}
interface
uses
SysUtils;
type
tccStack = class( TObject ) {Barfs here}
2) All .s files give a "Command /Developer/usr/bin/gcc-4.2 failed with
exit code 1
Any suggestions?
Thank you
P Davidson
More information about the fpc-pascal
mailing list