gpt4 book ai didi

postgresql - 无法安装 pgmodeler

转载 作者:行者123 更新时间:2023-11-29 11:34:18 24 4
gpt4 key购买 nike

我在 Mac 上编译 pgmodeler 时遇到问题。我在二进制文件夹中输入了qmake pgmodeler.pro,得到了以下错误:

 /Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:21: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:24: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:103: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:104: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:105: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:106: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:107: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:108: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:109: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:110: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:111: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:112: defined(function, type): unexpected type [var].
/Users/****/Applications/pgmodelerunzip/pgmodeler-0.8.1-beta/pgmodeler.pri:113: defined(function, type): unexpected type [var].

最佳答案

你如何编译 pgModeler?目前,我只能描述我的情况。

我的pgModeler编译之路

我在 Linux Mint 17.1 (x64) 上遇到了几乎相同的问题。我遵循了本教程:http://www.pgmodeler.com.br/wiki/doku.php?id=installation

首先,我使用 apt 安装了一些必需的包:sudo apt-get install libpq-dev libxml2-dev

接下来我从 https://github.com/pgmodeler/pgmodeler/tags 下载了最新版本的 pgModeler

在 Linux Mint 的 repo 中只有 Qt4 版本,所以我必须使用官方 Qt 站点的安装程序安装 Qt5。我刚刚下载了社区版并按照说明进行操作。接下来,我只需要通过在 /etc/environment 中添加我的 PATH 来指定新 Qt 库的路径(~/.bashrc 也是一个很好的地方)$QT_DIR/Tools/QtCreator/bin$QT_DIR/5.4/gcc_64/bin(这些是我的情况,您可以将其更改为类似的)。

我只剩下在终端中键入 qmake pgmodeler.pro && make && sudo make install 并等待过程结束。

我的英语有很多不足之处,所以请给我一些更正。

关于postgresql - 无法安装 pgmodeler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30708376/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com