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

Building on latest trunk is failing on Qt class introduced in Qt 4.5 #12641

Closed
qgib opened this issue Mar 22, 2010 · 1 comment
Closed

Building on latest trunk is failing on Qt class introduced in Qt 4.5 #12641

qgib opened this issue Mar 22, 2010 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Mar 22, 2010

Author Name: Ivan Mincik (Ivan Mincik)
Original Redmine Issue: 2581

Redmine category:build/install
Assignee: Jürgen Fischer


Building on latest trunk is failing on Qt class (QNetworkDiskCache) introduced in Qt 4.5. According INSTALL file, Qt version should be >= 4.3.0.

[ 40%] Building CXX object src/app/CMakeFiles/qgis.dir/qgisapp.cpp.o
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:71:29: error: QNetworkDiskCache: No such file or directory
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp: In member function 'void [[QgisApp]]::namUpdate()':
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6277: error: 'QNetworkDiskCache' was not declared in this scope
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6277: error: 'cache' was not declared in this scope
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6277: error: 'QNetworkDiskCache' cannot appear in a constant-expression
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6277: error: parse error in template argument list
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6277: error: 'class QNetworkAccessManager' has no member named 'cache'
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6279: error: expected type-specifier before 'QNetworkDiskCache'
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6279: error: expected @;' before 'QNetworkDiskCache'
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6290: error: 'class QNetworkAccessManager' has no member named 'cache'
/tmp/buildd/qgis-1.5.0/src/app/qgisapp.cpp:6291: error: 'class QNetworkAccessManager' has no member named 'setCache'

@qgib
Copy link
Contributor Author

qgib commented Mar 22, 2010

Author Name: Jürgen Fischer (@jef-n)


Qt 4.5 dependencies removed in 2aa1557 (SVN r13144).


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib added this to the Version 1.5.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Projects
None yet
Development

No branches or pull requests

1 participant