ubuntu 24.04, installed fpc from system repository. Trying to build:
# make build
mkdir -p ./bin
mkdir -p ./output
fpc -FE./bin -FU./output -Ci -Cr -Co -Ct -CR -Xs -Sa -O2 ./src/tparted.lpr
Free Pascal Compiler version 3.2.2+dfsg-32 [2024/01/05] for aarch64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for AArch64
Compiling ./src/tparted.lpr
Compiling ./src/filesystem.pas
Compiling ./src/parted.commons.pas
configs.inc(14,1) Fatal: Can't find unit UApp used by Parted.Commons
Fatal: Compilation aborted
Error: /usr/bin/ppca64 returned an error exitcode
make: *** [Makefile:8: build] Error 1
What's wrong?
where to get UApp?
ubuntu 24.04, installed fpc from system repository. Trying to build:
What's wrong?
where to get UApp?