Forum > General

Building latest Lazarus

(1/2) > >>

SymbolicFrank:
I get an error during compile: "idecmdline.pas(45,3) Error: Cannot find LazConf used by IDECmdLine."

This should be the latest version, from yesterday.

Windows 10, 64 bit, freshly compiled fpc (latest).


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Hint: (11030) Start of reading config file C:\Data\Projecten\fpc\bin\x86_64-win64\fpc.cfgHint: (11031) End of reading config file C:\Data\Projecten\fpc\bin\x86_64-win64\fpc.cfgFree Pascal Compiler version 3.3.1 [2022/12/12] for x86_64Copyright (c) 1993-2022 by Florian Klaempfl and others(1002) Target OS: Win64 for x64(3104) Compiling lazbuild.lprC:\Data\Projecten\lazarus\ide\lazbuild.lpr(35,25) Warning: (5075) Unit "UITypes" is deprecated: "Use System.UITypes instead (available since FPC 3.2.0)"(3104) Compiling initialsetupproc.pas(10001) PPU Loading ..\units\x86_64-win64\nogui\lazconf.ppu(10011) PPU Source: lazconf.pp not found(10011) PPU Source: version.inc not available(10011) PPU Source: lazconf.inc not available(10011) PPU Source: ..\win\lazbaseconf.inc not available(10028) Recompiling LazConf, checksum changed for C:\Data\Projecten\fpc\units\x86_64-win64\rtl\sysutils.ppuC:\Data\Projecten\lazarus\ide\initialsetupproc.pas(42,24) Fatal: (10022) Can't find unit LazConf used by InitialSetupProcFatal: (1018) Compilation abortedmake[2]: *** [lazbuild.exe] Error 1make[2]: Leaving directory `C:/Data/Projecten/lazarus/ide'make[1]: *** [lazbuilder] Error 2make[1]: Leaving directory `C:/Data/Projecten/lazarus/ide'make: *** [lazbuild] Error 2PS C:\Data\Projecten\lazarus>


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---PS C:\Data\Projecten\lazarus> make installC:/Apps/FPC/3.2.2/bin/i386-win32/cp.exe -Rfp packager debugger designer converter ide images languages lazarus.app units C:\lazaruscp.exe: copying multiple files, but last argument (C:/lazarus) is not a directoryTry `cp.exe --help' for more information.make: *** [install] Error 1PS C:\Data\Projecten\lazarus>
Starting the old IDE and rebuilding from there doesn't work either (same error as above).

paweld:
Lazarus MainMenu > Package > install/Uninstall packages... 
Install package "IdeConfig"
Save and rebuild IDE

Martin_fr:

--- Quote from: paweld on December 12, 2022, 01:22:33 pm ---Install package "IdeConfig"

--- End quote ---
Correct. (and select "clean all" in build Laz)

However, for the command line "make bigide" that should not be needed.
The error is strange:

--- Code: Text  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---(10028) Recompiling LazConf, checksum changed for C:\Data\Projecten\fpc\units\x86_64-win64\rtl\sysutils.ppu"sysutils.ppu" should not have changed....

Did you do "make clean" before?
Because some files moved, and therefore there will be old ppu in the wrong folder.

SymbolicFrank:
Ah, "make clean"  :-[

But it works :)

Only, now my application doesn't work anymore. It seems the merge didn't include the TDbf.NextAutoInc property. And I deleted the branch, so I cannot check where it goes wrong. Perhaps it's somewhere in a backup.

SymbolicFrank:
Well, it turned out, that what Sourcetree showed me to be on my local disk, wasn't. I had to manually pull both repositories from main/main and rebuild all of it.

But the Variants visualizer now works  :D

Navigation

[0] Message Index

[#] Next page

Go to full version