Bo Peng wrote:
> Have you succeeded in building qt4.1.3 with vc2005 express plus SDK? I
> am wondering if I am using the correct SDK since I get:
>
>        cl -c -FIqmake_pch.h -Yuqmake_pch.h -Fptmp\qmake_pch.pch -nologo
...
> ..\src\corelib\io\qfsfileengine_win.cpp(843) : error C2065: 'PATH_MAX' :
>

PATH_MAX is here defined in SDK/inlude/crt/limits.h:

#define PATH_MAX            512

Maybe it is enough when you add it manually.

Peter

Reply via email to