Recent

Author Topic: Problems with compiling fpcbuild-3.0.0  (Read 3516 times)

mcgiwer

  • Newbie
  • Posts: 2
Problems with compiling fpcbuild-3.0.0
« on: May 28, 2016, 11:46:38 am »
while trying to compile the fpcbuild-3.0.0 after extracting the archive, I get following errors:

Quote
Makefile:209: *** The Makefile doesn't support target can't-executed,, please run fpcmake first.  Stop.

when I had run fpcmake, I get following output:

Quote
Processing ./Makefile
 i386-linux requires:
 Writing Makefile

and I get same output if I use fpcmake ./Makefile.fpc with exception that instead of Make, I have Makefile.fpc in Processing"

any ideas how to solve it?

Cyrax

  • Hero Member
  • *****
  • Posts: 836
Re: Problems with compiling fpcbuild-3.0.0
« Reply #1 on: May 28, 2016, 11:52:34 am »
Do you have FPC 3.0.0 already installed? You need that to build FPC from sources. On which host OS you are building FPC? Linux?

mcgiwer

  • Newbie
  • Posts: 2
Re: Problems with compiling fpcbuild-3.0.0
« Reply #2 on: May 28, 2016, 12:07:28 pm »
Do you have FPC 3.0.0 already installed?
Quote

yes, I have

Quote
You need that to build FPC from sources.

I need only the fpcsrc from it to make possible to work in Lazarus

Quote
On which host OS you are building FPC? Linux?

I temporary use  Ubuntu 14.04 (32-bit)

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11453
  • FPC developer.
Re: Problems with compiling fpcbuild-3.0.0
« Reply #3 on: May 28, 2016, 12:11:32 pm »
Sounds like the makefile is somehow unable to get the target from the compiler (e.g. missing fpc binary).

Try

make info

and see what that prints

 

TinyPortal © 2005-2018