Closed
Bug 236281
Opened 21 years ago
Closed 21 years ago
FireFox compiling error
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Assigned: alex)
Details
Compiling FireFox with SVG under Mac OS X 10.3.2 fails.
I'm using the 1.7a source tarball
This tarball gives a working Mozilla 1.7a with SVG enabled
nsIXRemoteService.idl
../../../../dist/bin/xpidl -m header -w -I. -I../../../../dist/idl -o
_xpidlgen/nsIXRemoteService nsIXRemoteService.idl
../../../../config/nsinstall -L
/Volumes/diverse/svg/mozilla1.7a/xpfe/components/xremote/public -m 644
_xpidlgen/nsIXRemoteService.h ../../../../dist/include/xremoteservice
/usr/bin/perl -I../../../../config ../../../../config/build-list.pl
../../../../dist/include/xremoteservice/.headerlist nsIXRemoteService.h
make[2]: *** No rule to make target `export'. Stop.
make[1]: *** [tier_9] Error 2
make: *** [default] Error 2
I was able to compile Firebird with SVG under 10.2.8
.mozconfig:
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-default-toolkit=mac
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --disable-profilesharing
ac_add_options --enable-optimize="-O2"
ac_add_options --enable-crypto
ac_add_options
--enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
ac_add_options --without-system-png
ac_add_options --without-system-mng
ac_add_options --enable-svg
ac_add_options --enable-svg-renderer-libart
mk_add_options MOZ_INTERNAL_LIBART_LGPL=1
MOZ_INTERNAL_LIBART_LGPL=1
Assignee | ||
Comment 1•21 years ago
|
||
From your compile log it looks as if the build failure has nothing to do with SVG.
Are you sure SVG is to blame here?
Reporter | ||
Comment 2•21 years ago
|
||
Nope - my error : SVG is not to blame. Is also there when the SVG options are
off in .mozconfig. I've just checked. My fault for assuming that a normal
compile would be error-free :-(
But which component is it then ??
Has it something to do with XFree86 / X11 ???
Feel free to put it into the appropriate component. I'm at a loss as to which is
the correct one.
Assignee | ||
Comment 3•21 years ago
|
||
I don't know what the problem is here, but it looks like it is a problem with
your local tree rather than a bug. Maybe all you need is a clobber build?
Marking invalid, but feel free to refile under appropriate component (although
IRC might be a better place to get help for build problems.)
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•