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

Fix compile error on MSVC with Qt 5.7.1 #57

Closed
wants to merge 1 commit into from
Closed

Fix compile error on MSVC with Qt 5.7.1 #57

wants to merge 1 commit into from

Conversation

msmolens
Copy link

Fix the following compile error seen on MSVC with Qt 5.7.1 when building in
Debug configuration:

PythonQt\src\PythonQt.cpp : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj

Extracted from 3dfe45d,
authored by Stefan Dinkelacker s.dinkelacker@dkfz-heidelberg.de.

Fix the following compile error seen on MSVC with Qt 5.7.1 when building in
Debug configuration:

    PythonQt\src\PythonQt.cpp : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj

Extracted from 3dfe45d,
authored by Stefan Dinkelacker <s.dinkelacker@dkfz-heidelberg.de>.
@jcfr
Copy link
Member

jcfr commented Aug 8, 2017

Thanks for the patch.

Closing. This was integrated in patched-7 as 2e0a004

@jcfr jcfr closed this Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants