[684] in arla-drinkers
arla 0.22 compile errors on Openbsd
daemon@ATHENA.MIT.EDU (wwshen@eecs.umich.edu)
Fri Mar 12 10:51:11 1999
From owner-arla-drinkers@stacken.kth.se Fri Mar 12 15:51:11 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 3778 invoked from network); 12 Mar 1999 15:51:10 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 12 Mar 1999 15:51:10 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id QAA03081
for arla-drinkers-list; Fri, 12 Mar 1999 16:44:27 +0100 (MET)
Received: from soso.eecs.umich.edu (soso.eecs.umich.edu [141.213.4.24])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id QAA03077
for <arla-drinkers@stacken.kth.se>; Fri, 12 Mar 1999 16:44:23 +0100 (MET)
From: wwshen@eecs.umich.edu
Received: from localhost by soso.eecs.umich.edu (8.9.2/8.9.1) with ESMTP id KAA29158
for <arla-drinkers@stacken.kth.se>; Fri, 12 Mar 1999 10:44:02 -0500 (EST)
Date: Fri, 12 Mar 1999 10:44:02 -0500 (EST)
To: arla-drinkers@stacken.kth.se
Subject: arla 0.22 compile errors on Openbsd
Message-ID: <Pine.GSO.4.10.9903121034230.28764-100000@soso.eecs.umich.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
I am trying to install arla 0.22 in my Openbsd.
But I get the following error:
.......................................................
xfs_vfsops-openbsd.c:103: warning: excess elements in struct initializer
after `xfs_vfc'
xfs_vfsops-openbsd.c:104: warning: excess elements in struct initializer
after `xfs_vfc'
xfs_vfsops-openbsd.c:105: warning: excess elements in struct initializer
after `xfs_vfc'
xfs_vfsops-openbsd.c:107: warning: excess elements in struct initializer
after `xfs_vfc'
xfs_vfsops-openbsd.c: In function `vfs_register':
xfs_vfsops-openbsd.c:118: `vfsconf' undeclared (first use this function)
xfs_vfsops-openbsd.c:118: (Each undeclared identifier is reported only
once
xfs_vfsops-openbsd.c:118: for each function it appears in.)
xfs_vfsops-openbsd.c:120: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:120: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:121: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:121: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:124: `maxvfsconf' undeclared (first use this
function)
xfs_vfsops-openbsd.c:129: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:133: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c: In function `vfs_unregister':
xfs_vfsops-openbsd.c:147: `vfsconf' undeclared (first use this function)
xfs_vfsops-openbsd.c:149: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:149: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:150: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:150: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:156: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:160: dereferencing pointer to incomplete type
xfs_vfsops-openbsd.c:162: `maxvfsconf' undeclared (first use this
function)
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Could anyone tell me how I can fix it? Thanks.
wuwei