code-google-com / arora

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

Crash on qmake and make on arora 0.11 build #937

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am very interested on developing several apps from your arora
browser. I installed qmake and qt4-dev-tools. I downloaded the version
0.11 on ubuntu 11.04. i reached the root directory and type qmake. It
outputs me this message:

arora.pro:1: Unknown test function: lessThan

So i commented those lines and qmake worked, but in make ouputs this:

/usr/share/qt3/bin/uic downloads.ui -o .ui/downloads.h
/usr/share/qt3/bin/uic searchbanner.ui -o .ui/searchbanner.h
/usr/share/qt3/bin/uic settings.ui -o .ui/settings.h
/usr/share/qt3/bin/uic adblock/adblockdialog.ui -o .ui/adblockdialog.h
/usr/share/qt3/bin/uic bookmarks/addbookmarkdialog.ui -o .ui/addbookmarkdialog.h
/usr/share/qt3/bin/uic bookmarks/bookmarksdialog.ui -o .ui/bookmarksdialog.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
make[1]: *** [.ui/bookmarksdialog.h] Error 1
make[1]: se sale del directorio «/home/javier/Escritorio/arora-0.11.0/src»
make: *** [sub-src] Error 2

somebody help me please?

thanks,
javier

Original issue reported on code.google.com by javiergo...@gmail.com on 26 Oct 2011 at 3:27

GoogleCodeExporter commented 9 years ago
Sounds like you are trying to build it with Qt3

Those lines you commented out were:

lessThan(QT_VERSION, 4.5) {
    error("Arora requires Qt 4.5 or greater")
}

Original comment by ice...@gmail.com on 3 Nov 2011 at 5:44

GoogleCodeExporter commented 9 years ago
ok, i'll try with qt4, thanks

Btw, you know where can I find qt docs for creating graphic schemes
with c++ for sentences? cause i would want to make a map where you
enter your x y position, and it should draw a point in the map.
You know how can I do that?

2011/11/3, arora@googlecode.com <arora@googlecode.com>:

Original comment by javiergo...@gmail.com on 4 Nov 2011 at 10:51