[Prev][Next][Index][Thread]
Can't Build
Hi,
I retrieved the latest (?) version, 4.1 beta 1 of libwww and have not
been able to build. I have an HP box, running HP-UX 9.05 with X/Motif.
I ran configure as specified and it seems to have configured everything
correctly. Then when I did a "make," I got the following output:
$ make
make all-recursive
for subdir in config Library PICS-client LineMode Robot ComLine
MiniServ Listen Icons; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in config
No suffix list.
making all in Library
No suffix list.
for subdir in src User Examples; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in src
Make: line 839: syntax error. Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Any ideas?
Thanks in advance,
Yury
Follow-Ups: