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

Support for C++11 with GCC 4.8.1 and WxWidgets 3.0.1 #3

Closed
wants to merge 4 commits into from
Closed

Support for C++11 with GCC 4.8.1 and WxWidgets 3.0.1 #3

wants to merge 4 commits into from

Conversation

victorlevasseur
Copy link
Contributor

I've made some changes to be able to compile GD with TDM-GCC 4.8.1 on Windows.
GD is now compiled using -std=gnu++11 and WxWidgets 3.0.1 needs also to be built with that flag (problems with Scintilla if only -std=c++11 is used).
Note : I've fixed the PNG icons because they were causing a lot of warnings with the new WxWidgets 3.0.1 (due to a new version of libpng).

@4ian
Copy link
Owner

4ian commented Aug 3, 2014

Nice :) 👍
I consider merging this pull request into the master branch after the next release of GD.

victorlevasseur added a commit that referenced this pull request Jul 21, 2015
Support for emscripten + small refactoring/update
4ian pushed a commit that referenced this pull request Mar 15, 2019
Bouh added a commit to Bouh/GDevelop that referenced this pull request Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants