Re: Makefile build error

2014-11-05 Thread Wesley Hardman
Took way too long, but I figured it out. One line in my mozconfig had 'ac_ad_options' instead of 'ac_add_options'. This should really have a better error message. On 2014-11-03 09:25, Wesley Hardman wrote: > I am running into an issue building Firefox 33 using VS 2010. I get a > makefile erro

Makefile build error

2014-11-03 Thread Wesley Hardman
I am running into an issue building Firefox 33 using VS 2010. I get a makefile error. Makefile:114: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. The code is exactly the same as the repository, and MozillaBuild is up-to-date (1.10.0). The build works fine on another co