Difference between revisions of "User:Zghansar"

From CDOT Wiki
Jump to: navigation, search
m (Updates)
(Links)
Line 25: Line 25:
 
[http://zghansar.wordpress.com My Blog: http://zghansar.wordpress.com] <br />
 
[http://zghansar.wordpress.com My Blog: http://zghansar.wordpress.com] <br />
 
[[Thunderbird Image Auto-Resize | Project Information: Thunderbird Image Auto-Resize]] <br />
 
[[Thunderbird Image Auto-Resize | Project Information: Thunderbird Image Auto-Resize]] <br />
[http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions Excellent tutorial on how to write an extension]
+
[http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions Excellent tutorial on how to write an extension] <br />
 +
[https://landfill.bugzilla.org/bugzilla-3.0-branch/show_bug.cgi?id=6819 My Bug Lab]
  
 
== About Me ==
 
== About Me ==

Revision as of 21:17, 11 October 2008

Hello,

This is studying in the OSD600 course in the fall 2008 semester as part of the CPA curriculum.

Visit my wiki page at http://zghansar.wordpress.com/

Name

Zaid Ghansar

E-mail

zghansar@learn.senecac.on.ca

My Open source blog can be found here

Projects

Thunderbird Image Auto-Resize:

You can find more information about this project here: Thunderbird Image Auto-Resize

Contributions

Links

My Blog: http://zghansar.wordpress.com
Project Information: Thunderbird Image Auto-Resize
Excellent tutorial on how to write an extension
My Bug Lab

About Me

I'm in the program Computer Programming and Analysis, 3rd year, 6th Semester. Heading towards Software Development specialization. This page was created for the Open Source Development(OSD600) course.

Updates

September 17th, 08 - Wednesday

So I started my first build, went fairly smooth, just was confused in the beginning about what to download as the pre-requisites for windows. Little bit of reading and got that figured out.

The only other issue I had was even after updating to the Vista SDK, their appeared to be some vista related files missing. After googling the error message, I got a solution to add the following line into the .mozconfig file:

"ac_add_options --disable-vista-sdk-requirements"

after which the build went flawlessly.

 My Firefox 3.0 build had the following ".mozconfig" file:
 
 # My first mozilla config
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-@CONFIG_GUESS@
 ac_add_options --enable-application=browser
 mk_add_options MOZ_CO_PROJECT=browser
 ac_add_options --enable-libxul
 ac_add_options --disable-tests 
 ac_add_options --disable-mochitest 
 ac_add_options --disable-vista-sdk-requirements
 
 Zaid minefield.jpg


I also built Thunderbird after my successful run with Firefox (or Minefield).