Peter Wiley-Cordone wrote: > I'm building geda on a macbook osx 10.5 using macports to install > dependent packages. I finally got geda to build from the git > repository; however, I can't leave the function strnlen in the source > (It's been a while since I've done C programming, but apparently > strnlen is not a standard function in C but part of the gnu > extensions). If I change the single instance of strnlen to strlen (I > know this isn't a proper fix) the application will launch.
Peter C. fixed this in git earlier this evening. -Dan _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
