jjuran / metamage_1

Metamage open source, general repository, iteration 1
306 stars 27 forks source link

[error] Can't exec "lib-static" #29

Open mix127 opened 3 months ago

mix127 commented 3 months ago
$./configure
INSTALL_PREFIX = "/home/user/.local"

$ make ams-x11
mkdir -p var/links
./build.pl -i exhibit graft skif minivx xv68k freemountd interact-x11
CC    command/errors.cc
CC    command/get_option.cc
LIB   libcommand.a
Can't exec "lib-static": Nie ma takiego pliku ani katalogu at /home/user/metamage_1/tools/perl/Compile/Driver/Job.pm line 136.
wait status from command: 512
make: *** [GNUmakefile:166: ams-x11-build] Błąd 2

simple clone repo, run configure and make ;(

$ uname -a Linux nazwa 6.8.0-36-generic #36-Ubuntu SMP PREEMPT_DYNAMIC 2024 x86_64 x86_64 x86_64 GNU/Linux

mix127 commented 3 months ago

solutions: apt-get install libx11-xcb-dev libx11-dev

please add this to readme

jjuran commented 3 months ago

Commit daaeacdae98a6409d8def8e44bab1df13149061d adds the missing dependency on build-tools (which covers lib-static) for the ams-x11 target.