Closed
Bug 412932
Opened 18 years ago
Closed 15 years ago
[Firefox-3.0b2]Files of xpcom/sample(libxpcomsample.so, and so on) are not installed
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: masaki.uchida, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.9b2) Gecko/2008011114 Minefield/3.0b2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.9b2) Gecko/2008011114 Minefield/3.0b2
Files of xpcom/sample(libxpcomsample.so, and so on) are not installed.
Files of xpcom/sample(libxpcomsample.so, and so on) are created by doing
"make -f client.mk build" command.
But, they are not installed by doing "make install" command
at /mozilla/obj-i686-pc-linux-gnu/ directory.
Is that the specification of firefox-3.0b2 ?
I builded firefox-3.0b2 by the command "make -f client.mk build" with the
following
.mozconfig file.
---------- .mozconfig from -----------
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --enable-application=browser
ac_add_options --enable-debug
#ac_add_options --disable-debug
ac_add_options --disable-installer
#ac_add_options --enable-installer
ac_add_options --enable-shared
# ac_add_options --disable-shared
ac_add_options --disable-optimize
# ac_add_options --enable-optimize="-O3 -march=i686 -finline-functions
-fforce-addr -fno-strict-aliasing"
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-libxul
---------- .mozconfig to -----------
Reproducible: Always
Steps to Reproduce:
1.You build firefox-3.0b2 by the command "make -f client.mk build" with the
.mozconfig file written at the [Details].
2.Do "make install" command at /mozilla/obj-i686-pc-linux-gnu/ directory.
3.
Actual Results:
Files of xpcom/sample(libxpcomsample.so, and so on) are not installed.
Expected Results:
Files of xpcom/sample(libxpcomsample.so, and so on) are installed.
Summary: Files of xpcom/sample(libxpcomsample.so, and so on) are not installed → [Firefox-3.0b2]Files of xpcom/sample(libxpcomsample.so, and so on) are not installed
Updated•18 years ago
|
Component: General → Build Config
QA Contact: general → build.config
This is intentional, these are examples of how to build extensions and not pieces of the browser.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•