Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 106 in ndt: embeded old strlcpy/strlcat definitions prevent build of web100clt on OSX 10.9 Mavericks

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 106 in ndt: embeded old strlcpy/strlcat definitions prevent build of web100clt on OSX 10.9 Mavericks


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 106 in ndt: embeded old strlcpy/strlcat definitions prevent build of web100clt on OSX 10.9 Mavericks
  • Date: Wed, 11 Dec 2013 20:30:17 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 106 by : embeded old strlcpy/strlcat definitions prevent build of web100clt on OSX 10.9 Mavericks
http://code.google.com/p/ndt/issues/detail?id=106

I've been maintaining the mac homebrew formula for web100clt[0] tool from the NDT package. With the release of OSX 10.9 strlcpy and strlcat functions are both already defined (build error [1]). In order to build the package on OSX 10.9 one must set CFLAG -D_FORTIFY_SOURCE=0.

Is there still a reason to define these macros in preference to the ones provided by the OS?

Un-defining them in OSX 10.9 and Scientific Linux 6.4 both works.

FYI NDT 3.6.5.2 defines these macros in:
strlutils.h

[0] https://github.com/mxcl/homebrew/pull/25093
[1] https://gist.github.com/igable/7881828

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page