seawood%netscape.com
f3869f5c81
Fixing build bustaged caused by absolute path assumptions.
...
Fallout from bug #141834
2002-06-19 20:45:57 +00:00
seawood%netscape.com
66a87e5efb
Add --disable-activex to turn off building of activex component (win32 only).
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #141376 r=cls
2002-06-19 14:59:05 +00:00
seawood%netscape.com
b04d67ef02
Explicitly use sh when calling the cygwin-wrapper script as some developers are reporting that their shell can't call the script directly.
...
Fallout from bug #141834
2002-06-18 21:36:45 +00:00
seawood%netscape.com
6de5b59159
Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
...
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd. This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall. nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive. (I'll have to check the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs. Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
bryner%netscape.com
88cd513c90
Add an option to enable prebinding for mach-o builds (bug 151087). r=cls.
2002-06-13 08:52:55 +00:00
dougt%netscape.com
913bbb6f6c
Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org
2002-06-11 19:26:04 +00:00
darin%netscape.com
7420d70bf9
fixes bug 147333 "Cannot load local files whose names contain
...
Japanese/Chinese characters" r=bstell sr=brendan a=asa
2002-06-10 18:50:11 +00:00
seawood%netscape.com
e116353653
Add --disable-installer configure option for embedding purposes.
...
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
seawood%netscape.com
9144b41696
If --disable-md is given, do not use gcc's -include directive as it screws up dependencies.
...
Bug 140171 r=bryner
2002-05-14 05:18:16 +00:00
seawood%netscape.com
7abea1092f
Conditionally check for -lSM & -lICE if -lXt test fails.
...
Use XT_LIBS variable for -lXt and its dependencies.
Link XT_LIBS in static xlib builds.
Use same modulename for xlib module in Makefile as the code uses.
Bug #126163 & Bug #144182 r=bryner
2002-05-14 04:04:23 +00:00
blizzard%redhat.com
3138cdc116
Bug #121255 . Hook up gtk2 to xremote. r=cls on the configure.in change
2002-05-12 21:03:17 +00:00
seawood%netscape.com
106b144cb9
Include <stddef.h> instead of <stdlib.h> in wchar_t tests to avoid exit() declaration issues with autoconf.
...
Bug #139211 r=dbaron
2002-05-10 23:35:40 +00:00
dougt%netscape.com
2c34466433
Fixing the SunOS bustage. Removing res_ninit check until we can add the right link lines. bug 142205
2002-05-06 20:01:52 +00:00
dougt%netscape.com
b2449fe85b
Fixes 117628. Failed DNS error causes future lookups to fail. Now we call res_ninit() on platforms which support this function when the dns lookup fails. r=brendan@mozilla.org, sr=darin@netscape.com
2002-05-04 03:40:06 +00:00
darin%netscape.com
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
seawood%netscape.com
b600f3ca24
Fix long-standing typo. Search for <sys/bitypes.h> not <sys/bittypes.h>
...
Bug #139895 r=bryner
2002-04-26 01:13:21 +00:00
seawood%netscape.com
4ef44bc5a5
Only check for & use -fshort-wchar with CXX as some versions of gcc only support -fshort-wchar for g++.
...
Bug #139211 r=bryner
2002-04-25 22:18:43 +00:00
seawood%netscape.com
0db1ea6b9e
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
Bug #56601 r=leaf
2002-04-25 20:40:00 +00:00
shanjian%netscape.com
29e55441e4
#91305 add univerialchardet into unix default extensions list
...
r=cls sr=hewitt a=rjesup@wgate.com
2002-04-10 22:47:01 +00:00
bryner%netscape.com
d7d38c7ba7
Yet another fix for win32 gmake builds, this time for the case where the mozilla build directory is not under a /cygdrive/ path. r=cls, a=asa.
2002-04-08 08:10:18 +00:00
cls%seawood.org
76d0228b75
Use cygpath to workaround the problem of moztools being on non-cygwin drive mounts.
...
Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #135391 r=cls a=rjesup
2002-04-06 07:09:37 +00:00
seawood%netscape.com
73ec94d0a5
Not sure how cvs managed to not check in this part of 38061's patch.
...
Should fix tinderbox bustage.
2002-04-03 09:23:10 +00:00
jdunn%netscape.com
e31f0f5173
Adding support for AIX5 (and hence 64bit aix) - aix only
...
courtesy of pkw@austin.ibm.com
r=cls@seawood.org
a=asa@mozilla.org
# 133620
2002-04-02 14:06:25 +00:00
dmose%netscape.com
7cf51bef85
Pass --with-mozilla to LDAP C SDK subconfigure; this should fix the slag tinderbox bustage
2002-03-27 09:35:13 +00:00
dmose%netscape.com
5e565e67aa
Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org
2002-03-27 06:31:38 +00:00
jband%netscape.com
cfec345cb7
adding the interface info extensions to the list of possible extensions. Also adding the proxy part of the xmlextras to the list of makefiles. These new modules are NOT PART OF THE BUILD
2002-03-24 19:01:50 +00:00
locka%iol.ie
7d159463fe
Add rules to configure script to control where doxygen reads and writes files. b=130592 r=seawood@netscape.com sr=scc@mozilla.org a=asa@mozilla.org
2002-03-22 19:22:13 +00:00
mkaply%us.ibm.com
aa930accac
This should have been in quotes - orevent OS/2 build warning
2002-03-21 13:20:50 +00:00
seawood%netscape.com
26c0ed499d
Remove hardcoded OS_TARGET=WINNT and test OS_ARCH instead of OS_TARGET so that win9x/xp gmake builds work.
...
Bug #128779 r=jrgm a=asa
2002-03-21 09:48:15 +00:00
mkaply%us.ibm.com
77591992df
#132050
...
r=cls, a=asa
Remove OS2_PROGRAM_RESOURCE hack - use RESFILE
2002-03-20 04:54:30 +00:00
seawood%netscape.com
a85acbb393
Move chatzilla to the list of default extensions on unix/mac.
...
Bug #131092 r=rginda a=asa
2002-03-19 22:38:11 +00:00
seawood%netscape.com
b121a981e9
Disable postscript printing on OSX by default.
...
Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #129761 r=cls a=asa
Remove comment about cookie & wallet being necessary extensions.
Bug #18352
2002-03-10 07:46:59 +00:00
seawood%netscape.com
5424811bd8
Use MOZ_ARG_WITH_BOOL instead of MOZ_ARG_WITHOUT_BOOL for --with-system-nspr.
...
cleanup from Bug #127526
2002-03-08 23:27:48 +00:00
harishd%netscape.com
342a2db398
Adding support to enable P3P upon request. r=heikki, sr=alecf,sfraser a=asa
2002-03-08 22:33:50 +00:00
seawood%netscape.com
97bde34d47
Default to using in-tree versions of nspr, zlib, jpeg, png & mng rather than checking for system version as some of our system checks suck & we have version mismatches in the tree.
...
Bug #127526 r=bryner a=asa
2002-03-08 06:57:47 +00:00
seawood%netscape.com
6a691fe3ef
Put defines on separate lines to fix --enable-xpcom-lea bustage.
...
a=shaver
2002-03-06 21:51:16 +00:00
seawood%netscape.com
d3ddba1f5a
Bump MOZILLA_VERSION to 0.9.9+
2002-03-05 08:34:10 +00:00
seawood%netscape.com
98314a2e73
Use -fPIC (or -KPIC) when using the compiler to link shared libraries.
...
Bug #128160 r=bryner a=asa
2002-03-05 08:08:41 +00:00
seawood%netscape.com
37903d583c
Realigning ./configure --help output
2002-02-28 07:18:12 +00:00
seawood%netscape.com
78fea53f52
Check for system version of freetype >= 2.0.8 for those of us building in objdirs.
...
Fix problem with sub-configures getting unnecessary additional options.
Bug #126919 r=bryner a=shaver
2002-02-28 07:00:59 +00:00
blizzard%redhat.com
63e3da7465
Part of bug #126919 . Add configure glue to get Xft support building. r=cls, a=brendan
2002-02-26 17:28:48 +00:00
seawood%netscape.com
9d7c7caad7
This patch:
...
* Changes MOZ_TRACE_MALLOC ifdefs to NS_TRACE_MALLOC ifdefs
* Links against the trace-malloc utils against libxpcom instead of just xpcomds
* Builds NSPR in debug mode on win32 if trace-malloc is enabled
* Adds a few "defined()" checks to diffbloatdump.pl so that it will work for
perl 5.6.1
* Adds a couple of checks for \r so that diffbloatdump.pl works on win32.
Bug #126915 r=bryner/dbaron a=asa
2002-02-26 09:58:45 +00:00
seawood%netscape.com
3b1963a97e
Use -pthread as a linker flag instead of a compile flag for FreeBSD.
...
Thanks to Jeremy Lea <mailto:reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 09:57:01 +00:00
bstell%ix.netcom.com
b1a60d5cf1
bug 126387, use FreeType2 lib version 2.0.3 (AKA: 6.1.0) in addition
...
to 2.0.4 (AKA: 7.0.1) and up
r=ftang, sr=alecf, a=blizzard
2002-02-23 21:48:50 +00:00
locka%iol.ie
ab694dd0cf
Add "documentation" rule to rules.mk. This generates HTML documentation from h/idl files using doxygen. b=112214 r=seawood@netscape.com sr=rpotts@netscape.com a=dbaron@fas.harvard.edu
2002-02-22 11:11:24 +00:00
seawood%netscape.com
48f4f3f251
Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles.
...
Bug #126102 r=bryner
2002-02-20 07:08:02 +00:00
tor%cs.brown.edu
1050d3d796
Bug 123613 - mng subimage composite reading dest alpha from wrong
...
location, bump required libmng to 1.0.4. r=pavlov,cls; sr=blizzard
2002-02-17 15:29:18 +00:00
cbiesinger%web.de
4ffd3b9c08
bug 109442 r=cls
...
extensions/ctl/src/* hardcodes -lgmodule
2002-02-17 10:32:48 +00:00
seawood%netscape.com
9def9bbc00
Propagate MOZ_ENABLE_POSTSCRIPT so that unix printing works again.
...
bug #125800 a=antitux
2002-02-15 23:25:57 +00:00
leaf%mozilla.org
e60456610c
enable postscript printing, bug 80625. r=cls, sr=leaf, code from gisburn
2002-02-14 22:45:04 +00:00