Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Graeme Geldenhuys
On 5/22/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: > > > > I do notice that the date on those files are from the previous > > > > time I > > > > built fpc 2.0.3. I guess if keyboard.pp hasn't change since > > > > then, > > > > "make install ..." wouldn't recompile it. Or does 'make > > > >

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Daniël Mantione
Op Mon, 22 May 2006, schreef Graeme Geldenhuys: > On 5/22/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: > > > > -Fu/opt/svn/fpc_2.0.x/src/rtl/units/i386-linux > > > > > > > > > > It adds the rtl directory correctly. Please check is > > > > keyboard.ppu is > > > > > present there. > > > > > > >

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)t

2006-05-22 Thread Graeme Geldenhuys
Using IDE=0 doesn't work here, it still tried to compile the ide directory. Graeme. On 5/22/06, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > At the moment I am using the following to compile FPC. > > make install INSTALL_PREFIX=/opt/fpc_2.0.x Try IDE=0, if that doesn't work, try renami

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)t

2006-05-22 Thread Graeme Geldenhuys
I did notice that if I renamed the ide directory to ide.old, it managed to compile, but I wasn't sure if it would maybe skip other units it shouldn't have, so wondered it there was a parameter I could pass to make, to do it correctly. I will try the IDE=0 now... Graeme. On 5/22/06, Marco van d

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)t

2006-05-22 Thread Marco van de Voort
> > At the moment I am using the following to compile FPC. > > make install INSTALL_PREFIX=/opt/fpc_2.0.x Try IDE=0, if that doesn't work, try renaming the fv dir. Both used to work, but don't know if they still do. ___ fpc-devel maillist - fpc-d

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Graeme Geldenhuys
On 5/22/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: > > -Fu/opt/svn/fpc_2.0.x/src/rtl/units/i386-linux It adds the rtl directory correctly. Please check is keyboard.ppu is present there. Yup! [EMAIL PROTECTED]:/opt/svn/fpc_2.0.x/src/rtl/units/i386-linux$ ls -l keyboard.* -rw-r--r-- 1 grae

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Daniël Mantione
Op Mon, 22 May 2006, schreef Graeme Geldenhuys: > On 5/22/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: > > OK, I did that fpcmake, though I ain't sure what it did. I did say > > something of creating a new Makefile. That is what it does indeed. > > -Fu/opt/svn/fpc_2.0.x/src/rtl/units/i386-

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Graeme Geldenhuys
On 5/22/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: You can make individual subprojects, for example "make compiler_cycle rtl fv fcl", however, I don't think this is comfortable. Better fix the IDE compilation, try "fpcmake -Tall" in the IDE directory. OK, I did that fpcmake, though I ain't

Re: [fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Daniël Mantione
Op Mon, 22 May 2006, schreef Graeme Geldenhuys: > Hi > At the moment I am using the following to compile FPC. > > make install INSTALL_PREFIX=/opt/fpc_2.0.x > > I never use the text ide (fp) and am getting compiler errors with it, > after getting a svn update (revision 3626). > > 1) Conflic

[fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)

2006-05-22 Thread Graeme Geldenhuys
Hi At the moment I am using the following to compile FPC. make install INSTALL_PREFIX=/opt/fpc_2.0.x I never use the text ide (fp) and am getting compiler errors with it, after getting a svn update (revision 3626). 1) Conflict in the ide/MakeFile was checked into SVN. 2) After fixing that, I