[Github-comments] [geany-plugins] ./waf updatepo doesn't work (#293)

Peter C. S. Scholtens notifications at xxxxx
Wed Nov 4 22:29:28 UTC 2015


For some reason the ./waf updatepo script doesn't work. It complains output missing a file. The reason seems to be that (recently?) the files in multiterm are changed from .c to .vala. Simply faking the system by setting a symbolic link for each .c file in this ./multiterm/src directory let the waf script run correctly, like:

ln -s ./multiterm/src/config.vala ./multiterm/src/config.c

But that's a workaround, not a permanent solution, I think.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/293
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151104/88887b2a/attachment.html>


More information about the Github-comments mailing list