Giter VIP home page Giter VIP logo

Comments (14)

lawremi avatar lawremi commented on August 12, 2024

Thanks for making a new issue. Please don't worry about any of the Q_WS symbols except for Q_WS_X11, because the other ones are supposed to fail for your platform. The Q_WS_X11 fails, because it can't find qglobals.h, because the necessary include path -I/usr/include/qt4 is not on the compiler command line. Not sure why cmake is making that mistake.

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

Update: I installed libsmokeqt4-dev and smoke-dev-tools, along with adding

include_directories("/usr/include/qt4") 

to CMakeLists.txt in kdebindings. Didn't help.

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

Dammit, I didn't mean to close this bug. Can't figure out how to un-do it.

from qtbase.

lawremi avatar lawremi commented on August 12, 2024

You shouldn't need to install any smoke packages. That will likely only cause conflicts, so I would just get rid of them. Also, the include_directories line would not help. This is an issue with the way cmake is checking for Qt. My guess is that it is failing to find qmake. As far as I can tell, qmake needs to be on your PATH. So please try which qmake to see if it's there. And I managed to reopen the issue.

from qtbase.

ttriche avatar ttriche commented on August 12, 2024
tim@tims-x200s:~/Dropbox/visnab$ which qmake
/usr/bin/qmake

D'oh!

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

ARGH I CLOSED THE DAMNED THING AGAIN!!!!!

Damn you Github!

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

I sent an email to GitHub support requesting anti-knucklehead features in Issues, so that project owners don't have to deal with knobs like me. Lo siento

from qtbase.

lawremi avatar lawremi commented on August 12, 2024

Yes the "Comment and Close" has almost got me a couple of times. Anyway, I wonder what happens if you run qmake -query QT_INSTALL_HEADERS?

from qtbase.

ttriche avatar ttriche commented on August 12, 2024
tim@tims-x200s:~/qtbase$ qmake -query QT_INSTALL_HEADERS
/opt/qtsdk-2010.05/qt/include

That's kind of not very cool. Maybe this is what's hosing everything. I think I tried to build RStudio at one point. Clearly, Vim is jealous, and showing its displeasure.

Thanks for the tip, I think I have a good idea how to solve this now!

[Not Closing]

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

I installed the Qt SDK from TrollTech, re-pulled the repo for qtbase, and now it seems to be working fine.

Also the GitHub people said they're working on the Comment and Facepalm button so that is also cool.

Thanks much for your help and patience. It's nontrivial to build all the pre-requisites for visnab...

[Now actually closing the bug on purpose!]

from qtbase.

lawremi avatar lawremi commented on August 12, 2024

Great. Do you have a list of Ubuntu packages that you needed to install? On my Gentoo box it's just qt-core and qt-gui.

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

I had to install the Qt Mobile package so that the qtMultiMedia extensions were in there. I can try uninstalling the TrollTech Qt SDK and see what happens... but not right now :-)

from qtbase.

lawremi avatar lawremi commented on August 12, 2024

Ok. It shouldn't depend on qt-multimedia though. Might emit some messages about not having it, but it should still work.

from qtbase.

ttriche avatar ttriche commented on August 12, 2024

Actually it failed outright. I couldn't figure out why, so I just compiled the beta mobile/multimedia libraries from the Qt site and afterwards it was fine. Now I can plot Circos-like plots in VisNAB, which was the point of the exercise :-)

from qtbase.

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.