So... It may or may fit this thread, but a very gracious Discord member sent me a 2010 macpro for the cost of shipping (which wasn't cheap, and i added an extra $70 to that because it's a nice machine). Well holy hell is this thing fast. My core 2 duos i was using to build interweb/spiderweb/arcticfox etc usually took 1.5 to 2.5 hours per browser build. This machine just built InterWeb in less than 10 minutes!!!! This will make trouble shooting failed backports much quicker to track down and rebuild. I'm stoked.
View attachment 1786695
Oh, and here's an updated InterWeb
(60.9.4) and SpiderWeb
(2.2.3) made possible by this machine.
😀
Cheers
@wicknix , may I ask you a couple of questions relating to setting up a proper build environment for Interweb?
The first question relates to extracting the tar of UXP into ‘
/spiderweb-snow/mozilla’:
Should the contents inside the UXP directory be held in their own directory within
mozilla/ (e.g., ‘
/spiderweb-snow/mozilla/UXP-RELBASE_20210608’), or should the contents
within that
UXP-RELBASE… directory be added to the
mozilla/ directory itself, thus overwriting contents (subdirectories, files) which share the same name?
The second question pans back a bit:
Is it possible to build Interweb as an x86_64 binary that will work on Snow Leopard (for Macs booted into the 64-bit kernel), but by building it in a Snow Leopard 10.6.8 environment (which has only the final Xcode SDKs for 10.6, along with the appropriate ports needed for the build environment)? Following a fatal error during the configure stage of
./mach build — “
MacOS X 10.7 SDK or later is required” — I gather the sense this may not be possible. Indeed, as I recursively searched for appearances of “MacOSX10.7.sdk” in the
/spiderweb-snow directory, there were at least three build files which specifically cite an expectation that the 10.7 SDK be present (see attached).
If these are questions you’re not able to answer, that’s OK. I figure you might have some applied experience here which could be instructive. Thanks!