garphicalquerybuilder compile fails on Windows (MSYS2 MINGW64) #27
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#27
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 pgModeler 1.1.0-alpha1 with the graphicalquerybuilder plugin on Windows using MSYS2 MINGW64. Without the plugin, I can compile it with no issues based on the instructions on the website. However, when I add the plugin and try to compile (running
make) I get the following error:I tried to run the compile with and without the SQL-join solver (after following the instructions on the page) and go the same result). I'm using the default
developbranch for the plugins.This plugin is deactivated, it needs to be ported to Qt 6.
Ah !
Hi @Maxzor !
I was able to adjust the code and build GQB on pgModeler 1.1.0-beta1. Unfortunately, the path solver is not building... The compiler can't find the boost headers even with them installed. Could you please take a look when you have spare time?
Hi @rkhaotix,
Would this plugin be part of the 1.1.0 release?
While trying to compile i get the following error
src/graphicalquerybuilder.h:62:36: error: 'ActionId' has not been declared
62 | QAction *getAction(ActionId act_id) const override;
What I'm missing ?