Unable to compile with Frog from SDK #2286
Labels
closed-duplicate
Closed in favor of an existing report
P1
A high priority bug; for example, a single project is unusable or has many test failures
Just did a fresh update from source control, tried to use frog from SDK directory. Here's the error:
~/Code/dart-rosetta-stone/static/assets (xml)> frogc synonyms.dart
Unable to open file: /Users/sethladd/Code/Dart-git/dart/xcodebuild/Release_ia32/dart-sdk/lib/utils/compiler/source_file.dart'file:///Users/sethladd/Code/Dart-git/dart/xcodebuild/Release_ia32/dart-sdk/lib/frog/leg/frog_leg.dart': Error: line 8 pos 1: library handler failed
import('../../utils/compiler/source_file.dart');
^
'file:///Users/sethladd/Code/Dart-git/dart/xcodebuild/Release_ia32/dart-sdk/bin/frogc.dart': Error: line 6 pos 1: library handler failed
import('../lib/frog/leg/frog_leg.dart', prefix: 'leg');
^
The text was updated successfully, but these errors were encountered: