-
Notifications
You must be signed in to change notification settings - Fork 510
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
Column.cpp.obj #12
Comments
Ok, problem is that I don't use Mingw under Windows.
|
Where should I modify? I tryed to remove -rdynamic but I got errors to the same file but reffering to #include <sqlite3.h>. |
Managed to create .a file, but from what I know I need .dll for Windows. I will come back with more information about my progress. |
Yes, I am sorry, I know nothing about this tool chain and lack the time to But I will take into account your needs and merge the fixes needed!
|
I resolved the problem... Well, was pretty hard to resolve but in a final I resolved the problem... If you want I can fork and send the cmake files( in 2-3 days because now that I resolved the problem need to finish the project), but I want to say that I created shared libraries, so would be nice if you can add an option in cmake for creating shared libraries, especially for users of MinGW. |
Switched to Windows to compile the app for Windows but I have some errors:
The text was updated successfully, but these errors were encountered: