Re: Problem compiling regexdemo and pipedemo on Redhat linux 5.2
I answered this mail yesterday, but then I saw that the original posting had a `Reply-To' header, so I'm sending it again, to the list, because it might be of interest to others. BTW, I think one should generally *not* use `Reply-To' headers in the mailing list, unless in special cases (like the strawpoll recently), just like one should not ask for private replies in newsgroups. David James wrote:
/usr/lib/gcc-lib/i586-pc-linux-gnu/2.8.1/units/regexc.c:24: rxposix.h: No such file or directory
For the RegEx unit, you need the rx library. Sources and binaries are available at ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/
/usr/lib/gcc-lib/i586-pc-linux-gnu/2.8.1/units/pipec.c:34: `pid_t' undeclared (first use in this function)
Oh yes, this is a bug. Please add the line #include <sys/types.h> in pipec.c (near the other #include statements), then it should work. Frank -- Frank Heckenbach, frank@fjf.gnu.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
participants (1)
-
Frank Heckenbach