[Github-comments] [geany/geany-plugins] workbench: support live update. Closes #659. (#695)

Frank Lanitz notifications at xxxxx
Mon Feb 26 20:47:19 UTC 2018


During running make check I'm getting:
```
.libs/workbench_la-wb_project.o: In function `wb_project_dir_remove_file':
/home/frlan/quellen/geany-plugins/workbench/src/wb_project.c:701: undefined reference to `gp_filelist_filepath_matches_patterns'
.libs/workbench_la-wb_project.o: In function `wb_project_dir_add_file_int':
/home/frlan/quellen/geany-plugins/workbench/src/wb_project.c:584: undefined reference to `gp_filelist_filepath_matches_patterns'
```

Also a file is missing inside POTFILES.in

```
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d88d8a5d..3609b322 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -320,6 +320,7 @@ workbench/src/popup_menu.c
 workbench/src/sidebar.c
 workbench/src/utils.c
 workbench/src/wb_globals.c
+workbench/src/wb_monitor.c
 workbench/src/wb_project.c
 workbench/src/workbench.c

```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/695#issuecomment-368644514
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180226/fc0ac8fe/attachment-0001.html>


More information about the Github-comments mailing list