Coder Social home page Coder Social logo

Comments (4)

CodePhase avatar CodePhase commented on July 21, 2024

This looks like you may be missing a dependency. Please make sure the following are installed:

qt5-qtbase
qt5-qtbase-devel
libQGLViewer-qt5-devel
mesa-libGL-devel

Let me check and make sure I can build on Fedora 23 x86_64 still. It's possible that other dependencies not listed are also required.

from awesomebump.

CodePhase avatar CodePhase commented on July 21, 2024

Ok, the master branch still compiles for me on Fedora 23 x86_64. I found that the ui class that seems to be faulting in your build comes from dialogheightcalculator.h, where the ui namespace is defined. This namespace uses a class called DialogHeightCalculator that is inherited from QDialog. To get QDialog, you need to make sure the qt5-qtbase-devel package is installed. Let me know if that helps.

from awesomebump.

kmkolasinski avatar kmkolasinski commented on July 21, 2024

Hi, I don't understand why there is so big traffic just before Christmas ;)
Ok, so the problem is that the compilator doesn't see new objects in ui like this:

connect(ui->pushButtonBaseMapToOthersHMaxVal,SIGNAL(toggled(bool)),this,SLOT(toggleColorPicking(bool)));

pushButtonBaseMapToOthersHMaxVal - is a member of FormImageProp so it means that this is not present in ui file. However in master there is such member: formimageprop.ui, which suggest that you have to compile with old files? Are you sure you have complete master ?

from awesomebump.

CodePhase avatar CodePhase commented on July 21, 2024

Yeah, I'm just getting back but will be gone again for the holiday soon so I thought I'd check on things here. @kmkolasinski, sounds very plausible. @Calinou, could you do a git pull on your local master branch and retry the compilation?

from awesomebump.

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.