Build failure: need errno include in latex-pstricks.cpp

Hi,
I'm getting a build failure (from current public CVS) using GCC 3.4 on Fedora Core 3; it claims to fail because errno is undefined in src/extensions/internal/latex-pstricks.cpp . The attached trivial patch just adds an "#include <errno.h>" to that file; builds and runs fine (as far as I can tell after only a couple of minutes of use) with this.
Do you prefer that even trivial issues like this are filed in the bug tracker, or is just hitting the mailing list OK?
Cheers, Per

Thanks, committed
On 6/6/05, Per Bjornsson <perbj@...604...> wrote:
Hi,
I'm getting a build failure (from current public CVS) using GCC 3.4 on Fedora Core 3; it claims to fail because errno is undefined in src/extensions/internal/latex-pstricks.cpp . The attached trivial patch just adds an "#include <errno.h>" to that file; builds and runs fine (as far as I can tell after only a couple of minutes of use) with this.
Do you prefer that even trivial issues like this are filed in the bug tracker, or is just hitting the mailing list OK?
Cheers, Per
-- Per Bjornsson <perbj@...604...> Ph.D. Candidate, Department of Applied Physics, Stanford University
participants (2)
-
bulia byak
-
Per Bjornsson