From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Walter Nordmann <wnordmann(at)gmx(dot)de> |
Cc: | pgAdmin Support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: pgadmin server-status does not display |
Date: | 2016-11-14 12:16:51 |
Message-ID: | CA+OCxox5BMF=aVKDo-C183b8ErydSgjti5uy1=0gL2CQ8pCntw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Sat, Nov 12, 2016 at 9:28 AM, Walter Nordmann <wnordmann(at)gmx(dot)de> wrote:
>
>> Hmm, I'm not an Ubuntu user, but I grabbed a copy and gave it a try
>> and found I needed to install the following:
>>
>> qt5-default
>> python-dev
>> libqt5webkit5-dev
>
> That's what i had to install too. Before the make.
>>
>> That was enough to build the runtime - of course, there's more to do
>> to get the Python side going, but the README should help with that.
>
> don't think, that's a python problem.
>
> i can't find any package for qt5 with QtGui/QAction. Only QtWidgets/QAction
>
> see
>
> #apt-file search QAction
> libqt4-dev: /usr/include/qt4/QtGui/QAction
> libqt4-dev: /usr/include/qt4/QtGui/QActionEvent
> libqt4-dev: /usr/include/qt4/QtGui/QActionGroup
> libqt53drender5-gles: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction
> libqt53drender5-gles:
> /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput
> libunity-scopes-qt-dev:
> /usr/include/unity-scopes-qt-0.2/unity/scopes/qt/QActionMetadata.h
> qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction
> qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction
> qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction
> qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup
> #
That's basically what I get as well. Note that the file you're having
issues with is ui_ConfigWindow.h which is actually auto-generated. In
the Makefile that's created by qmake, I have the following to create
that. What do you get?
ui_ConfigWindow.h: ConfigWindow.ui
/usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o
ui_ConfigWindow.h
> i'll wait until somebody created a package for ubuntu 16.10 yaketti :(
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Chase Freeman | 2016-11-14 19:34:25 | Re: Binary Path Help |
Previous Message | Wim Bertels | 2016-11-14 10:07:03 | pgadmin4 > apt.postgresql.org ? |