Skip to content

Instantly share code, notes, and snippets.

@tresf
Created March 30, 2014 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tresf/9879480 to your computer and use it in GitHub Desktop.
Save tresf/9879480 to your computer and use it in GitHub Desktop.
# https://github.com/LMMS/lmms/issues/509
objc[17638]: Class QCocoaColorPanelDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QMacSoundDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaPanel is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaView is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaWindow is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaWindowDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaMenuLoader is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSApplication is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaApplicationDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaWindowCustomThemeFrame is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaToolBarDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaMenu is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSOpenSavePanelDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaFontPanelDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSPanelProxy is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSWindowProxy is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaPageLayoutDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QCocoaPrintPanelDelegate is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSImageView is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSStatusItem is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
objc[17638]: Class QNSMenu is implemented in both /Users/tres/Desktop/LMMS.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui and /opt/local/Library/Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined.
VST sync support disabled in your configuration
Couldn't create MIDI-client, neither with ALSA nor with OSS. Will use dummy-MIDI-client.
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Must construct a QApplication before a QPaintDevice
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment