Alexander Neumann
Alexander Neumann
work vs broke. So configure is not using dumpbin ? ``` @@ -19109,9 +18738,11 @@ gmp_cv_option_alloca=alloca gmp_cv_prog_exeext_for_build=.exe gmp_cv_prog_m4=m4 lt_cv_ar_at_file=@ -lt_cv_deplibs_check_method=pass_all +lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' +lt_cv_file_magic_cmd=func_win32_libid +lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r -lt_cv_nm_interface='MS dumpbin'...
Configure: Broke: ``` else case e in #( e) lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext ``` Working: ``` else $as_nop lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;"...
Here is the diff [autoconf-diff.txt](https://github.com/microsoft/vcpkg/files/14237525/autoconf-diff.txt) There are changes like: ``` -[m4_append_uniq([_AS_CLEANUP], [AS_REQUIRE([_AS_EMPTY_ELSE_PREPARE])])]dnl -[else $as_nop - $1 +[else case e in @%:@( + e) $1 ;; +esac ``` in there but...
> BTW upstream discourages running autoreconf > Do not use autoreconf; it will overwrite config.guess which in turn will cause any builds to be awful. They are just claiming that...
So I assume the MSYS update also broke `xcb-util-errors` but I already have a fix for that in the meson pr
A wait. You know what the problem in `xcb-util-errors` was? It is `$(AM_V_GEN)$(PYTHON) $(srcdir)/src/extensions.py [email protected] ${XCBPROTO_XCBINCLUDEDIR}/*.xml && \` where `*` got directly expanded into one of the filenames in that...
So strange observation: The tree which failed previously worked miraculously and was broken again by re-running the bootstrap script. Couldn't get it to work again. cc @BillyONeal Maybe relevant: https://stackoverflow.com/questions/11456403/stop-shell-wildcard-character-expansion
ok seems like I did a git pull in-between which of course breaks it. (I have too many vcpkg folders o.O)
ParaView and VTK are linked so the VTK version is dependend on the VTK Version in ParaView. So you are basically waiting for the 5.12 release of ParaView (currently at...
> I'm confused by this statement. Isn't this change undoing what vcpkg_configure_make and vcpkg_configure_meson are trying to do? No the idea is that `/share/pkgconfig/` is independent on configuration. As such...