The problem is that set4pixels() and another function set2lines() are
defined as 'inline' functions in simple.c, but it is compiled with
-std=gnu99. This means that these definitions cannot be called from
another object file.
So, either libvgl should be compiled with -std=gnu89, or somebody who
knows about libvgl's "official" API should decide whether these
functions must be externally accessible or not. Since libvgl looks very
old (it was imported 8 years ago, and the last functional change was 6
years ago), the former is probably the easiest fix.
Since gnash has about a gazillion dependencies, and I have the idea that
after 12 hours of building stuff, I will not be able to reproduce your
error message anyway, could you please post it (or upload it, if it is
very large)?
Also, please note that building ports with clang is still experimental,
although various people are actively working on it. And there are
*many* ports that have totally broken configure scripts, or that just
assume the only software in the world is GNU. :)
See http://wiki.freebsd.org/PortsAndClang for some information (although
it is a little outdated now), and a link to patches. Any help in this
area is appreciated!
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"