Nick Partridge
Results
3
comments of
Nick Partridge
This sounds awesome. Is the work described here still applicable?
Another data point, for me `LIBRARY_PATH` wasn't enough. This worked for me: `LIBRARY_PATH=/opt/X11/lib:$LIBRARY_PATH CPPFLAGS="-I/opt/X11/include" LDFLAGS="-L/opt/X11/lib" cabal install X11`
I've been seeing this error about 9 times out of every 10 saves when using VSCode and the remote extensions (the remote end is an Ubuntu 19.04 box). Adding `sleep...