If build not in source code dirctory, can't find ../mgconfig.h
steprun opened this issue · 1 comments
steprun commented
Source in directory 'minigui'
Build in directory 'build'
$ cd build
$ ../minigui/configure
$ make
some code can't ../mgconfig.h
Then I add '-I$(abs_top_builddir)/src' to AM_CPPFLAGS for fixing it.
VincentWei commented
Not a real problem, and your solution is not good yet.
You should build MiniGUI in the root directory of the source code tree.