Changes between Version 1 and Version 2 of Ticket #40893, comment 21


Ignore:
Timestamp:
Nov 2, 2013, 9:51:09 PM (10 years ago)
Author:
neurodroid (Christoph Schmidt-Hieber)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40893, comment 21

    v1 v2  
    1 I've submitted a [https://code.google.com/p/encfs/issues/detail?id=185 patch against the 1.7.x branch] to fix the shared_ptr bug when the default compiler (clang 5) is used. Hopefully this will make it into encfs 1.7.5.
    2 Note that this does not yet fix the missing header (endian.h) bug. A workaround at this time is to do {{{sudo ln -s /usr/include/machine/endian.h /usr/include/sys/endian.h}}}
     1I've submitted a [https://code.google.com/p/encfs/issues/detail?id=185 patch against the 1.7.x branch] to fix the shared_ptr and the missing header (endian.h) bugs when the default compiler (clang 5) is used. Hopefully this will make it into encfs 1.7.5.