left the .config out, here it is.

On Mon, May 17, 2010 at 8:55 PM, Ernest Kugel <erik.kugel@gmail.com> wrote:
Hi guys, I'm also running into some compilation errors with the Qi .config.

I'm following the instructions on this page: http://en.qi-hardware.com/wiki/Building_Software_Image#Building_OpenWrt-image_from_source

To make sure it was not my .config changes that messed the build, I've used the .config from Qi as is, and still ran into errors. The halting one seems to be:

checking for std::locale... yes
./configure: line 29952: unexpected EOF while looking for matching `"'
./configure: line 29953: syntax error: unexpected end of file
make[3]: *** [/home/user/sandbox/openwrt-xburst/build_dir/host/gmp-4.3.1/.configured] Error 2
make[3]: Leaving directory `/home/user/sandbox/openwrt-xburst/tools/gmp'
make[2]: *** [tools/gmp/compile] Error 2
make[2]: Leaving directory `/home/user/sandbox/openwrt-xburst'
make[1]: *** [/home/user/sandbox/openwrt-xburst/staging_dir/target-mipsel_uClibc-0.9.30.1/stamp/.tools_install_nnynn] Error 2
make[1]: Leaving directory `/home/user/sandbox/openwrt-xburst'
make: *** [world] Error 2

A smaller inconvenience, which I had not confirmed, seems to be errors in mx2's Makefile:

ERROR: please fix target/linux/mx2/Makefile

Am I using the wrong .config (attached), or am I missing something basic?

Thanks in advance for any help.