Difference between revisions of "Mozilla2Seamonkey/Problem Log/Mac"
From Apache OpenOffice Wiki
B michaelsen (talk | contribs) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | === Default toolkit on Mac <font color=green>[fixed]</font>=== | |
− | + | ||
+ | building should be done with --enable-default-toolkit=mac. More precisely, the problem occurs when configure is not used for the build (e.g. in Sun build environment) | ||
+ | |||
+ | === Pb with linked directory === | ||
+ | |||
+ | The build does not work reliably in a linked directory | ||
example: the sources are in /private/Network/Server/<host>/export/<CWS>/DEV300/ooo/moz | example: the sources are in /private/Network/Server/<host>/export/<CWS>/DEV300/ooo/moz | ||
which is linked to /<linkname>/<CWS>/DEV300/ooo/moz. | which is linked to /<linkname>/<CWS>/DEV300/ooo/moz. | ||
− | * This happens at least in | + | * This happens at least in : |
** modules/plugin/samples/default/mac/Makefile | ** modules/plugin/samples/default/mac/Makefile | ||
** embedding/tests/cocoaEmbed/Makefile | ** embedding/tests/cocoaEmbed/Makefile | ||
** embedding/components/printingui/src/mac/printpde/Makefile | ** embedding/components/printingui/src/mac/printpde/Makefile | ||
− | |||
− | + | === Makefile issue <font color=green>[fixed]</font> === | |
+ | |||
+ | build/mozilla/xfpe/bootstrap/Makefile can choke on a "rm -f" command line. Adding a '-' in front to make this problem noncritical fixes the build. | ||
+ | [[Category:MacOSX]] |
Latest revision as of 00:38, 16 March 2010
Default toolkit on Mac [fixed]
building should be done with --enable-default-toolkit=mac. More precisely, the problem occurs when configure is not used for the build (e.g. in Sun build environment)
Pb with linked directory
The build does not work reliably in a linked directory
example: the sources are in /private/Network/Server/<host>/export/<CWS>/DEV300/ooo/moz which is linked to /<linkname>/<CWS>/DEV300/ooo/moz.
- This happens at least in :
- modules/plugin/samples/default/mac/Makefile
- embedding/tests/cocoaEmbed/Makefile
- embedding/components/printingui/src/mac/printpde/Makefile
Makefile issue [fixed]
build/mozilla/xfpe/bootstrap/Makefile can choke on a "rm -f" command line. Adding a '-' in front to make this problem noncritical fixes the build.