Thread overview
[Issue 5463] New: errno undeclared in gzio.c
Jan 20, 2011
Glenn Haecker
Feb 19, 2011
Glenn Haecker
Jun 02, 2011
Dan Sănduleac
May 01, 2012
SomeDude
January 20, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5463

           Summary: errno undeclared in gzio.c
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: ghaecker@idworld.net


--- Comment #0 from Glenn Haecker <ghaecker@idworld.net> 2011-01-20 02:48:53 PST ---
dmd 2.051

Building phobos fails at

cc -c  -m32 -O3 etc/c/zlib/gzio.c -ogenerated/posix/release/etc/c/zlib/gzio.o

with multiple "‘errno’ undeclared" errors.

gzio.c is missing errno header

#include <errno.h>

Also, in etc/c/zlib/linux.mak lines 43 - 47 should be commented out or removed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 19, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5463



--- Comment #1 from Glenn Haecker <ghaecker@idworld.net> 2011-02-19 00:13:36 PST ---
Same for dmd v2.052

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 02, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5463


Dan Sănduleac <sanduleac.dan@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sanduleac.dan@gmail.com


--- Comment #2 from Dan Sănduleac <sanduleac.dan@gmail.com> 2011-06-02 11:14:31 PDT ---
Same for DMD 2.053 on Mac OS X. Thanks, your fix made it compile.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 01, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5463


SomeDude <lovelydear@mailmetrash.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lovelydear@mailmetrash.com


--- Comment #3 from SomeDude <lovelydear@mailmetrash.com> 2012-05-01 07:31:17 PDT ---
To close.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------