[LLVMbugs] [Bug 8605] New: Unsupported EmitRawText called on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Nov 14 23:55:06 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=8605

           Summary: Unsupported EmitRawText called on Windows
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: davidagraf+clang at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Hello
I try to compile the open source project zorba (http://www.zorba-xquery.com/)
with clang on Windows. Unfortunately, I came across an internal clang error I
am not able to fix myself:

clang version 2.9 (trunk 119081)
Target: i686-pc-win32
Thread model: posix
 "C:/Users/sausalito/Desktop/zorba-devel/clang/build/bin/clang++.exe" -cc1
-triple i686-pc-win32 -em
it-obj -mrelax-all -disable-free -main-file-name errstrings.cpp
-mrelocation-model static -mdisable-
fp-elim -masm-verbose -mconstructor-aliases -v -g -resource-dir
C:/Users/sausalito/Desktop/zorba-dev
el/clang/build/bin/../lib/clang/2.9 -I
C:\Users\sausalito\Desktop\thirdparty\libxml2-2.7.7.win32\inc
lude -I C:\Users\sausalito\Desktop\thirdparty\curl\curl-7.21.1\include -I
C:\Users\sausalito\Desktop
\thirdparty\tidy-060405-dll\include -I
C:\Users\sausalito\Desktop\thirdparty\iconv-1.9.2.win32\inclu
de -I C:\Users\sausalito\Desktop\thirdparty\icu4c-4_4_1-src\icu\include -I
C:\Users\sausalito\Deskto
p\thirdparty\xerces-c-3.1.1\src -I
C:\Users\sausalito\Desktop\zorba-devel\build_clang\include -I C:\
Users\sausalito\Desktop\zorba-devel\trunk\include -I
C:\Users\sausalito\Desktop\zorba-devel\trunk\ex
ternal -ferror-limit 19 -fmessage-length 100 -fexceptions -fms-extensions
-fmsc-version=1300 -fgnu-r
untime -fdiagnostics-show-option -fcolor-diagnostics -o
CMakeFiles\json.dir\errstrings.obj -x c++ C:
\Users\sausalito\Desktop\zorba-devel\trunk\external\json\errstrings.cpp
clang -cc1 version 2.9 based upon llvm 2.9svn-r119080 hosted on i686-pc-win32
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\sausalito\Desktop\thirdparty\libxml2-2.7.7.win32\include
 C:\Users\sausalito\Desktop\thirdparty\curl\curl-7.21.1\include
 C:\Users\sausalito\Desktop\thirdparty\tidy-060405-dll\include
 C:\Users\sausalito\Desktop\thirdparty\iconv-1.9.2.win32\include
 C:\Users\sausalito\Desktop\thirdparty\icu4c-4_4_1-src\icu\include
 C:\Users\sausalito\Desktop\thirdparty\xerces-c-3.1.1\src
 C:\Users\sausalito\Desktop\zorba-devel\build_clang\include
 C:\Users\sausalito\Desktop\zorba-devel\trunk\include
 C:\Users\sausalito\Desktop\zorba-devel\trunk\external

C:/Users/sausalito/Desktop/zorba-devel/clang/build/bin/../lib/clang/2.9/include
 C:\Program Files\Microsoft Visual Studio 10.0\VC\include
 C:\Program Files\Microsoft SDKs\Windows\v7.0A\\include
End of search list.
EmitRawText called on an MCStreamer that doesn't support it,  something must
not be fully mc'ized
clang++: error: clang frontend command failed with exit code 3 (use -v to see
invocation)

Do you know that problem? Is it fixable? Or by-passable?

Regards
David

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list