[fpc-devel] Compiling fpc 2.0.x without text IDE (errors in revision 3626)
Daniël Mantione
daniel.mantione at freepascal.org
Mon May 22 10:02:53 CEST 2006
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) Conflict in the ide/MakeFile was checked into SVN.
> 2) After fixing that, I get a keyboard.pp unit was not found.
>
> All these errors occur in the ide/ directory. I use Lazarus, so
> really don't need to compile it.
>
>
> Is there some other command line I can add to my "make install..."
> mentioned above, that will skip the text ide project?
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.
Daniël
More information about the fpc-devel
mailing list