Coder Social home page Coder Social logo

Comments (5)

cameronwp avatar cameronwp commented on June 21, 2024 1

from cpp-grapher.

cameronwp avatar cameronwp commented on June 21, 2024

I've been running through the instructions here but am seeing some issues. Also running make check against ImageMagick shows some errors, which is disconcerting. Here's what I'm seeing when I try to compile:

[ 75%] Linking CXX executable Tests
/usr/bin/ld: cannot find -lMagick++-7.Q8HDRI
collect2: error: ld returned 1 exit status
Sources/Tests/CMakeFiles/Tests.dir/build.make:148: recipe for target 'Sources/Tests/Tests' failed
make[3]: *** [Sources/Tests/Tests] Error 1
CMakeFiles/Makefile2:294: recipe for target 'Sources/Tests/CMakeFiles/Tests.dir/all' failed
make[2]: *** [Sources/Tests/CMakeFiles/Tests.dir/all] Error 2
CMakeFiles/Makefile2:306: recipe for target 'Sources/Tests/CMakeFiles/Tests.dir/rule' failed
make[1]: *** [Sources/Tests/CMakeFiles/Tests.dir/rule] Error 2
Makefile:144: recipe for target 'Tests' failed
make: *** [Tests] Error 2

from cpp-grapher.

U007D avatar U007D commented on June 21, 2024

Yup, this is an issue I haven't yet resolved from the epic battle of installing Magick++. :( Both the Magick++ include files and runtime libraries are hard-coded for Mac OSX for the moment, rather than using system environment variables to locate what's needed.

Three options:

  1. I can post a manual set of steps that will help you work around the issue for now
  2. I can stick with the plan to resolve this once I have finished implementing mapping of arbitrary data to graph pixels, or
  3. I can pause on current work and implement a solution and then resume the mapping work, if you are currently blocked.

Let me know which is best for you.

from cpp-grapher.

cameronwp avatar cameronwp commented on June 21, 2024

from cpp-grapher.

U007D avatar U007D commented on June 21, 2024

Cool.

FYI there's a bit more detail on this in the commit message where I felt I had to postpone putting together the proper solution from the get-go. It's 4958cd9 if you're curious.

There are actually three issues (marked by the sad faces in that commit message) that I had to check in. I do expect to be able to resolve all three, though. :)

from cpp-grapher.

Related Issues (4)

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.