Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wxWidgets 2.9.1 Support #1

Closed
rjpcomputing opened this issue May 2, 2013 · 3 comments
Closed

wxWidgets 2.9.1 Support #1

rjpcomputing opened this issue May 2, 2013 · 3 comments

Comments

@rjpcomputing
Copy link
Owner

Moved from SourceForge Forum

stormbender wrote:

I was looking for wxpack for wxwidgets 2.9x. I know that wxpack developers are not going to provide it until ver 2.10+. So, I modified their wxbuilder batch file and setup.h for current svn version of wxwidgets. It is full working now. Please find the modified files in the attachments. Anyone who wants to build all libs can use it now.

modified builder: http://www.2shared.com/file/qPwAsexe/wxbuild_package_for_svnversion.html

  • Please note that I also switched VC80 support to VC90 ("C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat" in the batch file), and changed default gcc 4xx directory to C:\MinGW32.
  • I had no time to sort additional preprocessor definitions in your setup.h according to its original sequence. But still required definitions are in setup.h although they are unsorted and some uncommented.

some instructions may be helpful:

  • get svn version of wxwidgets 2.9.x
  • download above archive and extract it and copy files to your wxwidgets root folder
  • open a terminal win (cmd)
  • jump to the batch file dir (cd C:\your_wx_dir\build\msw)
  • run command according to your compiler preference.
    For instance:
    for gcc: wxBuild_wxWidgets.bat MINGW4 ALL
    for vc: wxBuild_wxWidgets.bat VC90 ALL
@fockez
Copy link

fockez commented Aug 15, 2013

excuse me
where is the archive?

@rjpcomputing
Copy link
Owner Author

I added the original link. Sorry for the delay.

@rjpcomputing
Copy link
Owner Author

wxWidgets 3.0.0 is released and supported by wxPack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants