clang++'s (c++17) support

2019-07-24 Thread Eric A. Borisch
Good afternoon, clang++ 8 has (and has since 5, with small changes) c++17 support for , but it relies on libc++fs, which neither the current clang-8.0 port (LIBCXX_INSTALL_LIBRARY=off) nor libcxx provide (even on old systems that utilize it). Starting with 9, this will become part of libc++ if I'm

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Eric A. Borisch
Try running the actual server command to see what is happening; likely there is an error that is preventing startup: sudo -u _mysql /opt/local/lib/mysql57/bin/mysqld - Eric

Re: MacPorts 2.5.0 has been released

2018-05-31 Thread Eric A. Borisch
Note there is a regression for users with non-standard installations and the new HFS compression option: https://trac.macports.org/ticket/56563 This only impacts users whose installation is not owned by root. If you have to type 'sudo' before 'port [command]', you can ignore this message. The wor

Re: python development environment on a mac

2017-03-15 Thread Eric A. Borisch
On Wed, Mar 15, 2017 at 8:39 AM, Alexander Garcia Castro < alexgarc...@gmail.com> wrote: > this may be unrelated but do anyone knows how can I change the python > version in spyder? I have some scripts that work with python 2 and others > with python 3. > You _can_ set it in Preferences: Python i

Re: python development environment on a mac

2017-03-14 Thread Eric A. Borisch
You might also look at pyNN-spyder-devel (NN=27, 33, etc) -- it can be very nice for someone getting started. (I intend to update the -spyder port to match what is currently -spyder-devel, but haven't for lack of time...) - Eric On Tue, Mar 14, 2017 at 11:54 AM, Joshua Root wrote: > $ which v

MacVim build hangs on ibtool

2016-11-22 Thread Eric A. Borisch
Trying to upgrade MacVim on my 10.10.5 box hangs on this command: system -W /MacVim/work/macvim-114: ibtool --compile src/MacVim/English.lproj/Preferences.nib/keyedobjects.nib src/MacVim/English.lproj/Preferences.nib Any suggestions? Thanks, - Eric