mruby-zest / mruby-zest-build

Root repo for mruby-zest containing links to all submodules
GNU Lesser General Public License v2.1
19 stars 23 forks source link

build from master head is failing #15

Open trebmuh opened 5 years ago

trebmuh commented 5 years ago

Trying to buid from current master head (https://github.com/mruby-zest/mruby-zest-build/commit/4d32d7df564d9cb02ec13f7dfb3baa6d9fe88474), 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?

fundamental commented 5 years ago

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.

Thanks for the packaging efforts :+1: