• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 32 33 34 35 36 ... 117 Next »

Dolphin fails to compile with clang 3.7.0
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin fails to compile with clang 3.7.0
12-03-2015, 12:31 AM
#2
jcowgill
Unregistered
 
I think this is because clang does not handle the new abi_tag attributes used in the new libstdcxx++ ABI and by your system SFML

I think you'll need to do one of these to make it work:
  • Use Dolphin's static copy of SFML (remove SFML from your system or hack Dolphin's CMakeLists.txt).
  • Recompile your system SFML, and then dolphin while passing this flag to disable the new ABI: -D_GLIBCXX_USE_CXX11_ABI=0.
  • Recompile LLVM with the abi_tag fix.

Relevant LLVM bug:
http://llvm.org/bugs/show_bug.cgi?id=23529
http://reviews.llvm.org/D12834
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Dolphin fails to compile with clang 3.7.0 - Shished - 11-27-2015, 07:40 PM
RE: Dolphin fails to compile with clang 3.7.0 - jcowgill - 12-03-2015, 12:31 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode