[cfe-dev] Errors compiling trunk on Windows
Óscar Fuentes
ofv at wanadoo.es
Mon Mar 7 12:48:12 PST 2011
Nikola Smiljanic <popizdeh at gmail.com>
writes:
> Hello everyone, I'm trying to compile current trunk r127170 but getting some
> errors:
>
> \llvm\tools\clang\include\clang/Basic/DiagnosticIDs.h(46): fatal error
> C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No
> such file or directory
> \llvm\tools\clang\include\clang/Driver/CC1Options.h(22): fatal error C1083:
> Cannot open include file: 'clang/Driver/CC1Options.inc': No such file or
> directory
> \llvm\tools\clang\include\clang/Basic/DiagnosticIDs.h(46): fatal error
> C1083: Cannot open include file: 'clang/Basic/DiagnosticCommonKinds.inc': No
> such file or directory
>
> These inc files are nowhere to be found, am I doing something wrong?
> Everything used to work before I update few days ago.
The build generates those files for me with MSBuild.exe, but finally
fails with
cl : Command line error D8030: INTERNAL COMPILER ERROR in '???????A?(???????????
????p????????????????' [D:\dev\llvm\ide-project\tools\clang\lib\Rewrite\clangRew
rite.vcxproj]
Please choose the Technical Support command on the Visual C++
I have no time right now for building with NMake.
Try cleaning the solution and rebuilding or, even better, regenerate the
projects from scratch with cmake. If the problem persists, create a bug
report and describe your environment (versions, number of processors)
and the command you execute (cmake, etc).
More information about the cfe-dev
mailing list