Closed patatahooligan closed 2 years ago
Maybe I'm missing some dependency but it won't compile.
cmatrix.c:837: undefined reference to waddnwstr
is the make error I'm currently seeing.
Running on Ubuntu 20.10
Upon a quick inspection, this seems to be mostly working for me. Really dig'n the new look!
I'm having the same issue as federicotorrielli, running Ubuntu 20.04.
cmatrix.c:837: undefined reference to waddnwstr
Interestingly enough, line 837 is addwstr(char_array);
and so I'm unsure why it thinks it is trying to call 'waddnwstr'
@patatahooligan can you please fix the conflicts so that the PR can be merged?
@abishekvashok can you please revisit this PR, since the conflict has been fixed?
Any updates on this? Seems good to merge...
EDIT: to clarify, this is concerning the
-c
option.Fix several issues that prevented it from working
Tested this on arch linux with
It would be great if others could try it out on different setups so we can see how it works.