Thread: building pgadmin4
Hi,
I'm trying to build pgadmin4, out of curiosity.I'm on a ubuntu 13.10 desktop vm.
I added qt webkitwidgets, and now I run into the next error, which doesn't seem to make much sense:
wbloos2@vm1:~/pgadmin4/runtime$ qmake
Project MESSAGE: Building for QT5+...
Project ERROR: Unknown module(s) in QT: quick
wbloos2@vm1:~/pgadmin4/runtime$ qmake
Project MESSAGE: Building for QT5+...
Project ERROR: Unknown module(s) in QT: quick
I haven't found the word "quick" in any of the code and there's no .qml file.
any clues?
Cheers,
WBL--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth
On Mon, Mar 3, 2014 at 11:29 PM, Willy-Bas Loos <willybas@gmail.com> wrote:
wbloos2@vm1:~/pgadmin4/runtime$ qmake
Project MESSAGE: Building for QT5+...
Project ERROR: Unknown module(s) in QT: quick
please help me find out which dependency i'm missing, i'm having trouble finding it.
thx,
WBL
--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth
Hi Willy,
pgAdmin4 is in very primarily stage.On Thu, Mar 6, 2014 at 8:08 PM, Willy-Bas Loos <willybas@gmail.com> wrote:
On Mon, Mar 3, 2014 at 11:29 PM, Willy-Bas Loos <willybas@gmail.com> wrote:wbloos2@vm1:~/pgadmin4/runtime$ qmake
Project MESSAGE: Building for QT5+...
Project ERROR: Unknown module(s) in QT: quickplease help me find out which dependency i'm missing, i'm having trouble finding it.thx,WBL
--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth
--
--
Thanks & Regards,
Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company

On Thu, Mar 6, 2014 at 4:45 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Hi Ashesh,And, nothing much has been done, which can be helpful.Hi Willy,pgAdmin4 is in very primarily stage.
Thanks for answering.
I realise that PgAdmin is probably not yet usable.
I would like to see how for you have come developing and if i can understand how it works.
I would like to be able to make a contribution to the code, and to find out how steep the learning curve is for that.
Building the code seems like a logical first step.
I've installed qtquick1-5-dev, but that doesn't help.
What kind of environment do you (or dave?) use to develop it? I'm on a vm, so i could use pretty much anything.
Right now i'm on ubuntu 13.10 amd64
Cheers,
WBL
--
"Quality comes from focus and clarity of purpose" -- Mark Shuttleworth
Hi On Thu, Mar 6, 2014 at 5:02 PM, Willy-Bas Loos <willybas@gmail.com> wrote: > On Thu, Mar 6, 2014 at 4:45 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> > wrote: >> >> Hi Willy, >> >> pgAdmin4 is in very primarily stage. >> And, nothing much has been done, which can be helpful. >> > > Hi Ashesh, > > Thanks for answering. > I realise that PgAdmin is probably not yet usable. > I would like to see how for you have come developing and if i can understand > how it works. > I would like to be able to make a contribution to the code, and to find out > how steep the learning curve is for that. > > Building the code seems like a logical first step. It doesn't even connect to a database yet. I've just worked on some very basic infrastructure for hosting a Python web app within a desktop application. > I've installed qtquick1-5-dev, but that doesn't help. > What kind of environment do you (or dave?) use to develop it? I'm on a vm, > so i could use pretty much anything. > Right now i'm on ubuntu 13.10 amd64 As far as I know, I'm the only person that has ever built this so far. I use QT 5.0.2 on Mac OSX. I have tested (quite a few commits ago) on CentOS 6, using some version of QT 4 that I no longer recall. On Mac, it should build out of the box with a standard installation of QT 5, and it did with QT 4 on CentOS last time I tried. I don't know what the "quick" module is (I'm a QT newbie) - it's not something I've explicitly added. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company