Vous n'êtes pas identifié(e).
Pages : 1
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
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
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