Recent

Author Topic: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch  (Read 15028 times)

jshand2010

  • Full Member
  • ***
  • Posts: 236
FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« on: January 28, 2015, 05:20:39 am »
Hi there,

i'm not sure how to make the compiler compile the 3.0.1 branch

any help would be appreciated.
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #1 on: January 28, 2015, 05:34:24 am »
Hi there,

i'm not sure how to make the compiler compile the 3.0.1 branch

any help would be appreciated.
Use 2.6.4 instead. Latest stable release is guaranteed to compile trunk/fixes/whatever in the current repo. Other than that, no guarantee.

stocki

  • Full Member
  • ***
  • Posts: 144
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #2 on: January 28, 2015, 08:02:14 am »
Don't use 2.6.5. It outdated and very very old. Use 3.1.1.

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #3 on: January 28, 2015, 09:42:18 am »
thanks all for your help, unfortunately i am unable to compile 3.0.1 or trunk.  even using ./create_fpc_rpm.sh ~/fpc3 brings up this error:

fpcmake: command not found

after everything was compiled

so annoying
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12645
  • FPC developer.
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #4 on: January 28, 2015, 10:46:08 am »
Compiling requires a full installed previous release. And fpcmake is part of that.


jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #5 on: January 28, 2015, 10:48:36 am »
hi marcov, thanks for your reply.

what do you mean by requires a full install previous release?  i have had this problem in the past.  what version am i supposed to be using to compile the new 3.x.x fpc version??
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12645
  • FPC developer.
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #6 on: January 28, 2015, 11:58:22 am »
A complete install of the last release, 2.6.4 in this case.

That comes with fpcmake, so if it can't find fpcmake, your installation is wrong.

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #7 on: January 28, 2015, 12:05:57 pm »
what version of lazarus is required to compile fpc 3.x?

i have been using 1.5

OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #8 on: January 28, 2015, 12:07:28 pm »
what version of lazarus is required to compile fpc 3.x?

i have been using 1.5
None. FPC doesn't require Lazarus. The other way around does.

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #9 on: January 28, 2015, 12:20:19 pm »
i am trying out make all in the fpc directory, but i want to create rpms as well.  that's why i use the scripts
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #10 on: January 28, 2015, 12:27:24 pm »
Makefile:2790: *** The only supported starting compiler version is 2.6.4. You are trying to build with 2.6.5..  Stop.

i want to compile fpc 3.x.x with fpc 2.6.5 how do i go about this??
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #11 on: January 28, 2015, 12:29:13 pm »
Makefile:2790: *** The only supported starting compiler version is 2.6.4. You are trying to build with 2.6.5..  Stop.

i want to compile fpc 3.x.x with fpc 2.6.5 how do i go about this??
You're not reading my comment. Good luck struggling.

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #12 on: January 28, 2015, 12:33:12 pm »
i have tried everything you said and it still doesn't work.  it is really frustrating.  i've put in a bug report of this problem as well, noone is fixing it. 
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #13 on: January 28, 2015, 12:35:26 pm »
i have tried everything you said and it still doesn't work.  it is really frustrating.  i've put in a bug report of this problem as well, noone is fixing it.
No you don't. You're still using 2.6.5 despite I (and Marco) already said 2.6.4.

jshand2010

  • Full Member
  • ***
  • Posts: 236
Re: FPC 2.6.5 issues with compiling FPC 3.0.1 fixes branch
« Reply #14 on: January 28, 2015, 12:40:05 pm »
i have tried 2.6.4 and it doesn't work either.  the scripts that come with lazarus are crap.  i have 2.6.4 installed and tried using lazarus 1.5 and lazarus 1.2.6 (fixes) and used the ./create_fpc_rpm.sh ~/fpc3.

now, what the hell is the problem with this
OpenSUSE Tumbleweed x86_64, Lazarus 2.2.0RC2 fixes branch, fpc 3.2.3 fixes branch

 

TinyPortal © 2005-2018