mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] problems compiling qtbase with mxe


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] problems compiling qtbase with mxe
Date: Sat, 8 Sep 2018 19:07:08 +1000

hagen wegner <address@hidden> wrote:

> ...
> 
> Failed to build package expat for target i686-w64-mingw32.static!
> ------------------------------------------------------------
>  configure to command docbook2x-man of docbook2X.
>  Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
>  You can also configure using --without-docbook if you can do without a man
>  page for xmlwf.


docs should generally be disabled, `--without-docbook` added in:
https://github.com/mxe/mxe/commit/842827a489087b77f51554655c0d4f48ddebd5a5


> And why is it building mingw32?   I am looking for a 64-bit version of gcc 
> and qt.

By default, it will build 32-bit static. Use:

    make MXE_TARGETS=x86_64-w64-mingw32.static 

or set the targets in `settings.mk`

Cheers,

Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]