wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
220 stars 20 forks source link

src/Window.cpp:40:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory #84

Closed unfa closed 6 years ago

unfa commented 6 years ago

I've tried to build Wolf Shaper on a different Linux Mint 18.3 system and I got this:

src/Window.cpp:40:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory

I thought I might be missing some dependencies, but I can't find anything.

pdesaulniers commented 6 years ago

Ah, right. You're missing libxcursor-dev :) I'll remove that dependency soon. I think it's useless in most cases anyway.

On a related note, does the mouse cursor change when you hover a graph node? It should show a hand icon or something like that.

unfa commented 6 years ago

Ok, installing libxcursor-dev seems to help. Though I've stumbled upon another problem.