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-15 09:11:11 |
Message-ID: | CA+OCxowPUeeZLDVZshO=Vdo_X2YKa6yKqLaBCpmoSygm6Lp7qA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
On Mon, Nov 14, 2016 at 8:51 PM, Walter Nordmann <wnordmann(at)gmx(dot)de> wrote:
> Hi dave
>>
>> 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 got the same:
>
> ui_ConfigWindow.h: ConfigWindow.ui
> /usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o
> ui_ConfigWindow.h
>
> and of this:
>
> /********************************************************************************
> ** Form generated from reading UI file 'ConfigWindow.ui'
> **
> ** Created by: Qt User Interface Compiler version 4.8.7
> **
> ** WARNING! All changes made in this file will be lost when recompiling UI
> file!
> ********************************************************************************/
>
> #ifndef UI_CONFIGWINDOW_H
> #define UI_CONFIGWINDOW_H
>
> #include <QtCore/QVariant>
> #include <QtGui/QAction>
> #include <QtGui/QApplication>
> #include <QtGui/QButtonGroup>
> #include <QtGui/QDialog>
> #include <QtGui/QDialogButtonBox>
> #include <QtGui/QFormLayout>
> #include <QtGui/QHeaderView>
> #include <QtGui/QLabel>
> #include <QtGui/QLineEdit>
> #include <QtGui/QVBoxLayout>
> .....
>
> STRANGE: looks like 4.8.7 and not 5.6 !! using the wrong compiler? 4.8.7
> plus 5.6 are installed.
>
> i think i should deinstall 4.8.7-dev, ok?
That would seem like a good possible solution, yes.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2016-11-15 10:34:35 | Re: Binary Path Help |
Previous Message | Walter Nordmann | 2016-11-14 20:51:00 | Re: pgadmin server-status does not display |