Search found 2 matches

by dukechem
07 Feb 2016, 02:30
Forum: General Discussion
Topic: Feature Req: osx ._* disable writing to non-hfs destination
Replies: 1
Views: 2379

Feature Req: osx ._* disable writing to non-hfs destination

Feature Request: For mac-os-x, add option to enable or disable writing of extra non-essential ._* files on non-hfs destination(s), with default being to disable ._* file creation.

Currently on Mac-os-x, when copying from hfs to non-hfs, such as to a FAT32 usb-stick, sometimes it looks like ...
by dukechem
07 Feb 2016, 01:43
Forum: Help
Topic: Cygwin build error
Replies: 1
Views: 1438

Re: Cygwin build error. OS-X (10.10) same err: CLOCK_MONOTONIC_RAW

Same error on mac-os-x 10.10 (with either /usr/bin/g++ (clang) or with /usr/local/bin/g++-5 provided by homebrew).

g++-5 -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN ...