node-mariasql icon indicating copy to clipboard operation
node-mariasql copied to clipboard

FreeBSD (other BSDs too) cant install missing alloca.h

Open ghost opened this issue 9 years ago • 1 comments

In file included from ../deps/libmariadbclient/sql-common/client.c:37: In file included from ../deps/libmariadbclient/include/my_global.h:1033: In file included from ../deps/libmariadbclient/include/mysql/plugin.h:51: In file included from ../deps/libmariadbclient/include/mysql/services.h:35: ../deps/libmariadbclient/include/mysql/service_encryption.h:38:10: fatal error: 'alloca.h' file not found

include <alloca.h>

     ^

1 error generated. gmake: *** [deps/libmariadbclient/libmysql/clientlib.target.mk:131: Release/obj.target/clientlib/deps/libmariadbclient/sql-common/client.o] Błąd 1

ghost avatar Aug 30 '16 21:08 ghost

There's an upstream bug report about this here. It looks like it was fixed in the next version (10.1.9) after the one currently bundled (10.1.8).

mscdex avatar Aug 30 '16 23:08 mscdex