Vous n'êtes pas identifié(e).
- Contributions : Récentes | Sans réponse
Pages : 1
#1 30/05/2018 10:01:33
- big1
- Membre
fichier PGADMIN4_USE_WEBKIT
Bonjour,
pour installer pgAdmin sous linux j'exécute:
[root@rac1 runtime]# /usr/lib64/qt5/bin/qmake “DEFINES += PGADMIN4_USE_WEBKIT”
Cannot find file: “DEFINES.
Cannot find file: PGADMIN4_USE_WEBKIT”.
Est-ce DEFINES un fichier?
Une idée?
D'avance merci.
Hors ligne
#2 30/05/2018 14:22:54
- dverite
- Membre
Re : fichier PGADMIN4_USE_WEBKIT
Vous avez dû copier-coller cette ligne d'un blog ou d'une doc qui remplace les guillemets "simples" par des guillemets typographiques pour faire joli.
Mais ce remplacement transforme la syntaxe et rend la commande inutilisable.
Il faut remplacer ces guillemets parasites par des guillemets ASCII, sous la touche 3 en clavier français,
comme ici:
/usr/lib64/qt5/bin/qmake "DEFINES += PGADMIN4_USE_WEBKIT"
@DanielVerite
http://blog-postgresql.verite.pro/
Hors ligne
#3 30/05/2018 16:33:05
- big1
- Membre
Re : fichier PGADMIN4_USE_WEBKIT
Bien vu.
Grand merci.
/usr/lib64/qt5/bin/qmake "DEFINES += PGADMIN4_USE_WEBKIT"
Project MESSAGE: Building for QT5+...
Project MESSAGE: Forcing use of QWebKit...
Project MESSAGE:
Project MESSAGE: ************************************** WARNING **************************************
Project MESSAGE: * It is strongly advised that Qt 5.5.0 or later is used to build the pgAdmin runtime.
Project MESSAGE: *************************************************************************************
Project MESSAGE:
Project MESSAGE: Building for Linux/Mac...
Project MESSAGE: Using /root/virtualenvs/pgadmin4/bin/python-config
Project MESSAGE: Python3 detected.
Cordialement.
Hors ligne
Pages : 1