X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 31 Aug 2016 20:42:42 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] Mac OSX Support for pcb In-Reply-To: Message-ID: References: <20160205092413 DOT 21482 DOT qmail AT stuge DOT se> <57C703E1 DOT 3050203 AT iee DOT org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Aug 2016, Chad Parker (parker DOT charles AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >There is a string function "strchrnul" that is a GNU extension of the >standard C library. It's not supported in the OSX version. It's used in the >gtk-hid, but I haven't really looked at the how or why. It order to build >mainline on OSX, I've had to supply an implementation of it. > >Maybe pcb-rnd no longer uses that function making it a non-issue. Correct, there's no strchrnul() call in pcb-rnd. (No strdup() either, we are very close to C89-compliance in core) Regards, Igor2