You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
some instructions may be helpful:
For instance:
for gcc: wxBuild_wxWidgets.bat MINGW4 ALL
for vc: wxBuild_wxWidgets.bat VC90 ALL
The text was updated successfully, but these errors were encountered: