bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fails to build on HP-UX 10.20


From: Matt Kraai
Subject: Fails to build on HP-UX 10.20
Date: Fri, 17 Apr 2009 14:02:19 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Howdy,

When I try to build GNU Grep 2.5.4 on HP-UX 10.20, it fails as follows:

         source='search.c' object='search.o' libtool=no \
         DEPDIR=.deps depmode=hp /bin/sh ../depcomp \
         cc -Ae -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib 
-DLOCALEDIR=\"/users/m_kraai/share/locale\"     -g -c search.c
 cc: "search.c", line 283: error 1610: Attempting to return value from function 
of type void.
 cc: "search.c", line 289: error 1610: Attempting to return value from function 
of type void.
 cc: "search.c", line 294: error 1610: Attempting to return value from function 
of type void.
 *** Error exit code 1
 
 Stop.

I fixed this problem by removing the return keywords in Gcompile,
Acompile, and Ecompile.

-- 
Matt                                                 http://ftbfs.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]