kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
485 stars 28 forks source link

compile failed with today's git head master #283

Closed trebmuh closed 5 years ago

trebmuh commented 5 years ago

Trying to compile from https://github.com/kometbomb/klystrack/commit/6dac9eb5e75801ce4dec1d8b339f78e3df2f54bc , I've got the following.

...
install -D -m 644 key/FT2 /build/klystrack-1.7.6+20190804~git6dac9eb/debian/klystrack/usr/lib/klystrack/key/FT2
install -D -m 644 key/n00bstar /build/klystrack-1.7.6+20190804~git6dac9eb/debian/klystrack/usr/lib/klystrack/key/n00bstar
Linking klystrack...
/usr/bin/ld: cannot find -lengine_gfx
/usr/bin/ld: cannot find -lengine_util
/usr/bin/ld: cannot find -lengine_snd
/usr/bin/ld: cannot find -lengine_gui
collect2: error: ld returned 1 exit status
Makefile:216: recipe for target 'bin.debug/klystrack' failed
...

Any idea?

trebmuh commented 5 years ago

To be truthful, it's happening when trying to package it with pbuilder (Debian tool). When I'm only doing a compilation (ie: make), it works fine.

trebmuh commented 5 years ago

It ended up that was my fault since I forgot to add CFG=release when installing.