Error compiling 0.9.4 on Linux #20
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#20
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?
I'm trying to compile the v0.9.4 with GQB included. I have tried all combinations of main/develop branches for pgModeler and plugins, but get the same result all the time:
Is there any way to go around the errors above?
Well, GQB plugin is currently deactivated in the pgModeler compilation process. @Maxzor is taking care of fixing things to get it back to normal regarding compilation.
Anyway, specifically about this error, try to replace the include statement
#include "pgmodelerns.h"by#include "coreutilsns.h". This file was renamed during the development of 0.9.4.Thanks @rkhaotix . Should I use the same
includereplacement for#include "baseobjectwidget.h"as well?@illuminated this is fixed, Raphael made quite some changes for 0.9.4 explained in the blog post, including moving the widgets in sub directories.
Sorry for the time I took to fix.