On 2014-10-15, 11:18 PM, digitalc...@gmail.com wrote:
I am building Firefox on OSX (Universal Build) and am getting tons of "No 
Preprocessor" errors like this one...

/Users/Aaron/mozilla-source/mozilla-beta-aaa4d64b66e5/dom/webidl/Crypto.webidl: 
WARNING: no preprocessor directives found

Those are warnings that you can just ignore.

Additionally, I'm getting toolchain errors like these...

  1:27.19 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(pripv6.o) has no symbols
  1:27.19 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(prmalloc.o) has no symbols
  1:27.19 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(uxwrap.o) has no symbols
  1:27.21 autocomplete.xpt
  1:27.22 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(pripv6.o) has no symbols
  1:27.22 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(prmalloc.o) has no symbols
  1:27.23 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
 file: libnspr4.a(uxwrap.o) has no symbols

I get those all the time too, they are also warnings that you can ignore. Are you sure you're looking at the right error message?

I'm on 10.9/Mavericks, using 10.9 SDK.  Just to be sure, I reinstalled Xcode 
6.0.1 and the command line tools, and did Brew Doctor to fix any Brew issues. I 
am building the latest Firefox beta code. I always Clobber before building.  
What am I missing here??  Are there issues with Xcode?

This is my mozconfig:
-----------------------------------
ac_add_options --enable-official-branding

sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk

#f you installed autoconf 2.13 with the Homebrew
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213


# Import the stock config for building the browser (Firefox)
. $topsrcdir/browser/config/mozconfig
# Config for UNIVERSAL builds
  . $topsrcdir/build/macosx/universal/mozconfig


ac_add_options --disable-tests

#For creating updates
ac_add_options --enable-updater
ac_add_options --enable-update-packaging

mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds


_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to