If you are doing your own compilation using the compilers and libraries from
MacPorts, you need to direct your build to use the specified tools, headers,
and libraries.
You can look at what MacPorts sets up itself for each build for a clue, for
example this is setup for a generic build of somet
You can also look into how to use pkgconfig and cmake to find needed libraries.
They can suffice for simpler header and library path additions, and often that
might be all you need for a simpler project with just one or two things needed.
K
Hello Ken,
thanks a lot for the responses, but I already tried that without too
much success (CFLAGS and CXXFLAGS in that case), but will retry again.
And maybe I'll have to learn 'bit about cmake, as I'm much more
familiar with makefiles & Co. - that's the deal with too old people
sitting in fr