[LLVMbugs] Problems in Build

Bill Wendling isanbard at gmail.com
Tue Feb 27 13:36:07 PST 2007


Here's an error I saw with current TOT:

g++ -I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/obj-llvm/utils/TableGen
-I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen
-I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/obj-llvm/include
-I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/include
-I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/obj-llvm/include
-I/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/include
 -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O2  -D_DEBUG
-DLLVM_VERSION_INFO='" Apple Build #1033-01"' -Woverloaded-virtual
-Wall -W -Wwrite-strings -Wunused -Wno-unused-parameter
-fstrict-aliasing -arch ppc -arch i386 -arch ppc64 -arch x86_64 -c
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp
-o /Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/obj-llvm/utils/TableGen/Release/TableGen.o
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:23:32:
error: CallingConvEmitter.h: No such file or directory
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:23:32:
error: CallingConvEmitter.h: No such file or directory
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:23:32:
error: CallingConvEmitter.h: No such file or directory
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:23:32:
error: CallingConvEmitter.h: No such file or directory
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:
In function 'int main(int, char**)':
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:146:
error: 'CallingConvEmitter' was not declared in this scope
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:
In function 'int main(int, char**)':
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:146:
error: 'CallingConvEmitter' was not declared in this
scope/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:
In function 'int main(int, char**)':
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:146:
error: 'CallingConvEmitter' was not declared in this scope

/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:
In function 'int main(int, char**)':
/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/src/llvm/utils/TableGen/TableGen.cpp:146:
error: 'CallingConvEmitter' was not declared in this scope
lipo: can't figure out the architecture type of: /var/tmp//ccmc7QJ1.out
make[3]: *** [/Volumes/SandBox/Clean/llvm-1033-01.roots/llvm-1033-01~obj/obj-llvm/utils/TableGen/Release/TableGen.o]
Error 1
make[2]: *** [TableGen/.makeall] Error 2
make[1]: *** [all] Error 1


-bw



More information about the llvm-bugs mailing list