Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuty_capt build fails with QNetworkProxy-related error message #23

Open
cartr opened this issue Apr 6, 2017 · 2 comments
Open

cuty_capt build fails with QNetworkProxy-related error message #23

cartr opened this issue Apr 6, 2017 · 2 comments

Comments

@cartr
Copy link
Owner

cartr commented Apr 6, 2017

==> 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/[email protected]/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/[email protected]/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/[email protected]/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
Copy link

Mashpy commented Oct 29, 2018

same problem :(

@cjdupreez
Copy link

Same here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants