[fpc-devel] fnmatch (linux), where is the external
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Oct 17 14:13:40 CEST 2023
On 17.10.23 13:17, robert rozee via fpc-devel wrote:
>[...] i next rebuilt the compiler, RTL, etc using Fred vS's shell script:
> #!/bin/sh
> COMPILER=fpc
> make clean
> make all FPC=$COMPILER OPT="-Fl/usr/local/lib"
> make FPC=$COMPILER install INSTALL_PREFIX=/usr/
>
>
> NOW, the test application FAILS TO BUILD, with lazbuild reporting:
>
> user at test:~/Pascal/Clock$ lazbuild ./project1.lpr
> Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-iWTOTP"
> Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-va" "compilertest.pas"
> Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-iWTOTP" "-Px86_64" "-Tlinux"
> Hint: (lazarus) [RunTool] "/usr/bin/fpc" "-va" "compilertest.pas" "-Px86_64" "-Tlinux"
> TProject.DoLoadStateFile Statefile not found: /home/user/Pascal/Clock/lib/x86_64-linux/project1.compiled
lazbuild should have noticed the changed file date of the compiler and
recompile all used packages.
What packages are listed in the project inspector?
Mattias
More information about the fpc-devel
mailing list