Source: instead
Version: 3.1.2-1
Severity: important
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

The latest build of instead for hurd-i386 (admittedly not a release
architecture) failed:

  /<<PKGBUILDDIR>>/src/game.h:49:23: error: 'PATH_MAX' undeclared here (not in 
a function); did you mean 'INT8_MAX'?

The Hurd has no hard PATH_MAX; best practice is to allocate dynamic
buffers based on pathconf(..., _PC_PATH_MAX), but it's also common to
supply a fallback constant (typically 4096).  Could you please take a
look?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to