Plotting and graphics in C++

In summary, the person is trying to install a plot library and is having trouble. They mention that some of the errors they are getting might be due to missing files. The person also has an Ubuntu machine and is wondering if they should switch to Xcode.f
  • #1
127
1
Hi All,

Not sure if this is the right place for this thread but it seemed like it was.

I have been trying for two whole days to get some plotting tools up and running that will work with my:
OSX 10.8.5, Xcode 5.1.

I have tried MathGL, Plplot, Gnuplot, Chplot, matplotpp, etc.

I get errors that I can't seem to fix when installing and/or running these. There's either missing files, linker errors, etc
I think my main issue is upon install when I am supposed to run 'make' in the active directory it does nothing on my machine. I have looked up all my errors, including the build errors, and tried valiantly to get just ONE of these working. I don't think it should be this hard?

Does anyone have any suggestions as to an easy install of a C++ plot library?

I also have an Ubuntu machine which I may just switch to, but I was really hoping to use Xcode being that my thesis work will be on a Mac/Xcode platform.

Thanks in advance, any help is appreciated.
 
  • #2
OK, so, VTK seems to be installing... I got through the build and configure... fingers crossed
 
  • #3
And it errors out at 45% during install... If anyone can help I'd appreciate it, this is becoming frustrating
 
  • #4
One thing you might look at if you are having trouble running a make file is to see if your PATH declaration has all the directories in it that are required.
 
  • #5
I've noticed that some of these builds have a cMakeList.txt file and if I run: cmake . command it will carry out the list. I've gotten past this just now in VTK but the error and an internet search is telling me that I must "simply remove the -fobjc-gc flag from VTK_REQUIRED_OBJCXX_FLAGS" . I'm trying to do this now I guess.
 
  • #6
So I've tried to update my CMakeList.txt to fix this error but to no avail: still getting this: error: garbage collection is no longer supported. I was told to "
simply remove the -fobjc-gc flag from VTK_REQUIRED_OBJCXX_FLAGS." , which I did, and it does not fix the error
 
  • #7
When I did a data mining class the lecturer used GNUplot.

If your make command doesn't do anything you need to make sure the programming tools are setup in your distribution and your user account.

I would get the make issue fixed before anything else is done.
 

Suggested for: Plotting and graphics in C++

Replies
3
Views
2K
Replies
9
Views
1K
Replies
3
Views
688
Replies
6
Views
920
Replies
3
Views
1K
Replies
2
Views
513
Replies
14
Views
3K
Back
Top