Hi, I really didn't know how to express my feelings. The very very troublesome mozilla build process.
Now, I am sure I have followed every instruction in the building document. I make the configure stage through, and then I fix the xpidl.exe crash problem, and finally I can make my build process going fluently. But, but , but , after almost a day effort, ultimately I am stuck in the following error:
make[5]: *** No rule to make target `xpcomglue.lib', needed by `libs'. Stop.
I have searched with Google, searched the groups archive, only found nothing mentioned my problem.
> Hi, I really didn't know how to express my feelings. > The very very troublesome mozilla build process.
> Now, I am sure I have followed every instruction in the > building document. I make the configure stage through, and > then I fix the xpidl.exe crash problem, and finally I can > make my build process going fluently. But, but , but , after > almost a day effort, ultimately I am stuck in the following > error:
> make[5]: *** No rule to make target `xpcomglue.lib', needed by `libs'. > Stop.
> I have searched with Google, searched the groups archive, only found > nothing mentioned my problem.
> Help please! > Help please!
This advice is too late to save you pain and suffering, but Mozilla is moving to a installer that has everything you need except the compiler. It's not quite official yet, but see http:// benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ for the release candidate build which is going to be used.
> This advice is too late to save you pain and suffering, but Mozilla is > moving to a installer that has everything you need except the > compiler. It's not quite official yet, but see http:// > benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ for the > release candidate build which is going to be used.
> On Feb 6, 1:20 pm, Bo Yang <techr...@eyou.com> wrote: >> Hi, I really didn't know how to express my feelings. >> The very very troublesome mozilla build process.
>> Now, I am sure I have followed every instruction in the >> building document. I make the configure stage through, and >> then I fix the xpidl.exe crash problem, and finally I can >> make my build process going fluently. But, but , but , after >> almost a day effort, ultimately I am stuck in the following >> error:
>> make[5]: *** No rule to make target `xpcomglue.lib', needed by `libs'. >> Stop.
>> I have searched with Google, searched the groups archive, only found >> nothing mentioned my problem.
>> Help please! >> Help please!
> This advice is too late to save you pain and suffering, but Mozilla is > moving to a installer that has everything you need except the > compiler. It's not quite official yet, but see http:// > benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ for the > release candidate build which is going to be used.
> Hope that helps.
Oh, I am very disappointed to see the same error. Does this mean a bug in the Mozilla 1.8.0 Branch?
Bo Yang wrote: > Hi, I really didn't know how to express my feelings. > The very very troublesome mozilla build process.
> Now, I am sure I have followed every instruction in the > building document. I make the configure stage through, and > then I fix the xpidl.exe crash problem, and finally I can > make my build process going fluently. But, but , but , after > almost a day effort, ultimately I am stuck in the following > error:
> make[5]: *** No rule to make target `xpcomglue.lib', needed by `libs'. > Stop.
> I have searched with Google, searched the groups archive, only found > nothing mentioned my problem.
> Help please! > Help please!
Could you give some context? A few more lines of the build log, the directory it's in, what it last did...
-- Mook mook dot moz plus stuff at gmail dot stuff
> Bo Yang wrote: >> Hi, I really didn't know how to express my feelings. >> The very very troublesome mozilla build process.
>> Now, I am sure I have followed every instruction in the >> building document. I make the configure stage through, and >> then I fix the xpidl.exe crash problem, and finally I can >> make my build process going fluently. But, but , but , after >> almost a day effort, ultimately I am stuck in the following >> error:
>> make[5]: *** No rule to make target `xpcomglue.lib', needed by `libs'. >> Stop.
>> I have searched with Google, searched the groups archive, only found >> nothing mentioned my problem.
>> Help please! >> Help please!
> Could you give some context? A few more lines of the build log, the > directory it's in, what it last did...
I am sorry, I am too hurry to forget these.
I want to compile xulrunner, and I get the source by cvs commands: cvs -f client.mk -r MOZILLA_1_8_0_BRANCH checkout MOZ_CO_PROJECT=xulrunner
I use MSVC6 for my compiler. My mozconfig is as following:
And if I miss something important, please point it out, I will post anything you need, help please, I think I will be mad if I can't get it work through as soon as possible! Thanks in advance!