cartr / homebrew-qt4

Homebrew tap for Qt4 and dependent formulae on Sierra
BSD 2-Clause "Simplified" License
105 stars 42 forks source link

cuty_capt build fails with QNetworkProxy-related error message #23

Open cartr opened 7 years ago

cartr commented 7 years ago
==> Downloading https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/c/cutycapt/cutycapt_0.0~svn6.orig.tar.gz
Already downloaded: /Users/carter/Library/Caches/Homebrew/cuty_capt-0.0.6.tar.gz
==> qmake CONFIG-=app_bundle
==> make
Last 15 lines from /Users/carter/Library/Logs/Homebrew/cuty_capt/02.make:
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt@4/4.8.7/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt@4/4.8.7/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt@4/4.8.7/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt-webkit@2.3/2.3.4/include/QtWebKit -I/usr/local/include -I. -F/usr/local/lib -o moc_CutyCapt.o moc_CutyCapt.cpp
CutyCapt.cpp:502:43: error: incomplete type 'QNetworkProxy' named in nested name specifier
      QNetworkProxy proxy = QNetworkProxy(QNetworkProxy::HttpProxy,
                                          ^~~~~~~~~~~~~~~
/usr/local/Cellar/qt-webkit@2.3/2.3.4/include/QtWebKit/qwebpage.h:36:7: note: forward declaration of 'QNetworkProxy'
class QNetworkProxy;
      ^
CutyCapt.cpp:502:21: error: variable has incomplete type 'QNetworkProxy'
      QNetworkProxy proxy = QNetworkProxy(QNetworkProxy::HttpProxy,
                    ^
/usr/local/Cellar/qt-webkit@2.3/2.3.4/include/QtWebKit/qwebpage.h:36:7: note: forward declaration of 'QNetworkProxy'
class QNetworkProxy;
      ^
2 errors generated.
make: *** [CutyCapt.o] Error 1
Mashpy commented 5 years ago

same problem :(

cjdupreez commented 5 years ago

Same here...