Open main menu

CDOT Wiki β

Changes

Assignment 1 (mcparuze)

61 bytes added, 00:57, 20 September 2006
no edit summary
The first problem I had was with the school intranet system. The administrators have the school have this place locked up tighter then Fort Knox. Therefore, I was required to do a little bit of tunneling in order to get my signal out of the school. Tunneling is achieved by using Putty and one of our UNIX servers such as Matrix. By doing this, I created a tunnel form my machine through Matrix and into the internet, bypassing all the firewalls and bandwidth prioritizing technologies the administrator’s setup. <br/><br/>
 
The second problem I encountered was with the newer version of make. I started to build Firefox and about an hour into the build make died and gave me an error. I inquired in #developers and they immediately told me that I was using the wrong version of make. I downgraded make to version 3.80 and everything was fine and dandy.<br/><br/>
 
Lastly, during the initial build process, I read an error that make could not find nsis, the installer code that bundles the executable. I decided to immediately ditch the process and add the line ac_add_options --disable-installer to the .mozconfig file.
 
== Resources Used ==
Woohoo, I did it. The build instructions that Dave provides on his website work great but with a minor modification in order to bypass Seneca’s firewall. Other then that, it’s pretty easy but it takes a long, long time. Also, make sure to use make 3.80 and not anything else because it breaks the build. You don’t want to sit there for 2 hours compiling and having it break right before it finishes.
 
== Screenshot ==
 
 
[[Image:Mcparuzefirefox.jpg|Firefox Build]]
1
edit