arcan1s / netctl-gui

Qt4/Qt5 GUI and Plasmoid which interact with netctl
http://arcanis.name/projects/netctl-gui/
GNU General Public License v3.0
20 stars 2 forks source link

clang build fails #41

Closed arcan1s closed 9 years ago

arcan1s commented 9 years ago

As of 2015-04-15 and for a few weeks previously, this package fails to build with CXX=clang++. Works fine with g++ and "ccache g++". Errors are like this:

/tmp/yaourt-tmp-justin/aur-plasma5-applet-netctl-gui/src/netctl-gui/netctlgui/include/netctlgui/netctlinteract.h:290:36:
error: use of undeclared identifier 'nullptr'
    NetctlProfile *netctlProfile = nullptr;