[LLVMbugs] [Bug 2152] New: g++ 4.3.0 report a compiling error

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 13 21:37:48 PDT 2008


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

           Summary: g++ 4.3.0 report a compiling error
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: compile-fail
          Severity: normal
          Priority: P2
         Component: System Library
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: yonggangluo at hotmail.com
                CC: llvmbugs at cs.uiuc.edu


The environment that i used is msys+mingw.
gcc compiler version is 4.3.0
binutils-2.18.50-20080109.tar.gz
mingw32-make-3.81-2.tar.gz
mingw-runtime-3.14.tar.gz
w32api-3.11.tar.gz
coreutils-5.97.tar.gz

$ make
make[1]: Entering directory `/d/llvm/lib/System'
llvm[1]: Compiling Alarm.cpp for Debug build 
llvm[1]: Compiling Disassembler.cpp for Debug build 
llvm[1]: Compiling DynamicLibrary.cpp for Debug build 
In file included from DynamicLibrary.cpp:35:
Win32/DynamicLibrary.inc: In constructor
'llvm::sys::DynamicLibrary::DynamicLibr                                        
                                    ary()':
Win32/DynamicLibrary.inc:80: error: class 'llvm::sys::DynamicLibrary' does not
h                                                                            
ave any field named 'handle'
Win32/DynamicLibrary.inc:81: error: 'handle' was not declared in this scope
Win32/DynamicLibrary.inc: In destructor
'llvm::sys::DynamicLibrary::~DynamicLibr                                       
                                     ary()':
Win32/DynamicLibrary.inc:86: error: 'handle' was not declared in this scope
Win32/DynamicLibrary.inc:91: error: 'handle' was not declared in this scope
Win32/DynamicLibrary.inc:93: error: 'handle' was not declared in this scope
Win32/DynamicLibrary.inc: At global scope:
Win32/DynamicLibrary.inc:179: error: no 'void*
llvm::sys::DynamicLibrary::GetAdd                                              
                              ressOfSymbol(const char*)' member function
declared in class 'llvm::sys::Dynamic                                          
                                  Library'
make[1]: *** [/d/llvm/lib/System/Debug/DynamicLibrary.o] Error 1
make[1]: Leaving directory `/d/llvm/lib/System'
make: *** [all] Error 1


-- 
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