fatal blunder c1083: can't open consolidate file: 'windows.h': scons
today quite initial c++ :p
i've downloaded visible c++ 2005 demonstrate book microsoft height sdk windows server 2003 sp1, since i wish hands open source .
so, after installing scons i went console attempted accumulate controlling scons, nonetheless i got error:
c:\oreyes\apps\enso\enso-read-only\src\platform\win32\include\winsdk.h(64) : lethal blunder c1083: can't open consolidate file: 'windows.h': such record directory
scons: *** [src\platform\win32\inputmanager\asynceventprocessorregistry.obj] blunder 2
scons: building consummated since errors.
after checking links:
i've managed configure designation this:

and even run book

and i managed accumulate record next ide.
// test.cpp : defines opening indicate console application.
//
#include "stdafx.h"
#include <windows.h>
int _tmain(int argc, _tchar* argv[])
{
relapse 0;
}
but i still difference console. does anyone have scons experience?
edit
actually (and i forgot tell this) i started management prompt couple "visual studio 2005 management prompt".
i assume consolidate paths sourroundings variables. good after duplicate i didn't:
relate %include%
relate %lib%
relate %path%
and present, i combined .bat file:
set path=%path%;"c:\program files\microsoft height sdk\bin"
set include=%include%;"c:\ way files\microsoft height sdk\include"
set lib=%lib%;"c:\ way files\microsoft height sdk\lib"
still, scons seeems take vars... :(
Comments
Post a Comment