← Back to team overview

hugin-devs team mailing list archive

[Bug 1486762] Re: Cannot build on OS X 10.10

 

Try the following, it worked for me on OSX 10.10 when I enountered a
similar problem:

port install wxWidgets-3.0
port install wxWidgets_select
port select wxWidgets
Available versions for wxWidgets:
	none (active)
	wxWidgets-3.0
	wxgtk-3.0
port select wxWidgets wxWidgets-3.0

Afterwards cmake was able to discover wxWidgets.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1486762

Title:
  Cannot build on OS X 10.10

Status in Hugin:
  New

Bug description:
  On build Hugin looks for wxWidgets 2.8, but this can no longer be
  installed on recent OS X versions. From port: "wxWidgets-2.8 cannot be
  built on Moc OS X >= 10.7 with Xcode >= 4.4, please use port
  wxWidgets-3.0 or wxgtk-2.8 instead". Installing either of the
  suggested replacements does not work.

  Attempting to build latest hugin from mercurial on OS X 10.10.5.

  Also, building from the official (2015.0.0) tarball does not work, for the same reason. Error:
  "CMake Error at /opt/local/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
    Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  Call Stack (most recent call first):
    /opt/local/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
    /opt/local/share/cmake-3.3/Modules/FindwxWidgets.cmake:871 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
    CMakeLists.txt:176 (FIND_PACKAGE)
  "

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1486762/+subscriptions


References