Difference between revisions of "Liz Chak Assignment 1"

From CDOT Wiki
Jump to: navigation, search
(No difference)

Revision as of 02:40, 16 September 2006

Under construction!!

Build Prerequisites

Configuration

Problems and Solutions

The very first problem I encountered after I started to build took me merely a couple minutes to solve thanks to the great old Google. The command prompt spurted out this error message:

checking for makensis... no
configure: error: To build the installer makensis is required in your path. 
To build without the installer reconfigure using --disable-installer.

I found my solution on a forum. Basically I just added "ac_add_options --disable-installer" to my .mozconfig file.


Resources