[bugs:#1144] Template makefile not compiling on osx 10.9.3 / -ftree-vectorizer-verbose=2 error
Status: open
Group: v0.45
Created: Wed May 21, 2014 10:18 AM UTC by Nicolas Montgermont
Last Updated: Wed May 21, 2014 10:18 AM UTC
Owner: nobody
Hello,
svn pmpd was not compiling on osx mavericks 10.9.3, it raises the error:
clang: error: unknown argument: '-ftree-vectorizer-verbose=2' [-Wunused-command-line-argument-hard-error-in-future]
To make it compile, one just have to remove the parameter -ftree-vectorizer-verbose=2 on the line 106 of the makefile:
OPT_CFLAGS = -ftree-vectorize -fast
It uses the template makefile v 1.0.14 (last svn version) so the generic makefile should be updated as well.
Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.