Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#40842 closed defect (fixed)

wxWidgets-3.0 3.0.0_2 compile failure on 10.5

Reported by: blair (Blair Zajac) Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: wxWidgets-3.0

Description

While 3.0.0_1 compiled and installed fine on my 10.5 PPC PowerBook, 3.0.0_2 fails to compile:

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets-3.0/wxWidgets-3.0/work/wxWidgets-3.0.0-rc1/build/bk-deps /usr/bin/g++-4.2 -c -o webviewdll_osx_webview_webkit.o -I./.pch/wxprec_webviewdll -D__WXOSX_COCOA__      -DWXBUILDING      -I../src/regex  -DWXUSINGDLL -DWXMAKINGDLL_WEBVIEW -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_wxWidgets-3.0/wxWidgets-3.0/work/wxWidgets-3.0.0-rc1/build/lib/wx/include/osx_cocoa-unicode-3.0 -I../include -I/opt/local/include -I/opt/local/include -fvisibility=hidden -fvisibility-inlines-hidden ../src/osx/webview_webkit.mm
../src/osx/webview_webkit.mm: In function ?wxString nsErrorToWxHtmlError(NSError*, wxWebViewNavigationError*)?:
../src/osx/webview_webkit.mm:1105: error: ?NSURLErrorClientCertificateRequired? was not declared in this scope
make: *** [webviewdll_osx_webview_webkit.o] Error 1

Attachments (1)

patch-wxWidgets-10.5.diff (1.2 KB) - added by mojca (Mojca Miklavec) 10 years ago.
revert an accidental patch

Download all attachments as: .zip

Change History (4)

comment:1 Changed 10 years ago by mojca (Mojca Miklavec)

Does the following upstream patch help?

(I failed to notice that one.)

Changed 10 years ago by mojca (Mojca Miklavec)

Attachment: patch-wxWidgets-10.5.diff added

revert an accidental patch

comment:2 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed

Hopefully fixed in r112436 (without testing).

comment:3 Changed 10 years ago by blair (Blair Zajac)

Thanks! It compiled successfully.

Note: See TracTickets for help on using tickets.