Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 22:45:15 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Cc:        jbeich@freebsd.org
Subject:   Codeblocks no longer compiles on -current
Message-ID:  <ac21120c-c9b6-f5cb-2af3-265fe8a3af60@protected-networks.net>

next in thread | raw e-mail | index | archive | help
Errors all seem to be similar, of the form ..

-- sqbaselib.lo ---
depbase=`echo sqbaselib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh 
../../../../libtool  --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H 
-I. -I../../../../src/include 
-I../../../../src/include/scripting/include 
-I../../../../src/include/scripting/squirrel -isystem /usr/local/include 
-ansi -DTIXML_USE_STL   -O2 -ffast-math -DCB_AUTOCONF -O2 -pipe 
-march=core2  -fstack-protector -isystem /usr/local/include 
-fno-strict-aliasing  -Wno-undefined-bool-conversion -isystem 
/usr/local/include -std=c++11  -fPIC -DPIC -fexceptions -MT sqbaselib.lo 
-MD -MP -MF $depbase.Tpo -c -o sqbaselib.lo sqbaselib.cpp && mv -f 
$depbase.Tpo $depbase.Plo
--- sqvm.lo ---
In file included from sqvm.cpp:5:
In file included from /usr/include/c++/v1/math.h:310:
/usr/include/c++/v1/limits:148:85: error: expected expression
     _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() 
_NOEXCEPT {return type();}
 
             ^
../../../../src/include/scripting/squirrel/sqobject.h:99:24: note: 
expanded from macro 'type'
#define type(obj) ((obj)._type)
                        ^
In file included from sqvm.cpp:5:
In file included from /usr/include/c++/v1/math.h:310:
/usr/include/c++/v1/limits:148:61: error: no return statement in 
constexpr function
     _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() 
_NOEXCEPT {return type();}
                                                             ^
/usr/include/c++/v1/limits:149:85: error: expected expression
     _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() 
_NOEXCEPT {return type();}
 
             ^
../../../../src/include/scripting/squirrel/sqobject.h:99:24: note: 
expanded from macro 'type'
#define type(obj) ((obj)._type)
                        ^
In file included from sqvm.cpp:5:
In file included from /usr/include/c++/v1/math.h:310:
/usr/include/c++/v1/limits:149:61: error: no return statement in 
constexpr function
     _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type max() 
_NOEXCEPT {return type();}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ac21120c-c9b6-f5cb-2af3-265fe8a3af60>