I want to debug a makefile . I came across many posts in Stackoverflow but still need some help .
INCLUDEPATHS=/I"/C:/wxWidgetsDev/lib/vc_lib/mswd" /I"/C:/wxWidgetsDev/include/msvc/"
LIBPATHS=LIBPATH:"/C:/wxWidgetsDev/lib/vc_lib"
HEADERS=headers.h util.h main.h serialize.h uint256.h db.h base58.h
I am using Visual Studio 2008.
The INCLUDEPATHS and LIBPATHS refer to the include and lib files respectively
I am giving the following command in the commandprompt
nmake -f makefile.vc
fatal error C1083: Cannot open include file 'wx/wx.h.
The wx/wx.h file is present in the INCLUDEPATH C:/wxWidgetsDev/include/msvc/ , but its still flagging the error .