Advertisement
Guest User

Untitled

a guest
May 1st, 2010
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Compiling file LKCompiler+JTL.mm ...
  2. clang: /home/duncan/llvm-2.7/pre-release2/llvm-2.7/tools/clang/lib/AST/DeclBase.cpp:730: void clang::DeclContext::addHiddenDecl(clang::Decl*): Assertion `D->getLexicalDeclContext() == this && "Decl inserted into wrong lexical context"' failed.
  3. 0 clang 0x091ea138
  4. Stack dump:
  5. 0. Program arguments: /home/qmathe/clang-2.7/bin/clang -cc1 -triple i386-pc-linux-gnu -S -disable-free -main-file-name LKCompiler+JTL.mm -pic-level 2 -mdisable-fp-elim -mconstructor-aliases -target-cpu pentium4 -g -resource-dir /home/qmathe/clang-2.7/lib/clang/1.1 -DGNU_RUNTIME_VERSION=2 -D_GNU_SOURCE -DGNU_RUNTIME_VERSION=2 -D_GNU_SOURCE -DGNU_RUNTIME_VERSION=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DDEBUG -DGSWARN -DGSDIAGNOSE -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -I/home/qmathe/reps/llvm/include -I/home/qmathe/reps/llvm/include -I/home/qmathe/reps/trunkEtoile-objc1/Build -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen/Headers -I/usr/lib/gcc/i486-linux-gnu/4.3.3/include -I/home/qmathe/reps/trunkEtoile-objc1/Build -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen/Headers -I/usr/lib/gcc/i486-linux-gnu/4.3.3/include -I/home/qmathe/reps/trunkEtoile-objc1/Build -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen -I/home/qmathe/reps/trunkEtoile-objc1/Languages/LanguageKit/CodeGen/Headers -I/usr/lib/gcc/i486-linux-gnu/4.3.3/include -I./derived_src -I. -I/home/qmathe/GNUstep/Library/Headers -I/Local/Library/Headers -I/System/Library/Headers -Wall -Wno-import -Woverloaded-virtual -Wcast-qual -fconstant-string-class NSConstantString -fmessage-length 118 -fno-rtti -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-BRXVmm.s -x objective-c++ LKCompiler+JTL.mm
  6. 1. /System/Library/Headers/Foundation/NSObject.h:164:1: current parser token '{'
  7. clang: error: compiler command failed due to signal 6 (use -v to see invocation)
  8. make[2]: *** [obj/LanguageKitCodeGen.obj/LKCompiler+JTL.mm.o] Error 250
  9. make[1]: *** [internal-framework-run-compile-submake] Error 2
  10. make: *** [LanguageKitCodeGen.all.framework.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement