Matt

Results 7 comments of Matt

I fixed this problem by tweaking the Makefile and pointing it to `/usr/include/wine/wine/windows`. I also had to apt install `libwine-dev` and `libjack-dev` for it to compile.

@SamuelAbade Here's a diff of my Makefile: ```diff diff --git a/Makefile b/Makefile index f79cf9c..4772356 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ EXES = CEXTRA = -g -O2 -D__WINESRC__...

On my system (Ubuntu), it came with the package `libwine-dev`. You can search for which installed package contains a certain path with the following command: `dpkg -S /usr/include/wine` If you...

@PatMyron I'm not sure what's happening there and I can't reproduce with the test script. Perhaps you could provide a small test script that reproduces this error.

What is the issue here? Do you mean that you can't remove a file from the cache?

I haven't used these tools in a long time but I'll add this as an enhancement.

I'm having the same issue. My hunch is that the parser does not accept more than one annotation (the curly braces). So when exporting from Lichess with evaluations and time...