-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
garphicalquerybuilder compile fails on Windows (MSYS2 MINGW64) #27
Comments
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 |
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
develop
branch for the plugins.The text was updated successfully, but these errors were encountered: