src/dummy.h:28:29: fatal error: pgmodelerplugin.h: No such file or directory #19
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pgmodeler/plugins#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug description
I get the error message below when comping pgModeler. I have compiled earlier versions without problems, eg 0.9.3.
Reproduce
Error message
Info about your desktop
Use the plugin's code from branch
develop, please.Thank you very much, that solved it!
For else with the same problem just go into the plugins directory and type
git checkout develop.Hi, I am having a similar error trying to make with both main and develop branches (as of 25 Apr 2023):
In file included from src/sampleplugin.cpp:19:
src/sampleplugin.h:28:10: fatal error: pgmodelerplugin.h: No such file or directory
28 | #include "pgmodelerplugin.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
Anyone can help please?