Date: Thu, 23 May 2019 07:30:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238066] graphics/ipe: fix build with GCC-based architectures Message-ID: <bug-238066-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238066 Bug ID: 238066 Summary: graphics/ipe: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: pkubaj@FreeBSD.org Assignee: bofh@freebsd.org Flags: maintainer-feedback?(bofh@freebsd.org) Created attachment 204561 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204561&action= =3Dedit patch Add include limits.h to ipelib/ipeplatform.cpp to find PATH_MAX: ipeplatform.cpp: In static member function 'static ipe::String ipe::Platform::realPath(ipe::String)': ipeplatform.cpp:420:14: error: 'PATH_MAX' was not declared in this scope char rpath[PATH_MAX]; ^~~~~~~~ ipeplatform.cpp:420:14: note: suggested alternative: 'INT8_MAX' char rpath[PATH_MAX]; ^~~~~~~~ INT8_MAX --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238066-7788>