← Back to team overview

mudlet-makers team mailing list archive

[Bug 1413037] Re: Mudlet 3.0.1 Build error on OS X 10.10.2

 

Bah.

So, I removed both xcode and xcode-beta from my system, reinstalled
xcode, crushed my mudlet install and cloned down again.

qmake now gives me the proper location of clang and clang++, as below

--------------
nate at macbook-air in ~/s/c/m/src  (development)                               
↪  head -n 15 Makefile
#############################################################################
# Makefile for building: Mudlet.app/Contents/MacOS/Mudlet
# Generated by qmake (3.0) (Qt 5.4.0)
# Project:  src.pro
# Template: app
# Command: /usr/local/Cellar/qt5/5.4.0/bin/qmake -o Makefile src.pro
#############################################################################

MAKEFILE      = Makefile

####### Compiler, tools and options

CC            = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
CXX           = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
DEFINES       = -DAPP_VERSION=\"3.0.1\" -DAPP_BUILD=\"-dev\" -DAPP_TARGET=\"Mudlet\" -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_UITOOLS_LIB -DQT_CORE_LIB
--------------

but make gives me the exact same error.

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

Title:
  Mudlet 3.0.1 Build error on OS X 10.10.2

Status in Mudlet the MUD client:
  New

Bug description:
  I'm not able to build the project on Yosemite anymore. I was at one
  point a while back using my current system, and I'm not sure what I've
  changed (or has changed on the project) that is causing the issues.

  It seems like all of the errors are coming in from QT libraries (such
  as trying to import QMap). Qmake seems to complete without an issue,
  so I imagine the problem has to do with my environment settings or
  compiler.

  I'm not really familiar with the QT build process, maybe I'm missing
  something stupid. I've tried with QT 5.3 installed via Homebrew, and
  via qt 5.2 installed from their official compilers. Maybe there's some
  cruft left over from a previous build?

  Should be good information for other people starting up, at the very
  least.

  Build output attached.

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


Follow ups

References