VincentWei/MiniGUI

If build not in source code dirctory, can't find ../mgconfig.h

steprun opened this issue · 1 comments

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.

Not a real problem, and your solution is not good yet.
You should build MiniGUI in the root directory of the source code tree.