benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
517 stars 41 forks source link

erro lazarus to compile git #116

Open pipes80-collab opened 1 month ago

pipes80-collab commented 1 month ago

I have try to compile goverlay with git but this is the error: lazbuild -B goverlay.lpi --bm=Release Error: (lazarus) invalid Lazarus directory "": directory lcl not found Error: (lazarus) Building failed: goverlay.lpi make: *** [Makefile:9: goverlay] Error 2 Schermata del 2024-06-01 22-50-08

NexusMcNexis commented 4 days ago
@pop-os:~/goverlay$ sudo make install
sed s%@libexecdir@%/usr/local/libexec%g data/goverlay.sh.in > data/goverlay.sh
install -D -m=755 goverlay /usr/local/libexec/goverlay
install: omitting directory 'goverlay'
make: *** [Makefile:28: install] Error 1

I'm getting very similar issues while trying to install.

EDIT: I found that you need to search for and install "Lazarus - IDE" from the Pop!_Shop, But then you will run into the issue I am having, unless you are lucky and it works without a hitch. Good Luck.