Difference between revisions of "Mozilla2Seamonkey/Problem Log/Mac"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
* building should be done with --enable-default-toolkit=mac
 
 
* the build does not work reliably in a linked directory
 
* the build does not work reliably in a linked directory
  
Line 9: Line 8:
 
** embedding/tests/cocoaEmbed/Makefile
 
** embedding/tests/cocoaEmbed/Makefile
 
** embedding/components/printingui/src/mac/printpde/Makefile
 
** embedding/components/printingui/src/mac/printpde/Makefile
 +
 +
* 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)
 +
  
 
* 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.
 
* 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.

Revision as of 15:40, 11 February 2009

  • 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
  • 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)


  • 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.
Personal tools