From owner-freebsd-fs@FreeBSD.ORG Tue Nov 16 23:39:44 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1830116A4CE for ; Tue, 16 Nov 2004 23:39:44 +0000 (GMT) Received: from trinity.trancecrypt.com (s1us.trancecrypt.com [63.246.8.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE52743D2D for ; Tue, 16 Nov 2004 23:39:43 +0000 (GMT) (envelope-from nate@archivemassive.net) User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Tue, 16 Nov 2004 18:39:40 -0500 From: Nate Collins To: Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Message-Id: <20041116233943.DE52743D2D@mx1.FreeBSD.org> Subject: Cannot build hfs-freebsd-03p2 on 5.3 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 23:39:44 -0000 Experiencing compile problems with hfs-freebsd-03p2 on 5.3 Any suggestions appreciated Yar you still out there? Here's the output: # cd /tmp # tar xvfz hfs-freebsd-03p1.tar.gz # cd hfs-freebsd-03p1 # make Warning: Object directory not changed from original /tmp/hfs-freebsd-03p2/freebsd/mount_hfs cc -O -pipe -I/usr/src/sbin/mount -I/tmp/hfs-freebsd-03p2/freebsd/mount_hfs/../../darwin/xnu/bsd -g -c mount_hfs.c mount_hfs.c:55:21: mntopts.h: No such file or directory mount_hfs.c:57: error: elements of array `mopts' have incomplete type mount_hfs.c:58: error: `MOPT_STDOPTS' undeclared here (not in a function) mount_hfs.c:58: error: initializer element is not constant mount_hfs.c:58: error: (near initialization for `mopts[0]') mount_hfs.c:59: error: `MOPT_FORCE' undeclared here (not in a function) mount_hfs.c:59: error: initializer element is not constant mount_hfs.c:59: error: (near initialization for `mopts[1]') mount_hfs.c:60: error: `MOPT_UPDATE' undeclared here (not in a function) mount_hfs.c:60: error: initializer element is not constant mount_hfs.c:60: error: (near initialization for `mopts[2]') mount_hfs.c:61: warning: excess elements in struct initializer mount_hfs.c:61: warning: (near initialization for `mopts[3]') mount_hfs.c:61: error: initializer element is not constant mount_hfs.c:61: error: (near initialization for `mopts[3]') *** Error code 1 Stop in /tmp/hfs-freebsd-03p2/freebsd/mount_hfs. *** Error code 1 Stop in /tmp/hfs-freebsd-03p2/freebsd. *** Error code 1 Stop in /tmp/hfs-freebsd-03p2.