Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

wxwidgets failed to build on 10.10 #30752

Closed
timoxley opened this issue Jul 8, 2014 · 6 comments
Closed

wxwidgets failed to build on 10.10 #30752

timoxley opened this issue Jul 8, 2014 · 6 comments
Labels

Comments

@timoxley
Copy link

timoxley commented Jul 8, 2014

==> Downloading https://downloads.sourceforge.net/project/wxwindows/3.0.1/wxWidgets-3.0.1.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/wxmac/3.0.1 --enable-shared --enable-unicode --enable-std_string --enable-display --with-opengl --with-osx_cocoa --with-libjpeg --with-lib
==> make install
    WebBackForwardList* history = [m_webView backForwardList];
                        ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make: *** [webviewdll_osx_webview_webkit.o] Error 1

Appears there is a fix: http://trac.wxwidgets.org/ticket/16329

@adamv adamv added the 10.10 label Jul 8, 2014
@timoxley
Copy link
Author

timoxley commented Jul 8, 2014

Appears to be duplicate of the closed #30247

@timoxley
Copy link
Author

timoxley commented Jul 8, 2014

And #30170

@timoxley
Copy link
Author

timoxley commented Jul 8, 2014

Perhaps this should also be closed due to homebrew not supporting 10.10.

@timoxley
Copy link
Author

timoxley commented Jul 8, 2014

For posterity, updating to latest 10.10 release gives a slightly different error message:

In file included from ./src/osx/cocoa/utils.mm:27:
In file included from ./include/wx/osx/private.h:4:
In file included from ./include/wx/osx/core/private.h:55:
In file included from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:29:
In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/HIToolbox.h:240:
In file included from /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/IMKInputSession.h:23:
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:105:9: fatal error: 'Foundation/NSExtensionProvider.h' file not found
#import <Foundation/NSExtensionProvider.h>
        ^
/private/tmp/wxmac-3HsM/wxWidgets-3.0.1/bk-deps clang -mmacosx-version-min=10.10 -c -o wxtiff_tif_getimage.o -DNDEBUG  -I./src/jpeg -I/private/tmp/wxmac-3HsM/wxWidgets-3.0.1/src/tiff/libtiff -I./src/tiff/libtiff -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -I/private/tmp/wxmac-3HsM/wxWidgets-3.0.1/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -Wall -Wundef -O2 -fno-strict-aliasing -arch i386 -arch x86_64 -fno-common  ./src/tiff/libtiff/tif_getimage.c
1 error generated.
make: *** [basedll_cocoa_utils.o] Error 1
make: *** Waiting for unfinished jobs....
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 0318a5b5474da1cce0ee1f8095901d2990924cf6
CPU: quad-core 64-bit ivybridge
OS X: 10.10-x86_64
Xcode: 5.1.1
CLT: 6.0.0.0.1.1401483502
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/bin:/bin:/usr/sbin:/sbin

@timoxley
Copy link
Author

timoxley commented Jul 8, 2014

Apparently this file has been removed:

NSExtensionProvider.h (Removed)

https://developer.apple.com/library/prerelease/mac/releasenotes/General/APIDiffsMacOSX10_10/index.html

@jacknagel
Copy link
Contributor

Closing as an upstream 10.10 issue, but please add a comment to the 10.10 thread: #29988

@Homebrew Homebrew locked and limited conversation to collaborators Jul 14, 2014
asparagui pushed a commit to asparagui/homebrew that referenced this issue Aug 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants