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

Reply via email to