Re: Linking error trying to cross compile virt-viewer for windows using mingw32 on Fedora 20

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jun 21, 2014 at 08:36:45PM +0300, cyber python wrote:
> Hello everyone,
> 
> I am trying to build virt-viewer for MS Windows on Fedora 20.
> 
> I have installed:
> mingw32-* pkgconfig intltool icoutils dos2unix msitools gtk2-devel
> libxml2-devel
> (link to text file with full list of installed packages
> <https://dl.dropboxusercontent.com/u/599926/fedora_20_installed_packages.txt>
> )
> 
> I also have cloned the virt-viewer repository from:
> https://git.fedorahosted.org/git/virt-viewer.git to ~/projects/virt-viewer.
> 
> The current git commit id is  687b9e0bfa679b8ba7576025fbf34517b0d65e21.
> 
> Initially, I tried building virt-viewer with:
> ./autobuild.sh
> but this fails while executing ./configure (which is expected since I am
> missing the dependencies to build the Linux binaries).
> 
> Then, I tried to build with:
> 
> ./autogen.sh --help
> rm -rf build-mingw
> mkdir build-mingw
> cd build-mingw
> ../configure
> PKG_CONFIG_LIBDIR="/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig"
> PKG_CONFIG_PATH="$HOME/builder/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig"
> CC="i686-w64-mingw32-gcc" --build=$(uname -m)-w64-linux
> --host=i686-w64-mingw32
> --prefix="$HOME/builder/i686-w64-mingw32/sys-root/mingw" --with-gtk=2.0
> --without-gtk-vnc
> make

I've generally had success with mingw builds using
$ minw32-configure 
$ make

Can you paste the full build log if this fails ?

Christophe

Attachment: pgpLZ5rAv6UoK.pgp
Description: PGP signature

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list

[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux