Git Product home page Git Product logo

Comments (3)

 avatar commented on June 21, 2024

Hi
I am on Mac OS X 10.6.8 and I am willing to try but I did not manage to compile the sources.

$ > qmake pgmodeler.pro
Project ERROR: Package libpq not found

I have the lib here :

$ > ls -al /Library/PostgreSQL/8.4/lib/ | grep libpq
-rwxr-xr-x 1 root daemon 369500 1 jui 07:58 libpq.5.2.dylib
lrwxr-xr-x 1 root daemon 15 24 jul 15:55 libpq.5.dylib -> libpq.5.2.dylib
-rw-r--r-- 1 root daemon 480588 1 jui 07:17 libpq.a
lrwxr-xr-x 1 root daemon 15 24 jul 15:55 libpq.dylib -> libpq.5.2.dylib

I aslo tried to set LD_LIBRARY_PATH=/Library/PostgreSQL/8.4/lib in my ~/.bashrc but I still have the same error.

What am I doing wrong?

from pgmodeler.

rkhaotix avatar rkhaotix commented on June 21, 2024

Hello @Erouxel, the process is really broken on Mac OSX 10.8 not tested on older version.

But if want to test and if are using the code from master branch try to remove the entry "-llibpq" and add "/Library/PostgreSQL/8.4/lib/libpq.dylib" to the var LIBS on pgmodeler.pro.

Change:

LIBS = -lxml2 -lpq

To:

LIBS = -lxml2 /Library/PostgreSQL/8.4/lib/libpq.dylib

from pgmodeler.

 avatar commented on June 21, 2024

Hi again
Does that mean that it is also gonna fail on previous versions of OSX ?
Anyway, I tried your modification but I have the same error !

from pgmodeler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.