Skip to content

'Can't find unit UApp' error tying to build in ubuntu 24.04 #8

Description

@iav

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions