This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mozilla patch


Gerrit P. Haase wrote:

bruno patin wrote:

Ok, I think I will be able to compile tonight. Will give you news at max monday. After that, what do you want me to examine ?


I the build of the debugging version succeeds, it would be nice if I
could get my hands on it, I still have no success building a debugging
version.  BTW, please change --enable-strip to --disable-strip in the
file '.mozconfig' in the top-level soucre directory, because a stripped
debugging version is pretty useless.


Gerrit

If you want a debugging version we also have to use the --enable-debug option no ? So here my complete mozilla command.
#!/bin/sh
export CC="ccache gcc"
export CXX="ccache g++"
export MOZ_INTERNAL_LIBART_LGPL=1
export MOZILLA_OFFICIAL=1
mkdir -p mozilla/.build
cd mozilla/.build
../configure --prefix=/usr  --enable-debug --enable-debug --disable-strip 2>&1 | tee ../log.conf
make 2>&1 | tee ../log.make

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]