-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Doesn't compile with GCC (MinGW 4.8.1) #12
Comments
Thank you for triing out QSqlMigrator. in qlist.h (Qt 5.3.0 line 370):
For some compilers in debug mode !defined(OPTIMIZE) the copy operator may be used. The Column type is complex therefore this path is not used. But as everything is in one method, divided only by if-else-statements. The code does not compile. For a solution:
|
Thanks for the quick response! I will try the optimization switch, is it turning optimization on or off? Are you aware of the compile errors of the master branch? |
You should turn optimization on, to avoid the QList-Bug. If you use the provide .pro files, you can simply use the Release mode. No. The master Branch/Release 1.5 compiles without any errors. See Travis-Build. If you still have issues with that, feel free to open a new bug issue and I will see what I can do. |
I tried to compile master with various errors and then tried the released version 1.0, with the following error.
The class column contains a private const member variable:
which result in the following error:
The text was updated successfully, but these errors were encountered: