Le 30/01/2016 09:55, pdv a écrit :
Hi,

Build under OS X fails with:

   CXX      userinfo.o
   CXX      unicode.o
   OBJC     AppleSpeller.o
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'

What version of Mac OS X is that? I had to add -std=c++11 to CPPFLAGS because the clang preprocessor needs it to select the proper libc++ stuff. Without it some autoconf tests would fail.

I moved the '-std=c++11' from the CPPFLAGS to the CXXFLAGS and defined
OBJCFLAGS.

Well, it is where it used to be before  commit 39717adf %-|

JMarc

Reply via email to