-
-
Notifications
You must be signed in to change notification settings - Fork 479
appveyor: package libpq 11 #1258
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
Conversation
|
Quick feedback: osm2pgsql.exe doesn't start up on Win10, the following dlls seem to be missing in the zip file, according to the Windows error popups I'm getting: gssapi64.dll |
|
Thanks @mmd-osm. That's what I was afraid of. Do you mind to do a couple of appveyor runs yourself and keep adding libraries in the |
|
Ok, let's see what happens in #1259 |
|
Next round, adding 3 more dlls... |
|
Adding another one... and we're good to go! |
|
Many thanks. I've cherry-picked the commits back to this PR and added a commit to disable 32bit builds. |
|
By the way, you can test those generated Windows binaries on Linux on your own using wine (windows emulator). Wine prints loads of detailed error messages in case DLL dependencies cannot be satisfied. |
|
Fair point. :) |
This only raises the version of libpq which osm2pgsql is linked against. Tests are still run against a Postgresql 9.6 installation. I was not able to get a later version running with Postgis.
@janhec Any chance that you could test that the new zip file works for you without deleting libpq.dll? A successfully compiled version can already be found in the appveyor runs of the branch.
Fixes #1199.