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


Ignore:
Timestamp:
Nov 2, 2013, 9:13:23 PM (11 years ago)
Author:
neurodroid (Christoph Schmidt-Hieber)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40893, comment 21

    initial v1  
    1 I've submitted a [https://code.google.com/p/encfs/issues/detail?id=185 patch against the 1.7.x branch] to fix this bug when the default compiler (clang 5) is used. Hopefully this will make it into encfs 1.7.5.
     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 bug when the default compiler (clang 5) is used. Hopefully this will make it into encfs 1.7.5.
     2Note 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}}}