Changes between Initial Version and Version 1 of Ticket #2804


Ignore:
Timestamp:
Sep 17, 2014, 3:53:45 PM (10 years ago)
Author:
Guido Falsi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2804 – Description

    initial v1  
    77As you may know FreeBSD switched to clang as it's default compiler recently. Also the boost libraries are now being compiled using clang on all supported FreeBSD releases and being linked to libc++, not libstdc++ from gcc.
    88
    9 This means that to get a working 0ad I need to compile it with clang annd against libc++ too. I made a few patches which make it compile, but I'm not able to solve the error in the ataches file. Anyone can help? Any patches welcome to make it compile on FreeBSD, I can use those as local patches while a permanent solution is found.
     9This means that to get a working 0ad I need to compile it with clang and link against libc++. I made a few patches to try to make it compile, but I'm not able to solve the error in the attached file. Anyone can help? Any patches welcome to make it compile on FreeBSD, I can use those as local patches while a permanent solution is found.
    1010
    1111Full log of the failed build is available here (it's big...):