Hi all,
My system is: SunOS asuka 5.11 oi_151a4 i86pc i386 i86pc
This is an error I get when compiling Clang from SVN:
gmake[1]: Entering directory `/home/johann/build/llvm/tools/llvm-config'
llvm[1]: Compiling llvm-config.cpp for Debug+Asserts build
/opt/myrkraverk/src/llvm/tools/llvm-config/llvm-config.cpp:45:35: fatal
error: LibraryDependencies.inc: No such file or directory
compilation terminated.
rm:
/home/johann/build/llvm/tools/llvm-config/Debug+Asserts/llvm-config.d.tmp:
No such file or directory
I'm going by the directions here:
http://clang.llvm.org/get_started.html
Is there a step missing? Or did I somehow stumble upon a platform issue
that manifests in a missing file?