Recent

Author Topic: Fpcupdeluxe  (Read 792633 times)

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1665 on: August 04, 2020, 06:42:35 pm »
Hi

Just updated to latest Trunk version of Laz and FPC (64 bit version) on Windows 10 64 bit and after update I get the expected message 'All Went Well',
However if try to run my projects or even just a empty new form I get libiconv-2.dll error message not found; even though the file is found in the git folder.

I suspect its a issue with the latest trunk version, also regarding trunk form resize event is not firing correctly. https://bugs.freepascal.org/view.php?id=37467

I have de-activated my AV; just in case this was causing an issue; but this is not the case.

If I go back to an earlier version 63402, I do not get LIBICONV missing, and the file is in the same location.

The best way to get accurate information on the forum is to post something wrong and wait for corrections.

aducom

  • Full Member
  • ***
  • Posts: 155
    • http://www.aducom.com
Re: Fpcupdeluxe
« Reply #1666 on: August 08, 2020, 02:35:35 pm »
I have the same issue, had to reinstall Lazarus, picked the stable version from fpcupdeluxe and got the same error.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1667 on: August 08, 2020, 04:40:13 pm »
Will look into this issue when outside temperature permits !  :)

aducom

  • Full Member
  • ***
  • Posts: 155
    • http://www.aducom.com
Re: Fpcupdeluxe
« Reply #1668 on: August 08, 2020, 06:55:28 pm »
;-)

I copied the file into the root of lazarus and got things to work. Haven't tested it all, but for now it looks like a fix. I tried to install an older version of Lazarus with fpcup, but got the same error. So I hope it's an easy fix :-)

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Fpcupdeluxe
« Reply #1669 on: August 10, 2020, 02:36:03 am »
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Fpcupdeluxe
« Reply #1670 on: August 10, 2020, 09:08:53 pm »
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

AL

  • Sr. Member
  • ****
  • Posts: 256
Re: Fpcupdeluxe
« Reply #1671 on: August 13, 2020, 02:01:25 am »
Not sure if this is the right thread but
Tried to update Laz and FPC with FPCUpDeluxe and got errors I have never seen before
May be related to the new debugger?

Code: Text  [Select][+][-]
  1. (9015) Linking ..\lazarus.exe
  2. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$CMDLINEDEBUGGERBASE (first seen in lazarus.o)
  3. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$CMDLINEDEBUGGERBASE (first seen in lazarus.o)
  4. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$DATETIMECTRLS (first seen in lazarus.o)
  5. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$DATETIMECTRLS (first seen in lazarus.o)
  6. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$SDFLAZ (first seen in lazarus.o)
  7. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$SDFLAZ (first seen in lazarus.o)
  8. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$FPDEBUG (first seen in lazarus.o)
  9. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$FPDEBUG (first seen in lazarus.o)
  10. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$LAZDEBUGGERLLDB (first seen in lazarus.o)
  11. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$LAZDEBUGGERLLDB (first seen in lazarus.o)
  12. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$LHELPCONTROLPKG (first seen in lazarus.o)
  13. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$LHELPCONTROLPKG (first seen in lazarus.o)
  14. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$PRINTER4LAZARUS (first seen in lazarus.o)
  15. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$PRINTER4LAZARUS (first seen in lazarus.o)
  16. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$CHMHELPPKG (first seen in lazarus.o)
  17. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$CHMHELPPKG (first seen in lazarus.o)
  18. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$CODY (first seen in lazarus.o)
  19. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$CODY (first seen in lazarus.o)
  20. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$DATETIMECTRLSDSGN (first seen in lazarus.o)
  21. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$DATETIMECTRLSDSGN (first seen in lazarus.o)
  22. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$DBFLAZ (first seen in lazarus.o)
  23. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$DBFLAZ (first seen in lazarus.o)
  24. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$EXTERNHELP (first seen in lazarus.o)
  25. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$EXTERNHELP (first seen in lazarus.o)
  26. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$FPCUNITIDE (first seen in lazarus.o)
  27. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$FPCUNITIDE (first seen in lazarus.o)
  28. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$JCFIDELAZARUS (first seen in lazarus.o)
  29. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$JCFIDELAZARUS (first seen in lazarus.o)
  30. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$LAZDAEMON (first seen in lazarus.o)
  31. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$LAZDAEMON (first seen in lazarus.o)
  32. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$LAZPROJECTGROUPS (first seen in lazarus.o)
  33. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$LAZPROJECTGROUPS (first seen in lazarus.o)
  34. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$LAZREPORT (first seen in lazarus.o)
  35. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$LAZREPORT (first seen in lazarus.o)
  36. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$MEMDSLAZ (first seen in lazarus.o)
  37. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$MEMDSLAZ (first seen in lazarus.o)
  38. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$PROJTEMPLATES (first seen in lazarus.o)
  39. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$PROJTEMPLATES (first seen in lazarus.o)
  40. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$SQLDBLAZ (first seen in lazarus.o)
  41. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$SQLDBLAZ (first seen in lazarus.o)
  42. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$ALLSYNEDITDSGN (first seen in lazarus.o)
  43. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$ALLSYNEDITDSGN (first seen in lazarus.o)
  44. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$TACHARTLAZARUSPKG (first seen in lazarus.o)
  45. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$TACHARTLAZARUSPKG (first seen in lazarus.o)
  46. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$TPONGUARD_DESIGN (first seen in lazarus.o)
  47. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$TPONGUARD_DESIGN (first seen in lazarus.o)
  48. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$DEBUGPROCESS (first seen in lazarus.o)
  49. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$DEBUGPROCESS (first seen in lazarus.o)
  50. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGSTART_$DEBUGINSTRUCTIONS (first seen in lazarus.o)
  51. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Error: (9221) Undefined symbol: DEBUGEND_$DEBUGINSTRUCTIONS (first seen in lazarus.o)
  52. C:\Lazarus\lazarus\lazarus\ide\lazarus.pp(167,1) Fatal: (10026) There were 50 errors compiling module, stopping
  53. Fatal: (1018) Compilation aborted
  54. Error: C:\Lazarus\lazarus\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
  55. make.exe[1]: *** [ide] Error 2
  56. C:\Lazarus\lazarus\fpcbootstrap\make.exe: *** [ide] Error 2
  57. fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: UserIDE): make.exe returned error code #2
  58.  
  59.  
  60. ERROR: Fpcupdeluxe fatal error !

Not sure what to do now!


EDIT:  loaded the last version of FPCUpDeluxe 1.8.e and now all is fine!

Suggestion Make FpcUpDeluxe update itself or add a button to do so.  Thank you
« Last Edit: August 13, 2020, 02:35:43 am by AL »
Laz 3.1, fpc 3.2.2, Win10
Laz 3.1  fpc 3.2.2, MacOS Monterey running on VMWare/Win 10
Laz 3.1  fpc 3.2.2 Ubuntu 20.04

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1672 on: August 22, 2020, 12:43:12 pm »
Hi

Trying to update fixes of fpc and laz and getting the below error. This is a clean install in new folder.  1.8.0e
win 10 64bit

Code: [Select]
Found valid lazbuild.exe application.
fpcupdeluxe: info: LazarusNativeInstaller (BuildModuleCustom: UserIDE): Running: make useride
fpcupdeluxe: Executing: M:\Lazerus_Fixes\fpcbootstrap\make.exe --directory=M:\Lazerus_Fixes\lazarus FPC=M:\Lazerus_Fixes\fpc\bin\x86_64-win64\fpc.exe PP=M:\Lazerus_Fixes\fpc\bin\x86_64-win64\ppcx64.exe USESVN2REVISIONINC=0 PREFIX=M:\Lazerus_Fixes\lazarus INSTALL_PREFIX=M:\Lazerus_Fixes\lazarus LAZARUS_INSTALL_DIR=M:\Lazerus_Fixes\lazarus\ FPCDIR=M:\Lazerus_Fixes\fpcsrc FPCMAKE=M:\Lazerus_Fixes\fpc\bin\x86_64-win64\fpcmake.exe PPUMOVE=M:\Lazerus_Fixes\fpc\bin\x86_64-win64\ppumove.exe UPXPROG=echo OPT=-vw-n-h-l-d-u-t-p-c- -n @M:\Lazerus_Fixes\fpc\bin\x86_64-win64\fpc.cfg LAZBUILDJOBS=1 useride CFGFILE=M:\Lazerus_Fixes\config_lazarus\idemake.cfg (working dir: M:\Lazerus_Fixes\lazarus)
./lazbuild.exe --lazarusdir=. --build-ide=
using config file M:\Lazerus_Fixes\lazarus\lazarus.cfg
SetPrimaryConfigPath NewValue="M:\Lazerus_Fixes\config_lazarus" -> "M:\Lazerus_Fixes\config_lazarus"
  $000000010005C169  DEBUGLNSTACK,  line 876 of lazloggerbase.pas
  $0000000100059FA5  DEBUGLNSTACK,  line 12 of LazLoggerImpl.inc
  $0000000100002494  ONIDEMESSAGEDIALOG,  line 338 of lazbuild.lpr
  $0000000100350722  IDEMESSAGEDIALOG,  line 124 of idedialogs.pas
  $0000000100114824  RESCANCOMPILERDEFINES,  line 1133 of buildmanager.pas
  $000000010011DC11  SETBUILDTARGET,  line 2907 of buildmanager.pas
  $000000010011DF92  SETBUILDTARGETIDE,  line 2941 of buildmanager.pas
  $00000001000033FB  BUILDLAZARUSIDE,  line 572 of lazbuild.lpr
  $000000010000792C  RUN,  line 1491 of lazbuild.lpr
Error: (lazbuild) Error
The project uses target OS=win64 and CPU=x86_64.
The system.ppu for this target was not found in the FPC binary directories.
Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.
lazbuild is non interactive, aborting now.
M:\Lazerus_Fixes\fpcbootstrap\make.exe: *** [useride] Error 2
fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: UserIDE): make.exe returned exit status #2


ERROR: Fpcupdeluxe fatal error !
Sequencer (UserIDE): Failure running fpcupdeluxe: error executing sequence UserIDE
Sequencer (Lazarus): Failure running fpcupdeluxe: error executing sequence Lazarus
Sequencer (Default): Failure running fpcupdeluxe: error executing sequence Default
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Fpcupdeluxe
« Reply #1673 on: August 23, 2020, 09:31:21 am »
"M:" is a network drive?

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1674 on: August 23, 2020, 10:35:36 am »
Hi

M:

is a physical 1TB SSD Drive, It is used solely for ALL my lazarus versions installs, the whole drive is excluded from any AV scanning.
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Fpcupdeluxe
« Reply #1675 on: August 23, 2020, 10:40:47 am »
Hi

M:

is a physical 1TB SSD Drive, It is used solely for ALL my lazarus versions installs, the whole drive is excluded from any AV scanning.

fpc+laz udpdate doesn't work for me too, as I said before. Try it seperate, press fpc only button, after it finished, press the laz only button.

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1676 on: August 23, 2020, 11:03:43 am »
Hi tried to seperate fpc and laz, fpc ok, laz fails.

I am trying a fresh install of trunk, to see if issue is in fixes and trunk!

Code: [Select]
using config file M:\Lazerus_Fixes\lazarus\lazarus.cfg
SetPrimaryConfigPath NewValue="M:\Lazerus_Fixes\config_lazarus" -> "M:\Lazerus_Fixes\config_lazarus"
  $000000010005C169  DEBUGLNSTACK,  line 876 of lazloggerbase.pas
  $0000000100059FA5  DEBUGLNSTACK,  line 12 of LazLoggerImpl.inc
  $0000000100002494  ONIDEMESSAGEDIALOG,  line 338 of lazbuild.lpr
  $0000000100350722  IDEMESSAGEDIALOG,  line 124 of idedialogs.pas
  $0000000100114824  RESCANCOMPILERDEFINES,  line 1133 of buildmanager.pas
  $000000010011DC11  SETBUILDTARGET,  line 2907 of buildmanager.pas
  $000000010011DF92  SETBUILDTARGETIDE,  line 2941 of buildmanager.pas
  $00000001000033FB  BUILDLAZARUSIDE,  line 572 of lazbuild.lpr
  $000000010000792C  RUN,  line 1491 of lazbuild.lpr
Error: (lazbuild) Error
The project uses target OS=win64 and CPU=x86_64.
The system.ppu for this target was not found in the FPC binary directories.
Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.
lazbuild is non interactive, aborting now.
M:\Lazerus_Fixes\fpcbootstrap\make.exe: *** [useride] Error 2
fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: UserIDE): make.exe returned exit status #2


ERROR: Fpcupdeluxe fatal error !
Sequencer (UserIDE): Failure running fpcupdeluxe: error executing sequence UserIDE
Sequencer (Lazarus): Failure running fpcupdeluxe: error executing sequence Lazarus
Sequencer (Only): Failure running fpcupdeluxe: error executing sequence Only

Update
Trunk FPC ok, Laz Fails
Code: [Select]
(3104) Compiling lazsysutils.pas
M:\Lazarus_Trunk\lazarus\components\lazutils\lazcollections.pas(214,8) Error: (4057) Can't determine which overloaded function to call
lazcollections.pas(327) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: M:\Lazarus_Trunk\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
M:\Lazarus_Trunk\fpcbootstrap\make.exe: *** [lazutils] Error 2
fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: Lazbuild): make.exe returned exit status #2


ERROR: Fpcupdeluxe fatal error !
Sequencer (UserIDE): Failure running fpcupdeluxe: error executing sequence UserIDE
Sequencer (Lazarus): Failure running fpcupdeluxe: error executing sequence Lazarus
Sequencer (Only): Failure running fpcupdeluxe: error executing sequence Only

TRIED Stable, works fine!
« Last Edit: August 23, 2020, 11:12:04 am by josh »
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1677 on: August 23, 2020, 08:17:06 pm »
Bug.

If you click the TRUNK Button at bottom to install Trunk versions of FPC and Laz, it actually installs stables, even though the initial textr in the log says its installing trunk, the svn is for stable.

Hope the image shows the issue.
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

totya

  • Hero Member
  • *****
  • Posts: 720
Re: Fpcupdeluxe
« Reply #1678 on: August 24, 2020, 06:02:09 am »
So the problem is tha Laz install, then was good idea from me: the separate install.

I wonder, because I always install alway fixes/fixes, and my Laz version is 2.0.11... and I think the trunk version number is always higher than fixes...

So, I suggest these:

1. (after backup!) Delete everything from de fpcdeluxe directory (exe/ini/dll/log for fpcdeluxe) and copy the latest fpcdeluxe exe here and run. Because I think old configuration is remain... and the clean exe recreate these config files and all are latest.

1. Install fixes/fixes version... I think these more stable than trunk versions - and usually compiled for me without any problem on Win7 x64.

« Last Edit: August 24, 2020, 06:03:40 am by totya »

Josh

  • Hero Member
  • *****
  • Posts: 1270
Re: Fpcupdeluxe
« Reply #1679 on: August 24, 2020, 11:56:11 am »
Hi

All attempts are a complete fresh install, this is how I update all my versions for the last 4 years.

Just tried fixes again.
Code: [Select]
./lazbuild.exe --lazarusdir=. --build-ide=
using config file M:\Lazerus_Fixes\lazarus\lazarus.cfg
SetPrimaryConfigPath NewValue="M:\Lazerus_Fixes\config_lazarus" -> "M:\Lazerus_Fixes\config_lazarus"
  $000000010005C1D9  DEBUGLNSTACK,  line 876 of lazloggerbase.pas
  $000000010005A015  DEBUGLNSTACK,  line 12 of LazLoggerImpl.inc
  $0000000100002494  ONIDEMESSAGEDIALOG,  line 338 of lazbuild.lpr
  $0000000100350B02  IDEMESSAGEDIALOG,  line 124 of idedialogs.pas
  $0000000100114894  RESCANCOMPILERDEFINES,  line 1133 of buildmanager.pas
  $000000010011DC81  SETBUILDTARGET,  line 2907 of buildmanager.pas
  $000000010011E002  SETBUILDTARGETIDE,  line 2941 of buildmanager.pas
  $00000001000033FB  BUILDLAZARUSIDE,  line 572 of lazbuild.lpr
  $000000010000792C  RUN,  line 1491 of lazbuild.lpr
Error: (lazbuild) Error
The project uses target OS=win64 and CPU=x86_64.
The system.ppu for this target was not found in the FPC binary directories.
Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories.
lazbuild is non interactive, aborting now.
M:\Lazerus_Fixes\fpcbootstrap\make.exe: *** [useride] Error 2
fpcupdeluxe: ERROR: LazarusNativeInstaller (BuildModuleCustom: UserIDE): make.exe returned exit status #2


ERROR: Fpcupdeluxe fatal error !
Sequencer (UserIDE): Failure running fpcupdeluxe: error executing sequence UserIDE
Sequencer (Lazarus): Failure running fpcupdeluxe: error executing sequence Lazarus
Sequencer (Default): Failure running fpcupdeluxe: error executing sequence Default
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

 

TinyPortal © 2005-2018