bmx-ng / pub.mod

BlitzMax NG Pub modules port.
7 stars 8 forks source link

[Linux] freetype-config: not found #40

Closed GWRon closed 4 years ago

GWRon commented 4 years ago

During compiling my modules I receive this:

[ 66%] Compiling:stringbuilder.bmx.release.linux.x64.c
[ 66%] Compiling:glew.bmx.release.linux.x64.c
[ 66%] Compiling:opengl.bmx.release.linux.x64.c
[ 67%] Compiling:bank.bmx.release.linux.x64.c
[ 67%] Compiling:endianstream.bmx.release.linux.x64.c
/bin/sh: 1: freetype-config: not found
[ 68%] Compiling:event.bmx.release.linux.x64.c
[ 68%] Compiling:pixmap.bmx.release.linux.x64.c
[ 68%] Compiling:ramstream.bmx.release.linux.x64.c
[ 69%] Compiling:random.bmx.release.linux.x64.c
[ 69%] Compiling:libpng.bmx.release.linux.x64.c

Happens on Linux Mint 20 (so rather "new").

Compilation then errors out as it received this message. compiling again and it builds the desired application (as the message is not printed again).