randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
473 stars 56 forks source link

Build issue #193

Closed joolzg closed 2 years ago

joolzg commented 2 years ago

ubuntu 20.04 fresh pull from git machine@ ~/Projects/bmc64 (master) $ ./clean_all.sh machine@ ~/Projects/bmc64 (master) $ ./build_all.sh rpi3 ..... make[1]: Entering directory '/home/encoder/Projects/bmc64/third_party/vice-3.3' /home/encoder/Projects/bmc64/third_party/vice-3.3/missing: line 81: aclocal-1.15: command not found

machine@ ~/Projects/bmc64 (master) $ aclocal --version aclocal (GNU automake) 1.16.1

UPDATE: I can get past this problem by going into the vice-3.3 directory and running ./autogen.sh

joolzg commented 2 years ago

Running ./autogen.sh in vice-3.3 before building fixes the problem.