Recent

Author Topic: fpcup 3.1.1 Update  (Read 136879 times)

stocki

  • Full Member
  • ***
  • Posts: 144
fpcup 3.1.1 Update
« on: January 31, 2015, 01:35:41 pm »
Is there a fpcup update for 3.1.1?

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: fpcup 3.1.1 Update
« Reply #1 on: January 31, 2015, 03:06:01 pm »
AFAIK fpcup just updates to trunk (if you want), there is no hardcoded version for that.
So it should still work.
(Never tried it myself)

Bart

stocki

  • Full Member
  • ***
  • Posts: 144
Re: fpcup 3.1.1 Update
« Reply #2 on: January 31, 2015, 03:34:27 pm »
No. I got fpc 2.6.5 and laz 1.5

Bart

  • Hero Member
  • *****
  • Posts: 5290
    • Bart en Mariska's Webstek
Re: fpcup 3.1.1 Update
« Reply #3 on: January 31, 2015, 04:53:22 pm »

stocki

  • Full Member
  • ***
  • Posts: 144
Re: fpcup 3.1.1 Update
« Reply #4 on: February 02, 2015, 09:22:56 pm »
Helps.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: fpcup 3.1.1 Update
« Reply #5 on: February 13, 2015, 08:08:34 am »
Hello to all,

In the past, I have worked together with the late Reinier.
I helped him to get fpcup working on ARM (hardfloat).

I have tried to update fpcup to work again on Windows and on ARM devices like the RPi2.

https://github.com/LongDirtyAnimAlf/Reiniero-fpcup

Binaries are included in the lib directory !

Feedback welcome as usual.

Greetings, Alfred.

Mike.Cornflake

  • Hero Member
  • *****
  • Posts: 1260
Re: fpcup 3.1.1 Update
« Reply #6 on: February 18, 2015, 08:31:15 am »
I have tried to update fpcup to work again on Windows and on ARM devices like the RPi2.

I haven't tried your updated code, but for keeping BigChimps work active, you have my thanks and appreciation.
Lazarus Trunk/FPC Trunk on Windows [7, 10]
  Have you tried searching this forum or the wiki?:   http://wiki.lazarus.freepascal.org/Alternative_Main_Page
  BOOKS! (Free and otherwise): http://wiki.lazarus.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: fpcup 3.1.1 Update
« Reply #7 on: April 09, 2015, 07:15:01 pm »
Hello to all,

Again some updates to keep fpcup in sync with all changes.

And some improvements in cross-compilers and cleanups.

Keep the BigChimp spirit high !!

https://github.com/LongDirtyAnimAlf/Reiniero-fpcup

Alf.

dietmar

  • Full Member
  • ***
  • Posts: 170
Re: fpcup 3.1.1 Update
« Reply #8 on: April 09, 2015, 09:16:29 pm »
Hi,

that's good news...
I try to install default Lazarus, but with FPC 3.0 instead of 2.6.4 - and I am failing epicly, struggling with the configuration. fpcup just seems to ignore it or does simply nothing.

Do you have a sample configuration?

Thx,
Dietmar
Lazarus 2.2.0RC1 with FPC 3.2.2 (32 Bit) on Windows10 (64Bit)

Fred vS

  • Hero Member
  • *****
  • Posts: 3168
    • StrumPract is the musicians best friend
Re: fpcup 3.1.1 Update
« Reply #9 on: April 09, 2015, 11:06:50 pm »
@ DonAlfredo => Many thanks, good vibrations.
 
Fre;D
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32,  FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.

https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: fpcup 3.1.1 Update
« Reply #10 on: April 09, 2015, 11:36:50 pm »
@Dietmar

Is your system Win7 / 64 bit ?

The below should work on all windows systems !

For fpc 3.0:
Code: [Select]
fpcup.exe --fpcURL="3.0" --lazURL="trunk"
For fpc latest:
Code: [Select]
fpcup.exe --fpcURL="trunk" --lazURL="trunk"
Same is valid for Lazarus !

dietmar

  • Full Member
  • ***
  • Posts: 170
Re: fpcup 3.1.1 Update
« Reply #11 on: April 10, 2015, 12:26:25 am »
Many thx!

Now it definitely seems that I have a broken SVN configuration (Win7 64Bit) since I tried a similar approach.
Ok, will have to dig further on, but I think I will get it.

Dietmar
Lazarus 2.2.0RC1 with FPC 3.2.2 (32 Bit) on Windows10 (64Bit)

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4467
  • I like bugs.
Re: fpcup 3.1.1 Update
« Reply #12 on: April 10, 2015, 07:59:08 am »
For fpc latest:
Code: [Select]
fpcup.exe --fpcURL="trunk" --lazURL="trunk"

Maybe a stupid question but how to get FPC trunk without Lazarus?
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1739
Re: fpcup 3.1.1 Update
« Reply #13 on: April 10, 2015, 08:13:18 am »
There are no stupid questions .... only stupid answers !

Code: [Select]
fpcup.exe --fpcURL="trunk" --only="FPCcleanonly,FPCgetonly,FPCbuildonly"
To be more precise. I use this sequence very often:
Code: [Select]
fpcup.exe --fpcURL="trunk" --only="FPCcleanonly,FPCbuildonly" --keeplocalchangesafter I have patched the fpc source.

parcel

  • Full Member
  • ***
  • Posts: 143
Re: fpcup 3.1.1 Update
« Reply #14 on: April 10, 2015, 10:55:03 am »
with win32 SEH support,

Code: [Select]
fpcup --fpcurl=trunk --keeplocalchanges --fpcopt="-dtest_win32_seh"

fpc, fpc crosswin32-64 only
it sometimes useful.

Code: [Select]
fpcup --fpcurl=trunk --keeplocalchanges --fpcopt="-dtest_win32_seh --only=fpc,fpccrosswin32-64"


 

TinyPortal © 2005-2018