-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Troubling building in Mac OS X 10.7.1 Lion #31
Comments
This comment was originally written by benl@google.com e.g. this works for me (in a Makefile): cd compiler && XCODE_XCCONFIG_FILE=$(PWD)/xcconfig ../tools/build.py note that $(PWD) resolves before the cd! xcconfig looks like: SDKROOT=macosx10.6 |
This comment was originally written by schenne...@chromium.org These instructions for Chromium may also be relevant, as it uses the same dependencies system. I have not personally verified. |
Issue #38 has been merged into this issue. |
This comment was originally written by drfibonacci@google.com Set owner to @sgjesse. |
This comment was originally written by johnle...@google.com Removed Area-Compiler label. |
Set owner to @iposva-google. |
This issue was originally filed by andrew.penne...@gmail.com
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expected Dart to build successfully. Instead, I get a generic error:
=== BUILD NATIVE TARGET libdart_vm OF PROJECT dart-runtime WITH CONFIGURATION Debug_ia32 ===
** BUILD FAILED **
What version of the product are you using? On what operating system?
Dart SVN
Mac OS X 10.7.1 Lion
gcc 4.2.1
Xcode 4.1
Please provide any additional information below.
$ cd runtime/
$ ../tools/build.py
xcodebuild -project dart-runtime.xcodeproj -target All -parallelizeTargets -configuration Debug_ia32 SYMROOT=/Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild
Build settings from command line:
SYMROOT = /Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild
=== BUILD AGGREGATE TARGET generate_corelib_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Debug_ia32 ===
Check dependencies
PhaseScriptExecution "Action "generate_corelib_cc"" xcodebuild/dart-runtime.build/Debug_ia32/generate_corelib_cc_file.build/Script-61B70A4850462E150C53D7EB.sh
cd /Users/andrew/Desktop/src/dart/dart/runtime
/bin/sh -c /Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild/dart-runtime.build/Debug_ia32/generate_corelib_cc_file.build/Script-61B70A4850462E150C53D7EB.sh
note: Generating /Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild/DerivedSources/Debug_ia32/corelib_gen.cc file.
=== BUILD AGGREGATE TARGET generate_corelib_impl_cc_file OF PROJECT dart-runtime WITH CONFIGURATION Debug_ia32 ===
PhaseScriptExecution "Action "generate_corelib_impl_cc"" xcodebuild/dart-runtime.build/Debug_ia32/generate_corelib_impl_cc_file.build/Script-0F71A7DFBA54688A93AB479D.sh
cd /Users/andrew/Desktop/src/dart/dart/runtime
/bin/sh -c /Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild/dart-runtime.build/Debug_ia32/generate_corelib_impl_cc_file.build/Script-0F71A7DFBA54688A93AB479D.sh
note: Generating /Users/andrew/Desktop/src/dart/dart/runtime/xcodebuild/DerivedSources/Debug_ia32/corelib_impl_gen.cc file.
=== BUILD NATIVE TARGET libdart_vm OF PROJECT dart-runtime WITH CONFIGURATION Debug_ia32 ===
** BUILD FAILED **
BUILD FAILED
The text was updated successfully, but these errors were encountered: