Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot building ? I make the Lazarus snapshots, but won't use

RE: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Hess, Philip J
fixed. Thanks. -Phil -Original Message- From: Vincent Snijders [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 1:17 PM To: lazarus@miraclec.com Subject: Re: [lazarus] fpc dosend find wrong cased units in macosx ?? Christian U. schreef: OK, i have no chance to install fpc

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Christian U.
Am 28.08.2007 um 19:16 schrieb Vincent Snijders: Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Hess, Philip J schreef: Vincent, Would it be possible to start posting the OS X PowerPC snapshots using FPC 2.1.5 instead of 2.0.4? I've been using the 2.1.5 snapshot you built for me in July extensively and it works very well. In fact, lots of things that didn't work right before with the FPC

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Christian U. schreef: Am 28.08.2007 um 19:16 schrieb Vincent Snijders: Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-25 Thread Christian U.
OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot building ? So thers an way to install Lazarus and fpc in Mac OS X i386. The current

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Mattias Gaertner
On Wed, 22 Aug 2007 18:45:13 +0200 Christian U. [EMAIL PROTECTED] wrote: Has anyone noticed, that fpc 2.1.5 dont find unist wich have the wrong case in uses ?! Below i have copied an try to compile lazarus. is that realy an fpc issue ? is it known ? regards Christian

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Christian U.
Did you compile with -vt to make sure? This is the result: Compiling alllclunits.pp Searching file alllclunits.pp... found Unitsearch: System.ppu Searching file System.ppu... not found Unitsearch: units/i386-darwin/System.ppu Searching file units/i386-darwin/System.ppu... not found

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Mattias Gaertner
On Wed, 22 Aug 2007 22:47:28 +0200 Christian U. [EMAIL PROTECTED] wrote: Did you compile with -vt to make sure? This is the result: Compiling alllclunits.pp Searching file alllclunits.pp... found [...] Searching file alllclunits.pp... found Unitsearch: LCLStrConsts.ppu Searching

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Marc Weustink
Christian U. wrote: Has anyone noticed, that fpc 2.1.5 dont find unist wich have the wrong case in uses ?! Below i have copied an try to compile lazarus. is that realy an fpc issue ? is it known ? I can confirm :( I ran in the same whan compiling lazarus (on a case sensitive nfs mount) Marc

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Vincent Snijders
Christian U. schreef: christian-ulrichs-computer:/Volumes/Data/lazarus chris$ On what file system is /Volumes/Data/lazarus ? FPC expects that the file system on Mac OS X is not case sensitive, but case aware. Vincent _ To

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Christian U.
Am 23.08.2007 um 00:11 schrieb Vincent Snijders: Christian U. schreef: christian-ulrichs-computer:/Volumes/Data/lazarus chris$ On what file system is /Volumes/Data/lazarus ? FPC expects that the file system on Mac OS X is not case sensitive, but case aware. Why somebody expect an non