You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies; we split out xdiff from git / libgit2 so that people could (in theory) package it separately. It was motivated by libgit2/libgit2#6660 and some other libgit2 issues and PRs. But you may be the first person to actually use it!
It looks like we missed some changes to keep it isolated. I think that your change is correct.
I have an R package bundling the lib at https://github.com/JanMarvin/libxdiffR with a similar change (and others depending on the availability of regex functions). Thanks for unbundling!
(referenced from xdiffi.c)
This fixes the problem, but to be honest I am not sure why, it should have picked up inlined from the header
xdl_regexec_buf
🤔When not linking but simply building xdiff, this error does not happen, but I can see that it is an undefined symbol (using
nm
):The text was updated successfully, but these errors were encountered: