avarun42 / arora-wiki

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

error building Arora from trunk. #796

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Arora doesn't want to compile since about a week ago.

My steps are the usual:
1) make distclean
2) git pull
3) qmake-qt4
4) make

The error I get is:

webpage.cpp: In member function 'QList<WebPageLinkedResource> 
WebPage::linkedResources(const 
QString&)':
webpage.cpp:136: error: 'QWebElementCollection' was not declared in this scope
webpage.cpp:136: error: expected `;' before 'linkElements'
webpage.cpp:138: error: 'linkElements' was not declared in this scope
webpage.cpp:138: error: template argument 1 is invalid
webpage.cpp:138: error: invalid type in declaration before '(' token
webpage.cpp:138: error: request for member 'brk' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'i' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'e' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'brk' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'i' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'i' in '_container_', which is of 
non-class type 'int'
webpage.cpp:138: error: request for member 'brk' in '_container_', which is of 
non-class type 'int'
make[1]: *** [.obj/webpage.o] Error 1
make[1]: Leaving directory `/home/jekader/arora-trunk/arora/src'
make: *** [sub-src-make_default-ordered] Error 2

(the full compillation log is here: http://pastebin.com/m78e9d922 )

Debian sid x86_64
gcc 4.3.4
qt 4.6.0 beta1

Original issue reported on code.google.com by jeka...@gmail.com on 24 Nov 2009 at 2:18

GoogleCodeExporter commented 9 years ago
compiled on debian sid 64bit with qt 4.6beta fron experimental and it compiles 
fine

Original comment by belzeb...@gmail.com on 26 Nov 2009 at 4:17

GoogleCodeExporter commented 9 years ago
Deleted and recreated the repo, got the same error on building. Maybe some dev 
packages got deleted? How do I 
backtrace, what's missing? 

Original comment by jeka...@gmail.com on 26 Nov 2009 at 8:06

GoogleCodeExporter commented 9 years ago
aptitude dist-upgrade, and the error's gone.

I think the issue can be closed now :) 
Sorry for bothering

Original comment by jeka...@gmail.com on 27 Nov 2009 at 9:11

GoogleCodeExporter commented 9 years ago
so it works with a new version of QT? on Arch with the current build of QT from 
kde-4.4-
unstable, it still will not compile. I will wait and see

Original comment by bradley....@gmail.com on 27 Nov 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Due to API changes between 4.6 beta1 and RC1, the current master branch will 
not build 
with older versions than Qt 4.6 RC1.

If you can't update to the latest Qt, you can temporarly revert commit 
http://github.com/Arora/arora/commit/1193ab397b1e220d96080a6b9275f7eb605aa8b2 
in your 
local repository clone.

Original comment by faw...@gmail.com on 28 Nov 2009 at 10:21

GoogleCodeExporter commented 9 years ago
Issue 808 has been merged into this issue.

Original comment by faw...@gmail.com on 26 Dec 2009 at 5:51