[LLVMbugs] [Bug 8237] New: Clang crashes when attempting to compile MAME

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 26 23:10:28 PDT 2010


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

           Summary: Clang crashes when attempting to compile MAME
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: d235j.1 at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


I'm attempting to compile MAME from MESS trunk. To compile it, first check it
out from MESS SVN:
svn checkout svn://messdev.fdns.net/mess/
Apply the attached build patch.
Edit the makefile to define NOWERROR = 1 and to use clang and clang++ instead
of gcc and g++.


Run the following command:

make TARGET=mame OSD=sdl PTR64=1 all

The error info is attached in error_log. There are a few warnings. Don't worry
about these.

This is on a Mac OS X 64-bit machine, running OS X 10.6.4, llvm r114809, and
clang r114793.

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