I'm sorry you've had such trouble. Don't be shy about asking.
I'm not sure exactly which gcc versions work and don't work. I
usually build on llvm/clang on MacOS.
When I have been building with gcc, I've been using a 4.8 version. If
you go too old, C++11 features start dropping off. However, I would
have guessed 4.4 would be OK. To my knowledge I haven't tried any gcc
5.X yet, I guess I need to catch up.
The good news is, that error message is at the very end of the
process. Everything has compiled, but it is having trouble when it
came to the final link steps. All the CMake configuration stuff
passed -- so it shouldn't have run into this problem. However, it
did, so we'll work on it.
From the look of the error, your gcc version isn't the problem.
OpenVSP bundles our own FLTK in the build, but on Linux it is
generally better to use the OS supplied version.
Did you pass -DVSP_USE_SYSTEM_FLTK=true to CMake when you did this build?
That is probably the easiest way to get around this problem.
Also, no need to use 'sudo' when building VSP. You generally only
want to use sudo when you're installing a program on Linux (final
step). Since VSP doesn't have a 'install' target in the build, you
probably don't want to use sudo at all for our stuff.
Rob
> --
> You received this message because you are subscribed to the Google Groups
> "OpenVSP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
openvsp+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.