Ellis Rahhal > wrote:
> Hello,
>
> I'm trying to build Firefox 1.5.0.1 on Win32, and I'm running into an
> error that I'm not able to track down. I've placed the build output at
> the end of this post. I first tried it on my AMD 3000+ box with Windows
> XP Pro Simplified Chinese and hit the error. A google search only
> turned up a Chinese message board with the error, so I assumed that it
> might be a problem with the OS language, so I built an English VMWare
> image, but I've got the same problem. The build goes for quite a long
> time (maybe an hour) before blowing up. Below is my setup. Thanks for
> your help:
[snip]
> /cygdrive/c/source/mozilla/webshell/tests/viewer/JSConsole.cpp
> JSConsole.cpp
> ../../../dist/include/js\jspubtd.h(52) : error C2146: syntax error :
> missing ';' before identifier 'jsint'
> ../../../dist/include/js\jspubtd.h(52) : fatal error C1004: unexpected
> end of file found
> make[4]: *** [JSConsole.obj] Error 2
> make[4]: Leaving directory
> `/cygdrive/c/source/mozilla/ff-dbg/webshell/tests/viewer'
> make[3]: *** [libs] Error 2
> make[3]: Leaving directory
> `/cygdrive/c/source/mozilla/ff-dbg/webshell/tests'
> make[2]: *** [tier_99] Error 2
> make[2]: Leaving directory `/cygdrive/c/source/mozilla/ff-dbg'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/cygdrive/c/source/mozilla/ff-dbg'
> make: *** [build] Error 2
Hi,
the problem is already known, too bad Google Groups does not know it
(there is a problem atm with Google Groups only picking up some of the
posting here). See the the thread "JSConsole.cpp : jspubdt.h syntax
error on Win2k (VC6 SP5)" here in this group
(news:obadnS0ysqL...@mozilla.org),
https://bugzilla.mozilla.org/show_bug.cgi?id=324173 has been filed about
this. Anyway, at this time the build has basically already been finished
(what failed building here is a testing application), take a look if you
can find a firefox.exe under ff-dbg/dist/bin.
Frank