Hello, This question seems stupid, but... I'm building a standalone version of XPCOM on windows/cygwin platform (source from CVS). I'm trying to follow the instructions from http://www.mozilla.org/projects/xpcom/xpcom-standalone.html page and when I'm running configure tool I got the message:
configure: error: --enable-application=APP is required What is it? What option should I add in command line? "--enable-application=xpcom" or "--enable-application=XPCOM" do not work. Thanks. <log> ~/mozilla_xpcom/mozilla> configure --enable-standalone-modules=xpcom loading cache ./config.cache checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking build system type... i686-pc-cygwin checking for gcc... cl checking whether the C compiler (cl ) works... yes checking whether the C compiler (cl ) is a cross-compiler... no checking whether we are using GNU C... no checking whether cl accepts -g... no checking for c++... cl checking whether the C++ compiler (cl ) works... yes checking whether the C++ compiler (cl ) is a cross-compiler... no checking whether we are using GNU C++... no checking whether cl accepts -g... no checking for ranlib... ranlib checking for ml... no checking for as... /usr/bin/as checking for ar... ar checking for ld... link checking for strip... strip checking for windres... windres checking for gawk... gawk checking for midl... midl checking for midl flags... none needed checking how to run the C preprocessor... cl checking for mmintrin.h... no checking how to run the C preprocessor... cl checking how to run the C++ preprocessor... /lib/cpp checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for perl5... no checking for perl... /usr/bin/perl checking for minimum required perl version >= 5.004... 5.008005 checking for full perl installation... yes checking for doxygen... : checking for whoami... /usr/bin/whoami checking for autoconf... /usr/bin/autoconf checking for unzip... /usr/bin/unzip checking for zip... /usr/bin/zip checking for makedepend... no checking for xargs... /usr/bin/xargs checking for make... /usr/bin/make checking for X... no checking for 64-bit OS... no configure: error: --enable-application=APP is required </log> _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
