pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/chat/swift
On Sun, Jun 19, 2016 at 09:11:38PM +0200, Joerg Sonnenberger wrote:
> On Mon, Jun 06, 2016 at 11:17:11AM +0000, Thomas Klausner wrote:
> > Module Name: pkgsrc
> > Committed By: wiz
> > Date: Mon Jun 6 11:17:11 UTC 2016
> >
> > Modified Files:
> > pkgsrc/chat/swift: Makefile
> >
> > Log Message:
> > Force c++11. Use CXXFLAGS in build.
>
> This fails with clang because the lovely scons uses the same flags for
> testing C and C++ compiler. Naturally, clang objects to -std=c++11 when
> trying to compile a C file...
Feel free to back it out. It didn't fix my problem anyway, but I
thought it was a step in the right direction. It doesn't build with
latest boost because of:
In file included from /scratch/chat/swift/work/.buildlink/include/boost/optional/optional.hpp:35:0,
from /scratch/chat/swift/work/.buildlink/include/boost/optional.hpp:15,
from Swiften/Parser/AttributeMap.cpp:10:
/scratch/chat/swift/work/.buildlink/include/boost/type_traits/type_with_alignment.hpp:42:17: error: 'int128_type' in namespace 'boost' does not name a type
boost::int128_type i128;
^
Without the commit above, it fails even earlier for me.
Thomas
Home |
Main Index |
Thread Index |
Old Index