Does building require Visual Studio C++ to be installed, or just Visual Studio .NET (C#, VB.net, tools)?
On Aug 3, 11:26 am, Brendan <[email protected]> wrote: > Hello, > > I am having trouble building Gears for Windows following the tutorial > at:http://code.google.com/p/gears/wiki/BuildingGearsForWindows. I am > running with Visual Studio 2008 Pro, with the rest of the required > software exactly as stated in the tutorial. Build environment is XP > SP3. The only reason I am building this is to produce a .MSI that can > be installed silently. > > Any ideas on how to proceed? > > The error I receive is below (prereqs and genheaders finished): > > make prereqs BROWSER=NONE > make[1]: Nothing to be done for `prereqs'. > make genheaders BROWSER=NONE > make[1]: Nothing to be done for `genheaders'. > make modules BROWSER=NONE > cl -I.. -Ibin-dbg/win32-i386/none -Ibin-dbg/win32-i386/common -I../ > third_party/npapi -I../third_party -I../third_party/googleurl -I../ > third_party/icu38/public/common -DPNG_USER_CONFIG - > DCHROME_PNG_WRITE_SUPPORT -DGEARS_PNG_BUILD -I../third_party/zlib - > I../third_party/skia/include/core -I../third_party/skia/include/images > -I../third_party/skia/include/utils -DNO_GZIP -DNO_GZCOMPRESS -I../ > third_party/breakpad/src /nologo -DSTRICT -D_UNICODE -DUNICODE - > D_USRDLL -DWIN32 -D_WINDLL -D_CRT_SECURE_NO_DEPRECATE -DNOMINMAX - > D_WINDOWS -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 - > D_RICHEDIT_VER=0x0010 -D_MERGE_PROXYSTUB -DBREAKPAD_AVOID_STREAMS - > DXP_WIN -D_DEBUG=1 -DDEBUG=1 -DUSING_CCTESTS=1 -I../third_party/gtest/ > include -I../third_party/gtest /c /Fo"bin-dbg/win32-i386/common/ > crash_report_sender.obj" /Fd"bin-dbg/win32-i386/common/ > crash_report_sender.pdb" /W3 /WX /GR- /MTd /Zi /Zc:wchar_t- - > D_HAS_EXCEPTIONS=0 -D_ATL_NO_EXCEPTIONS -DU_STATIC_IMPLEMENTATION / > wd4244 /wd4800 /TP /J -DBROWSER_NONE=1 ../third_party/breakpad/src/ > client/windows/sender/crash_report_sender.cc > crash_report_sender.cc > C:\PROJECTS\gears\third_party\breakpad\src\client/windows/sender/ > crash_report_sender.h(45) : fatal error C1083: Cannot open include > file: 'map': No such file or directory > > Thanks for any help, > Brendan
