Discussion:
NMAKE Fatal Error U1077
NavidM
2011-10-15 19:36:04 UTC
Permalink
Hi:

I am new to wxWidgets and having looked at the Wiki and reading Julian Smart/Kevin Hock's wxWidgets book, I am having trouble building wxWidgets. Although I was able to build using MS VC++ 2010, I ran into too many configuration problems writing basic test cases.

DialogBlocks 4.41(Unocode) July 29, 2011 build will not allow building wxWidgets (2.9.2 unzipped into the root directory c:/wx) with two fatal errors:

c:\wx\src\png\pngpriv.h(79):fatal error C1083: Cannot open include file 'windows.h': No such file or directory


NMAKE: fatal error U1077: '"c:\program Files (x86) Microsoft Visual Studio 10.0\vc\bin\cl.EXE"' :return code '0x2'

windows.h is located in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h and VC has no problems locating it.

Before changing source codes, etc. what is it that I am doing wrong?


Thanks,

Navid
Windows 7 Pro x64
wxWidgest 2.9.2 (extracted zip archive, xxUSE_OBDC set to 1)
MS Visual Studio 2010 (10.30319.1 RTMRel)




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/anthemion-devtools/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/anthemion-devtools/join
(Yahoo! ID required)

<*> To change settings via email:
anthemion-devtools-***@yahoogroups.com
anthemion-devtools-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
anthemion-devtools-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Julian Smart
2011-10-15 19:43:49 UTC
Permalink
Hi,

Did you set the Platform SDK location in PLATFORMSDK in DialogBlocks
Settings/Paths?

Regards,

Julian
Post by NavidM
I am new to wxWidgets and having looked at the Wiki and reading Julian Smart/Kevin Hock's wxWidgets book, I am having trouble building wxWidgets. Although I was able to build using MS VC++ 2010, I ran into too many configuration problems writing basic test cases.
c:\wx\src\png\pngpriv.h(79):fatal error C1083: Cannot open include file 'windows.h': No such file or directory
NMAKE: fatal error U1077: '"c:\program Files (x86) Microsoft Visual Studio 10.0\vc\bin\cl.EXE"' :return code '0x2'
windows.h is located in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h and VC has no problems locating it.
Before changing source codes, etc. what is it that I am doing wrong?
Thanks,
Navid
Windows 7 Pro x64
wxWidgest 2.9.2 (extracted zip archive, xxUSE_OBDC set to 1)
MS Visual Studio 2010 (10.30319.1 RTMRel)
------------------------------------
Yahoo! Groups Links
--
Julian Smart, Anthemion Software Ltd.
www.anthemion.co.uk | +44 (0)131 229 5306
Tools for writers: www.writerscafe.co.uk
Ebook creation: www.jutoh.com
wxWidgets RAD: www.dialogblocks.com



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/anthemion-devtools/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/anthemion-devtools/join
(Yahoo! ID required)

<*> To change settings via email:
anthemion-devtools-***@yahoogroups.com
anthemion-devtools-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
anthemion-devtools-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...