Discussion:
'wx/setup.h': No such file or directory
Arbol One
2014-09-28 02:05:20 UTC
Permalink
When trying to build the wxWidgets-3.0.1\samples\samples.sln (after conversion from 6 to 12) gives me this error:
1>------ Build started: Project: accesstest, Configuration: Debug Win32 ------
1> accesstest.cpp
1>D:\wxWidgets-3.0.1\include\wx/platform.h(183): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
What else do I have to do?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Igor Korot
2014-09-28 02:45:22 UTC
Permalink
Hi,
Post by Arbol One
When trying to build the wxWidgets-3.0.1\samples\samples.sln (after
1>------ Build started: Project: accesstest, Configuration: Debug Win32 ------
1> accesstest.cpp
1>D:\wxWidgets-3.0.1\include\wx/platform.h(183): fatal error C1083: Cannot
open include file: 'wx/setup.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
What else do I have to do?
Did you follow the instructions of building wxWidgets from SVN?

Thank you.
Post by Arbol One
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-09-28 15:11:18 UTC
Permalink
On Sat, 27 Sep 2014 22:05:20 -0400 Arbol One wrote:

AO> When trying to build the wxWidgets-3.0.1\samples\samples.sln (after conversion from 6 to 12) gives me this error:
AO> 1>------ Build started: Project: accesstest, Configuration: Debug Win32 ------
AO> 1> accesstest.cpp
AO> 1>D:\wxWidgets-3.0.1\include\wx/platform.h(183): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory
AO> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
AO> What else do I have to do?

You must build the library itself first, this will create setup.h as part
of its build process.

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...