You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to buid from current master head (4d32d7d), its fails with:
...
CC build/mrbgems/mruby-file-stat/src/file-stat.c -> build/host/mrbgems/mruby-file-stat/src/file-stat.o
/build/mruby-zest-build-3.0.5+20190808/mruby/build/mrbgems/mruby-file-stat/src/file-stat.c:11:20: fatal error: config.h: No such file or directory
#include "config.h"
^
compilation terminated.
/build/mruby-zest-build-3.0.5+20190808/mruby/build/mrbgems/mruby-file-stat/src/file-stat.c:11:20: fatal error: config.h: No such file or directory
#include "config.h"
^
compilation terminated.
rake aborted!
any idea?
The text was updated successfully, but these errors were encountered:
As discussed on IRC, it seems to work locally with a fresh checkout and the mruby-file-stat gem seems to use autoconfig to build this file. Odd that it's not doing so on the build system. If you find a solution updating the issue would be great.
Trying to buid from current master head (4d32d7d), its fails with:
any idea?
The text was updated successfully, but these errors were encountered: