Opened 12 years ago

Closed 12 years ago

#31812 closed defect (duplicate)

wxWidgets-python 2.8.10.1 & --enable-graphics_ctx -> error: build failure

Reported by: guillaume.chevrot@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: wxWidgets-python

Description

(MacOSX 10.6) Build failure when I add --enable-graphics_ctx in the "configure.args" list in the wxWidgets-python Portfile (In the attached files, there are the Portfile I used and the main.log)

Attachments (2)

main.log (652.7 KB) - added by guillaume.chevrot@… 12 years ago.
main.log
Portfile (5.1 KB) - added by guillaume.chevrot@… 12 years ago.
Portfile

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by guillaume.chevrot@…

Attachment: main.log added

main.log

Changed 12 years ago by guillaume.chevrot@…

Attachment: Portfile added

Portfile

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Port: wxWidgets-python added
Priority: HighNormal
Resolution: invalid
Status: newclosed

Then don't add --enable-graphics_ctx in the configure.args in the Portfile.

comment:2 in reply to:  1 Changed 12 years ago by guillaume.chevrot@…

Resolution: invalid
Status: closedreopened

Replying to ryandesign@…:

Then don't add --enable-graphics_ctx in the configure.args in the Portfile.

Of course, if I add --enable-graphics_ctx, it's because I need it !!!

Another program using wxWidgets-python crashed:

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py", line 6049, in __init__
    _gdi_.GCDC_swiginit(self,_gdi_.new_GCDC(*args))
NotImplementedError: wxGCDC is not available on this platform.

And apparently, the only way to overcome this problem is to configure wxWidgets-python with --enable-graphics_ctx

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: reopenedclosed

Duplicate of #31804.

Note: See TracTickets for help on using tickets.