Giter Club home page Giter Club logo

Comments (11)

jfmcarreira avatar jfmcarreira commented on May 22, 2024

Thanks for reporting!

Does building Qt only works? Which version of the KDE frameworks do you have? I assume this might be a missing dependency.

from ktikz.

ArchangeGabriel avatar ArchangeGabriel commented on May 22, 2024

Building Qt only does not work:

In file included from ../ktikz-0.12/common/templatewidget.h:22,
                 from ../ktikz-0.12/common/templatewidget.cpp:19:
ui/ui_templatewidget.h:18:10: fatal error: ../common/utils/combobox.h: No such file or directory
 #include "../common/utils/combobox.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:1357: obj/templatewidget.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../ktikz-0.12/common/templatewidget.h:22,
                 from ../ktikz-0.12/common/tikzpreviewcontroller.cpp:49:
ui/ui_templatewidget.h:18:10: fatal error: ../common/utils/combobox.h: No such file or directory
 #include "../common/utils/combobox.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

But that error just means you don’t support building from anywhere, only from a folder that is in the main directory. Changing that led to a successful Qt build. Should I open another issue for this?

But that does not change anything for ktikz. KDE Frameworks are 5.47. I would also bet on some missing docbook dependency, but not sure which one. Any idea?

from ktikz.

ArchangeGabriel avatar ArchangeGabriel commented on May 22, 2024

OK, got it working by adding kdelibs4support. Maybe you should add this to the dependency list?

from ktikz.

ArchangeGabriel avatar ArchangeGabriel commented on May 22, 2024

(It contains dtd/kdex.dtd, which was apparently the missing part.)

from ktikz.

jfmcarreira avatar jfmcarreira commented on May 22, 2024

Maybe I should add it. Maybe I am not building something on my side. When I initially ported I had that framework but then I managed to get rid of it.

I can add it again untill we manage to correctly port this.

from ktikz.

jfmcarreira avatar jfmcarreira commented on May 22, 2024

Regarding the Qt build you could create an issue but I will probably will not look at it soon. Because it would also affect the KDE build.

But if you create an issue we will be able to tracked it down

from ktikz.

ArchangeGabriel avatar ArchangeGabriel commented on May 22, 2024

The kdelibs4support is about dtd/kdex.dtd file being required to build the doc apparently.

from ktikz.

jfmcarreira avatar jfmcarreira commented on May 22, 2024

Can you send the comple build log including cmake generation. I am able to build it without kdelibs4support. I would like to check what is different about us

from ktikz.

jfmcarreira avatar jfmcarreira commented on May 22, 2024

Can you try again with the lastest version on master. I looked at porting documentation and made some changes. I do not know if it is enough.

I am reluctant to add kdelibs4support again as this is bad police. I think we should make the effort to correctly port it to KDE frameworks 5.

from ktikz.

pinotree avatar pinotree commented on May 22, 2024

The issue with the DocBook documentation was fixed with commit 3b137b2.

from ktikz.

ArchangeGabriel avatar ArchangeGabriel commented on May 22, 2024

I can confirm that this commit allows to remove kdelibs4support from building dependencies. Congrats on getting rid of it, that effectively the good thing to do!
(And sorry for the long delay in answering…)

from ktikz.

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.