[Development] buildsystem branch: broke cross build for Windows

Loaden loaden at gmail.com
Fri Jun 15 09:36:07 CEST 2012


That's the problem.
Sorry, I forgot upload the attachment.
Same build script, works well for master branch.
So, This is only buildsystem issue.


> #!/bin/bash
> rm -rf bin
> mkdir bin
> ln -s /usr/bin/i686-w64-mingw32-gcc ./bin/i686-pc-mingw32-gcc
> ln -s /usr/bin/i686-w64-mingw32-g++ ./bin/i686-pc-mingw32-g++
> ln -s /usr/bin/i686-w64-mingw32-ar ./bin/i686-pc-mingw32-ar
> ln -s /usr/bin/i686-w64-mingw32-strip ./bin/i686-pc-mingw32-strip
> ln -s /usr/bin/i686-w64-mingw32-windres ./bin/i686-pc-mingw32-windres
> ln -s /usr/bin/i686-w64-mingw32-pkg-config ./bin/i686-pc-mingw32-pkg-config
> export LANG=C
> unset QTDIR
> export PATH="$PWD/qtbase/bin:$PWD/bin:$PATH"
> ../Qt5/configure -prefix $PWD/qtbase -xplatform
> unsupported/win32-g++-cross -opensource -confirm-license -release -fast
> -force-pkg-config -nomake examples >>config.log 2>&1
> read -n1 -p "Press any key to continue..."
>

2012/6/15 Thiago Macieira <thiago.macieira at intel.com>

> Are you sure you ran the right qmake? That the mkspec setting was correct?
> Note this in your output:
>
> > -I/home/loaden/qpSOFT/Projects/Qt5/qtbase/mkspecs/linux-g++-64
>
>


-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120615/725640a8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BuildQt5-w32.tar.gz
Type: application/x-gzip
Size: 17058 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120615/725640a8/attachment.bin>


More information about the Development mailing list