27.04.04

Building Firefox…ahem

Tags: — Jeff @ 20:56

Over the past few weeks I’ve been attempting to get Firefox to compile on my WinXP machine with no success. I’m a student, so my resources are limited; consequently, up until a few days ago I was using MinGW/cygwin for builds.

Now, MinGW and cygwin are a good start, but they have one obvious disadvantage — anything compiled with this system is binary-incompatible with pretty much all other binary plugins and extensions you might wish to run. Therefore, because Java is not binary-compatible with MinGW/cygwin builds, it won’t run on such builds. This is obviously rather annoying, and because most other builders use MS VC++, this restricts your build’s use. There are plenty of good builds produced with MS VC++, so what’s the point in testing your build (other than to test a patch) if an MSVC++ build is faster and will work with compiled plugins?

As of a few days ago, that’s all changed.

Microsoft, as a benevolent company bent on world domination, has released its VC++ compiler to the public. This isn’t a stripped-down compiler, either — it’s the exact same one as in MS VC .NET. It would appear they are trying to get more applications built for Windows by making app creation easier. Whatever the reason, tho, this now makes it possible to create binary-compatible Firefox builds with only a few small adjustments! After some initial frustration, TierMann on the Mozillazine forums got it working. With a little work I got everything set up and started working.

The build progressed merrily after a slight stop while I added a missing path to INCLUDE for --enable-accessibility. Then I hit this:

No rule to make target ecl-exp.h

Frustrating, isn’t it? I’d encountered this before with MinGW/cygwin, and I’d also filed a bug at the same time: cygwin environment build failure at ‘ecl-exp.h’. There’s been some work in the bug to discover the source of the problem and a fix, but it’ll probably be a while before it’s fixed. Anyone out there want to help for fun?

2 Comments

  1. Jeff, you should really consider moving to Visual C++ 6. You can get a used version cheap off of eBay. You won’t have to mess with libraries like VC++ 7/.NET and it’s a great compiler for building Mozilla and apps in general. You can get a copy for about $20 on eBay (don’t buy the professional, can’t figure out what’s the difference between it and the Standard edition, other than the price :)).

    Comment by R.J. Keller — 13.06.04 @ 17:44

  2. On the off chance you’ll read this post, R.J., I’ve considered doing that. It’s just a matter of money, and I’m still at a stage where I’d consider a compiler that I don’t particularly need a frivolity. Perhaps soon, but for now I’ll just stick with compiling in Linux using the free gcc. There’s also a good chance I’ll need to get something like that if I take any computer science classes in college, so for now I’ll put the decision off until later.

    Comment by Jeff — 28.07.04 @ 08:48

RSS feed for comments on this post. TrackBack URI

Sorry, the comment form is closed at this time.