Rendering error, OSX #4705

issue gavinandresen opened this issue on August 15, 2014
  1. gavinandresen commented at 8:28 PM on August 15, 2014: contributor

    Running git HEAD on my OSX 10.8.5 system I'm seeing ugliness:

    screen shot 2014-08-15 at 4 24 50 pm

    Qt-related stuff from config.log:

    configure:24691: checking for QT
    configure:24698: $PKG_CONFIG --exists --print-errors "$qt4_modules"
    configure:24715: $PKG_CONFIG --exists --print-errors "$qt4_modules"
    configure:24935: checking for QT_TEST
    configure:24942: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
    configure:24959: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
    configure:25007: checking for QT_DBUS
    configure:25014: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
    Package QtDBus was not found in the pkg-config search path.
    Perhaps you should add the directory containing `QtDBus.pc'
    No package 'QtDBus' found
    configure:25031: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
    Package QtDBus was not found in the pkg-config search path.
    Perhaps you should add the directory containing `QtDBus.pc'
    No package 'QtDBus' found
    No package 'QtDBus' found
    configure:26566: checking for moc-qt4
    configure:26684: checking for uic-qt4
    configure:26802: checking for rcc-qt4
    configure:26920: checking for lrelease-qt4
    configure:27038: checking for lupdate-qt4
    configure:27236: result: yes (Qt4)
    configure:27363: WARNING: "xgettext is required to update qt translations"
    configure:27367: checking whether to build test_bitcoin-qt
    ac_cv_env_QTPLATFORM_CFLAGS_set=
    ac_cv_env_QTPLATFORM_CFLAGS_value=
    ac_cv_env_QTPLATFORM_LIBS_set=
    ac_cv_env_QTPLATFORM_LIBS_value=
    ac_cv_env_QTPRINT_CFLAGS_set=
    ac_cv_env_QTPRINT_CFLAGS_value=
    ac_cv_env_QTPRINT_LIBS_set=
    ac_cv_env_QTPRINT_LIBS_value=
    ac_cv_env_QT_CFLAGS_set=
    ac_cv_env_QT_CFLAGS_value=
    ac_cv_env_QT_DBUS_CFLAGS_set=
    ac_cv_env_QT_DBUS_CFLAGS_value=
    ac_cv_env_QT_DBUS_LIBS_set=
    ac_cv_env_QT_DBUS_LIBS_value=
    ac_cv_env_QT_LIBS_set=
    ac_cv_env_QT_LIBS_value=
    ac_cv_env_QT_TEST_CFLAGS_set=
    ac_cv_env_QT_TEST_CFLAGS_value=
    ac_cv_env_QT_TEST_LIBS_set=
    ac_cv_env_QT_TEST_LIBS_value=
    pkg_cv_QT_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
    pkg_cv_QT_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtGui -F/usr/local/Cellar/qt/4.8.6/lib -framework QtNetwork -F/usr/local/Cellar/qt/4.8.6/lib -framework QtCore '
    pkg_cv_QT_TEST_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
    pkg_cv_QT_TEST_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtTest '
    BUILD_QT='qt'
    BUILD_TEST_QT='test'
    ENABLE_QT_FALSE='#'
    ENABLE_QT_TESTS_FALSE='#'
    ENABLE_QT_TESTS_TRUE=''
    ENABLE_QT_TRUE=''
    QTPLATFORM_CFLAGS=''
    QTPLATFORM_LIBS=''
    QTPRINT_CFLAGS=''
    QTPRINT_LIBS=''
    QT_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
    QT_DBUS_CFLAGS=''
    QT_DBUS_INCLUDES=''
    QT_DBUS_LIBS=''
    QT_INCLUDES='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
    QT_LDFLAGS=''
    QT_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtGui -F/usr/local/Cellar/qt/4.8.6/lib -framework QtNetwork -F/usr/local/Cellar/qt/4.8.6/lib -framework QtCore  -framework Foundation -framework ApplicationServices -framework AppKit'
    QT_SELECT='qt4'
    QT_TEST_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
    QT_TEST_INCLUDES='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
    QT_TEST_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtTest '
    QT_TRANSLATION_DIR=''
    config.status:1323: creating share/qt/Info.plist
    
  2. gavinandresen added the label Bug on Aug 15, 2014
  3. gavinandresen added the label GUI on Aug 15, 2014
  4. gavinandresen added the label Mac on Aug 15, 2014
  5. laanwj commented at 8:28 AM on August 16, 2014: member

    Looks like the overview is no longer properly aligned to the right @diapolo could this be caused by #4627 / 94e1b9e ?

  6. gavinandresen closed this on Aug 19, 2014

  7. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me