Giter Club home page Giter Club logo

Comments (6)

winterz avatar winterz commented on July 28, 2024

probably not related, but I think you need to use ming32-make when using the MinGW generated makefiles. this is shown in the Install.txt

I have never tried building with graphviz on windows. did you also build graphviz yourself and with the MinGW compiler system?

from gammaray.

krf avatar krf commented on July 28, 2024

@programmernoob: You're missing the gvc and (cgraph or graph) library. Both should be in your Graphviz install directory. I'm wondering why CMake doesn't bail out on configure time. Do you actually intend to build the State Machine plugin? If yes, can you show us the arguments you pass to CMake and attach/pastebin the contents of CMakeCache.txt?

from gammaray.

programmernoob avatar programmernoob commented on July 28, 2024

I used the Nmake and not the ming32.
No I didn't build graphviz myself. But I did build Cmake and VTK myself.
I've got these files : cgraph.dll, graph.lib, graph.h
Is that what you're talking about?
I also seem to have gvc.dll, gvc.lib, gvc.h, gvcext.h, gvcjob.h, gvccommon.h files.
Does this mean that I have the gvc installed but cmake is unable to find it? Do I have to set a system environment variable for gvc and (cgraph or graph) ?

I've got no clue what the State Machine plugin actually is. Do I really need it? This is my first time wanting to try GammaRay. Thanks for the help.

Here is my CMakeCache.txt file:
http://paste.ubuntu.com/7133751/

from gammaray.

krf avatar krf commented on July 28, 2024

@programmernoob: I suggest trying to build that without Graphviz support for now. Clear CMakeCache.txt and don't explicitely pass GRAPHVIZ_ROOT.

We have to apply some more fixes to actually be able to use that third-party library on Windows.

The State Machine plugin is for live-debugging QStateMachine instances, you can learn more at: https://www.kdab.com/kdab-products/gammaray/

from gammaray.

winterz avatar winterz commented on July 28, 2024

I noticed that the Graphviz Windows installer only provides the 32-bit version. So I expect the FindGraphviz will succeed, but the linking will fail when attempting to build a 64-bit version.

I haven't found a 64-bit Graphviz installer yet.

from gammaray.

krf avatar krf commented on July 28, 2024

I think we can close this. You'd have to manually compile Graphviz in order to be able to actually link against it.

from gammaray.

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.