From boris at codesynthesis.com Fri Feb 12 02:19:46 2016 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Feb 12 02:19:49 2016 Subject: [libcutl-users] [PATCH] Fix building on GNU/Hurd In-Reply-To: <1867952.6T3DZuYEXb@drak> References: <1867952.6T3DZuYEXb@drak> Message-ID: Hi Pino, Pino Toscano writes: > Attached there is a first version of patch for switching away from > PATH_MAX on non-Windows platforms Ok, I finally got to look into this. Sorry for the long delay. While I appreciate you submitting the patch and the explanation, the amount of complexity (and overhead) that is added to handle corner cases/platforms is too much, IMO. So I've resolved this with a much simpler fix (define fallback PATH_MAX of 4096): http://scm.codesynthesis.com/?p=libcutl/libcutl.git;a=commit;h=bca10c3106b5945203baa300f0a260185deb1c4d I am, however, going to keep your patch for future references in case this needs to be revised for some reason. Thanks, Boris