Ticket #12043 (closed defect: invalid)
nmake build of trunk fails with "DocView requires wxUSE_FILE_HISTORY"
| Reported by: | StepanHrbek | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 2.9-svn |
| Keywords: | msw nmake | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: | 11537 |
Description
svn trunk, rev 64295, visual studio (tested 2003,2005,2008,2010)
c:\wxwidgets\build\msw> nmake -f makefile.vc
cl /c /nologo /TC /Fovc_mswud\wxregex_regcomp.obj /MDd /DWIN32 /Zi /Fd..\..\lib\vc_lib\wxregexud.pdb /D_DEBUG /Od /DNDEBUG /D_CRT_SECURE_NO_WARNINGS /I..\..\include /I..\..\lib\vc_lib\mswud /DWXMSW /D_UNICODE ..\
..\src\regex\regcomp.c
regcomp.c
c:\wxWidgets\include\wx/chkconf.h(1810) : fatal error C1189: #error : "DocView requires wxUSE_FILE_HISTORY"
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
My setup.h is identical to setup0.h.
wxUSE_FILE_HISTORY is defined in setup_inc.h, chkconf.h somehow doesn't get it.
Any idea what's wrong, before I dig deeper?
