On Fri, 12 Jan 2007, Tom Russo wrote: > Yep. Commit to maps.c on 5 Jan 2007 introduced two instances of strcasestr > into maps.c. Clearly, strcasestr isn't in the cygwin libraries, so the build > pukes at the link phase. Perhaps a case-insensitive comparison isn't > necessary in this instance, and strstr could be used instead (as it's used > all over the code and doesn't cause cygwin to puke, that must be there on > Cygwin)?
Exactly where I was headed and I have that compiling now. -- Curt, WE7U. APRS Client Comparisons: http://www.eskimo.com/~archer "Lotto: A tax on people who are bad at math." -- unknown "Windows: Microsoft's tax on computer illiterates." -- WE7U "The world DOES revolve around me: I picked the coordinate system!" _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
