Re: [Development] Can't build docs anymore!

2012-04-16 Thread Loaden
Still not work after applied this patch. echo "MODULE_BUILD_DIR=D:\qpSOFT\Projects\Qt5\qtdoc" > > D:\qpSOFT\Projects\Qt5\qtdoc\qtdoc.pri > cd doc\ && D:\qpSOFT\DEVx86\bin\nmake.exe -f Makefile qch_docs > (set QT_ACTIVEQT_SOURCES=D:\qpSOFT\Projects\Qt5\qtactiveqt\src\activeqt > NMAKE : fatal erro

Re: [Development] Can't build docs anymore!

2012-04-16 Thread Rohan McGovern
Loaden said: > I don't think this is a good idea, realy. > We should find out a better way. > Yes, that was only a workaround. qtdoc/doc/doc.pri should be modified to avoid building such a huge command. As far as I know, it is valid to set an environment variable in one make command and make us

Re: [Development] Can't build docs anymore!

2012-04-16 Thread Loaden
I don't think this is a good idea, realy. We should find out a better way. 2012/4/17 Rohan McGovern > Loaden said: > > NMAKE : fatal error U1095: expanded command line ... too long > > Any comments? > > You could possibly work around this by putting your sources in a shorter > path, e.g. D:\Qt5

Re: [Development] Can't build docs anymore!

2012-04-16 Thread Rohan McGovern
Loaden said: > NMAKE : fatal error U1095: expanded command line ... too long > Any comments? You could possibly work around this by putting your sources in a shorter path, e.g. D:\Qt5. ___ Development mailing list Development@qt-project.org http://lists

[Development] Can't build docs anymore!

2012-04-16 Thread Loaden
NMAKE : fatal error U1095: expanded command line ... too long Any comments? > Microsoft (R) Program Maintenance Utility Version 10.00.40219.01 > Copyright (C) Microsoft Corporation. All rights reserved. > echo "MODULE_BUILD_DIR=D:\qpSOFT\Projects\Qt5\qtdoc" > > D:\qpSOFT\Projects\Qt5\qtdoc\qtdo