----- Mensaje original -----
that is, while there is mingw32-portablexdr in the fedora-cross
repo,
there is no mingw64-portablexdr, which chokes up configure. What
configure arguments are you using?
Sorry, I thought the repo was updated more regularly, I know it has been fixed only a few
hours ago in the SVN, so it may take some time to sync. In the mean time, you can compile
the rpm from:
http://svn.openftd.org/svn/fedora_cross/mingw-portablexdr/
For the records, I use:
export
PKG_CONFIG_PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig/:/usr/share/pkgconfig/
./configure --host=x86_64-w64-mingw32 --build=x86_64-unknown-linux-gnu
--target=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32/sys-root/mingw
--exec-prefix=/usr/x86_64-w64-mingw32/sys-root/mingw
--bindir=/usr/x86_64-w64-mingw32/sys-root/mingw/bin
--sbindir=/usr/x86_64-w64-mingw32/sys-root/mingw/sbin
--sysconfdir=/usr/x86_64-w64-mingw32/sys-root/mingw/etc
--datadir=/usr/x86_64-w64-mingw32/sys-root/mingw/share
--includedir=/usr/x86_64-w64-mingw32/sys-root/mingw/include
--libdir=/usr/x86_64-w64-mingw32/sys-root/mingw/lib
--libexecdir=/usr/x86_64-w64-mingw32/sys-root/mingw/libexec
--localstatedir=/usr/x86_64-w64-mingw32/sys-root/mingw/var
--sharedstatedir=/usr/x86_64-w64-mingw32/sys-root/mingw/com
--mandir=/usr/x86_64-w64-mingw32/sys-root/mingw/share/man
--infodir=/usr/x86_64-w64-mingw32/sys-root/mingw/share/info --without-xen --without-qemu
--without-openvz --without-lxc --without-vbox --without-xenapi --without-sasl
--without-avahi --without-polkit --without-python --without-libvirtd --without-uml
--without-phyp --without-hyperv --without-vmware --without-netcf --without-audit
--without-dtrace --enable-static
Which is what is used by the mingw-libvirt package.