Build Mozilla Thunderbird and/or Mozilla Firebird on Microsoft Windows
I'm a Mozilla fan! And being able to build Mozilla Thunderbird and/or Mozilla Firebird on my Windows XP machine sounded cool. I didn't have Microsoft Visual C++ so I needed to build without any tools from Microsoft, aside from Windows XP of couse.
So here we go: Build Mozilla Thunderbird and/or Mozilla Firebird in 14 easy steps!
Ads:
6 Comments
See http://bugzilla.mozilla.org/show_bug.cgi?id=209664 .
Comment by cls at July 21, 2003 08:17 AM | PermalinkHi,
I'm building the source code of Mozilla-firebird for win32. I've all the packages and tolls in place but still I'm getting the below error.
Please help me in fixing the same.
The error is as below
D:\Projects\mozilla>make -f client.mk build
The system cannot find the path specified.
The system cannot find the path specified.
client.mk:151: "": No such file or directory
client.mk:151: /.mozconfig.mk: No such file or directory
client.mk:152: "": No such file or directory
client.mk:152: /build/unix/modules.mk: No such file or directory
make: *** No rule to make target '/build/unix/modules.mk'. Stop.
Regards
Pankaj
ok, this is a really old post, but I just had the same problem, and this is the top google hit when searching for it.
In my case, cygwin's $SHELL variable was for some reason set to /bin/sh. On another machine I am using, it was set to /bin/bash and everything worked. /bin/sh did not exist, so make was falling back to cmd.exe which would not understand the /cygdrive... paths generated in the makefile
setting $SHELL to /bin/bash or linking bash.exe to sh.exe would solve the problem for me
HTH
-lars
I used Mozilla 1.6 beta to view mathml but it seems that there is a problem with stretched characters like the radical. It is not a problem of missing fonts, because I have installed all tex fonts.
Can some one help me
Hi All,
I am trying to run perl scripts on Cygwin and I get the following error "The system cannot find the path specified".
Please help
tried your instructions. Step by step. Same versions you have, but I still get the "cl not found" error.
Comment by edmz at July 17, 2003 04:43 PM | Permalink