Hi,

i've got a problem with building qt for wince with a custom sdk.
i followed the instructions from the qt doc for custom sdks. configuring works fine and also the include, lib and path environment are set correctly.
but when i call nmake it always stops with errors:

global\qglobal.cpp(2512) : error C3861: 'getenv_s': identifier not found
global\qglobal.cpp(2516) : error C3861: 'getenv_s': identifier not found
global\qglobal.cpp(2543) : error C3861: '_putenv_s': identifier not found
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\cd\bin\x86_arm\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\cd\bin\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

does anyone know this problem?

Thanks
jetos