Source: tome
Version: 2.4~0.git.2015.12.29-1.2
Severity: important
Tags: upstream
Justification: fails to build from source

Builds of tome for hurd-i386 (admittedly not a release architecture)
are still failing:

  /<<PKGBUILDDIR>>/src/main-sdl.c:326:16: error: 'PATH_MAX' undeclared (first 
use in this function); did you mean 'INT8_MAX'?

The Hurd has no global PATH_MAX.  Best practice is to use
pathconf(_PC_PATH_MAX), which can entail allocating some buffers
dynamically.  Alternatively, you can supply a fallback constant
definition, 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