sboli / twmn

A notification system for tiling window managers
GNU Lesser General Public License v3.0
526 stars 47 forks source link

Build fails (deprecated functions) #85

Closed SirWrexes closed 3 years ago

SirWrexes commented 5 years ago

Hey, I can't get the package to build, either from the AUR (using yay) or manually from here. I'm getting deprecated function warnings and they'retreated as errors -- which cause make to abort. Here's my build log.

Penguin-Guru commented 4 years ago

Your build log is somewhat different from mine, but I got around this by making with CXXFLAGS="-Wno-error=deprecated-declarations". Also needed -fPIC.