Re: [fpc-pascal] More OS X problems

2009-10-15 Thread Paul Davidson
Thank you Changing the mode in the project fixed all problems. System now compiles correctly. pd On 2009-10-13, at 4:14 PM, Jonas Maebe wrote: Paul Davidson wrote on Tue, 13 Oct 2009: OS X 10.6.1 FPC 2.2.4 Xcode 3.2 (64 bit) Using code base that has complied correctly since 2004 Fi

Re: [fpc-pascal] More OS X problems

2009-10-13 Thread Jonas Maebe
Paul Davidson wrote on Tue, 13 Oct 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 What exactly did you fix and how? Marco mentioned something about duplicate mode switches, but if you want help you really have to b

[fpc-pascal] More OS X problems

2009-10-13 Thread Paul Davidson
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 f