Open dimassalim opened 1 week ago
Hello. Had the same problem here.
Open src/fontinstaller.c
and change CURLOPT_PROGRESSFUNCTION
to CURLOPT_XFERINFOFUNCTION
Then make install
Edit:
Also need to change all variables types from double
to curl_off_t
on line 135
because of new function. Or it will draw infinite progress bar on installing fonts.
@dimassalim
I'm not sure if I'm missing dependency (again) or something is actually deprecated and the code need to be updated, but I hope below helps:
Regarding dependency, does clang required for this to work? Before installing clang, make would hit me with
[makefile:10: default] error 127
and[makefile:18: install] error 2
Thanks :)