Git Product home page Git Product logo

Comments (7)

rkhaotix avatar rkhaotix commented on June 27, 2024

You have two conflictings Qt version...

qt3-3.3.8b-30.el6.x86_64
qt-4.6.2-24.el6.x86_64

Its not a good idea have qt3 and qt4 at same system...

Also, pgModeler doesn't compile with Qt version above 4.7.4. Some classes and methods used aren't present on qt 4.6...
Check details at COMPILING.md

from pgmodeler.

piercej avatar piercej commented on June 27, 2024

so, since RHEL6 and by design CentOS 6, use qt 4.6, pgmodeler can not be built on these platforms without messing up the core system packages or kluging up a qt 4.8 parallel install??

from pgmodeler.

piercej avatar piercej commented on June 27, 2024

On 11/11/12 3:29 PM, Raphael Araújo e Silva wrote:

You have two conflictings Qt version...

qt3-3.3.8b-30.el6.x86_64
qt-4.6.2-24.el6.x86_64

Its not a good idea have qt3 and qt4 at same system...

doesn't appear practical to remove qt3 from a RHEL6 system....

rpm -qa qt3*

qt3-3.3.8b-30.el6.x86_64

rpm -e qt3

error: Failed dependencies:
libqt-mt.so.3()(64bit) is needed by (installed)
redhat-lsb-graphics-4.0-3.el6.centos.x86_64

Also, pgModeler doesn't compile with Qt version above 4.7.4. Some
classes and methods used aren't present on qt 4.6...
Check details at COMPILING.md
https://github.com/pgmodeler/pgmodeler/blob/master/COMPILING.md

I assume you meant it doesn't compile with version BELOW 4.7.4? your
compiling page says it requires 4.8

john r pierce N 37, W 122
santa cruz ca mid-left coast

from pgmodeler.

rkhaotix avatar rkhaotix commented on June 27, 2024

Oh sorry... My mistake. I meant version BELOW 4.7.4.
The compiling docs says Qt 4.8 but the 4.7.4 is still accepted (but has a little bugs). ;)

from pgmodeler.

greyblake avatar greyblake commented on June 27, 2024

I have only qt4 installed and have same failure.

# aptitude search qt4 | grep ^i
i A libqt4-assistant                - Qt 4 assistant module                     
i A libqt4-dbus                     - Qt 4 D-Bus module                         
i A libqt4-designer                 - Qt 4 designer module                      
i A libqt4-dev                      - Qt 4 development files                    
i A libqt4-help                     - Qt 4 help module                          
i A libqt4-multimedia               - Qt 4 Multimedia module                    
i A libqt4-network                  - Qt 4 network module                       
i A libqt4-opengl                   - Qt 4 OpenGL module                        
i   libqt4-opengl-dev               - Qt 4 OpenGL library development files     
i A libqt4-qt3support               - Qt 3 compatibility library for Qt 4       
i   libqt4-ruby                     - Qt Ruby bindings                          
i A libqt4-ruby1.8                  - Qt 4 bindings for Ruby                    
i A libqt4-script                   - Qt 4 script module                        
i A libqt4-scripttools              - Qt 4 script tools module                  
i A libqt4-sql                      - Qt 4 SQL module                           
i A libqt4-svg                      - Qt 4 SVG module                           
i A libqt4-test                     - Qt 4 test module                          
i A libqt4-webkit                   - Qt 4 WebKit module                        
i A libqt4-xml                      - Qt 4 XML module                           
i A libqt4-xmlpatterns              - Qt 4 XML patterns module                  
i A libzlui-qt4                     - Qt4 interface module for ZLibrary         
i A python-qt4                      - Python bindings for Qt4                   
i A qt4-qmake                       - Qt 4 qmake Makefile generator tool    

# aptitude search qt3 | grep ^i
i A libqt4-qt3support               - Qt 3 compatibility library for Qt 4  

I use Debian squeeze. Any ideas?

from pgmodeler.

rkhaotix avatar rkhaotix commented on June 27, 2024

@greyblake you need to check the full Qt version. You have the Qt 4.. but what the complete version? pgModeler need at least the Qt 4.7.4! ;)

Check if the command qmake -v returns something like:

QMake version 2.01a
Using Qt version 4.8.2 in /usr/lib64/qt/lib

Notice that my Qt version is 4.8.2 which is the recommended version to compile pgModeler. Versions below 4.7.4 may not be used since some classes aren't present.

Try again and feel free to question! ;)
Good luck!

from pgmodeler.

greyblake avatar greyblake commented on June 27, 2024

Looks like I have 4.6.

qmake -v
QMake version 2.01a
Using Qt version 4.6.3 in /usr/lib

Thanks @rkhaotix !

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.