[Github-comments] Re: [geany/geany] Mingw-w64 CI fails (Issue #3461)

2023-05-06 Thread Enrico Tröger via Github-comments
Closed #3461 as completed via #3465. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3461#event-9182702272 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Mingw-w64 CI fails (Issue #3461)

2023-04-17 Thread Ralph Engels via Github-comments
looks like something causes libtool to bugger out, try adding lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'} to /etc/config.site or export lt_cv_deplibs_check_method='pass_all' to the PKGBUILD build section. -- Reply to this email directly or view it on GitHub: https://gith

[Github-comments] Re: [geany/geany] Mingw-w64 CI fails (Issue #3461)

2023-04-17 Thread Enrico Tröger via Github-comments
See https://github.com/msys2/MINGW-packages/issues/16836 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3461#issuecomment-1512130925 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Mingw-w64 CI fails (Issue #3461)

2023-04-16 Thread Enrico Tröger via Github-comments
Not yet. I debugged it a bit and noticed that some change in MSYS2 in the last few weeks causes that no shared libraries (in this case .dlls) are built anymore. Still the `make` succeeds without error. I'm not sure what's going on. https://github.com/geany/geany/pull/3432 was also my first gues