Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
all done and built ! :) @Jonas yeah it was just a thought for people like me making a transition from some commercial tools under each platform (MSVS, XCode, etc...). good incentive to be able to visualize the structure w/o having to read lots, don't you think so ? anyway, just a thought. On W

Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread Jonas Maebe
On 06 Jan 2010, at 15:09, London Disney wrote: would be nice to have xcode projects for all this as well as command-line make files. are there any plans to do that ? I don't think so, since I know of nobody that uses Xcode to work on FPC (and such a project would have to be kept up-to-date

Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
ok thanks. really hard to get into new stuff under *nix systems. would be nice to have xcode projects for all this as well as command-line make files. are there any plans to do that ? On Wed, Jan 6, 2010 at 2:06 PM, Marco van de Voort wrote: > In our previous episode, London Disney said: >

Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread Marco van de Voort
In our previous episode, London Disney said: > Is there a way to find out what stuff have been generated after a make > under osx ? The fpcbuild.zip includs a lot of files; I do a "make all" > under ...ide/compiler/ and it seems that it compiles fine; I mean > compunit.ppu and compunit.o are creat

[fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
Is there a way to find out what stuff have been generated after a make under osx ? The fpcbuild.zip includs a lot of files; I do a "make all" under ...ide/compiler/ and it seems that it compiles fine; I mean compunit.ppu and compunit.o are created however I was expecting a proper ppc* compiler as o