Alexpux / Qt-builds

Scripts for building Qt-5.x
48 stars 16 forks source link

[Bug] --install-top Options. #2

Closed jgh0721 closed 11 years ago

jgh0721 commented 11 years ago

--install-top=D:/Qt ==> unpack, build failed

but

--install-top=/d/Qt ==> unpack, build success

Alexpux commented 11 years ago

Try fixed scripts from master branch

jgh0721 commented 11 years ago

i try below command line : ./buildall x32 --install-top=D:/Qt --qt-version=5.0.1

error message mingw32 download unpack move -> success mingw64 download unpack move -> success preparing done mkdir: missing operand Try 'mkdir --help' for more information. Incorrect directory.

Is this right situation which you are intend to?

ps. --install-top=/d/Qt , also doesn't work.

Alexpux commented 11 years ago

Fixed in master and develop