Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 1995 16:19:42 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        aharpham@cnweb.com (Allen D. Harpham)
Cc:        jc@irbs.com, freebsd-hackers@freebsd.org
Subject:   Re: To the person with Merit-2.16 compile problems
Message-ID:  <199512091519.QAA27629@uriah.heep.sax.de>
In-Reply-To: <Pine.3.89.9512081642.B1937-0100000@nebland.cnweb.com> from "Allen D. Harpham" at Dec 8, 95 04:28:32 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Allen D. Harpham wrote:
> 
> When I run Make I get the following error:
> 
> "Makefile", line 502: Need an operator
> Fatal errors encountered -- cannot continue

Remove the line with a sole tab.  Later make's don't complain any more.

> If I delete the lines that refer to builddbm from the makefile, I get the 
> following error:
> 
> ./src/users.c: In function 'update_clients':
> ./src/users.c:2509: 'h_errno' undeclared (first use this function)
> ./src/users.c:2509: (Each undeclared identifier is reported only once
> ./src/users.c:2509: for each function it appears in.)
> *** Error code 1

#include <netdb.h>

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512091519.QAA27629>