[fpc-devel] Building without the fp IDE

Henry Vermaak henry.vermaak at gmail.com
Fri Sep 9 15:02:33 CEST 2011


On 09/09/11 13:34, Mark Morgan Lloyd wrote:
> Is there a "correct" way of telling the build process to skip the fp
> IDE? I'm trying to build trunk for SPARC so I can test the two recent
> FPC fixes plus another in Lazarus and am getting an error when building
> fp which I'd rather not stop to look at right now (although I'll try to
> report it later).
>
> For the moment I've commented out the IDE=1 line in Makefile.fpc.

I don't think there is another way.  Perhaps the fpc team will accept a 
patch like this?

Index: Makefile.fpc
===================================================================
--- Makefile.fpc	(revision 19024)
+++ Makefile.fpc	(working copy)
@@ -152,10 +152,12 @@
  ifneq ($(wildcard ide),)
  IDETARGETS=go32v2 win32 win64 linux freebsd os2 emx beos haiku
  ifneq ($(findstring $(OS_TARGET),$(IDETARGETS)),)
+ifndef NOIDE
  IDE=1
  endif
  endif
  endif
+endif

  [rules]
  .NOTPARALLEL:


Henry



More information about the fpc-devel mailing list