From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 00:37:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72C7016A400 for ; Sat, 23 Jun 2007 00:37:05 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2A27B13C43E for ; Sat, 23 Jun 2007 00:37:05 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so630965pyb for ; Fri, 22 Jun 2007 17:37:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rcc+vmCi024+6u7kJmGxoMWYKLaPOaBbhnaIfTHpG4xmGYjP7cQ1mJbxKTzzoxuJwxW6N/zumi2QzX8BE/xRoBOi6AbwOtJCTC4dHOQJlrWJoBZ0uY3pVCGBVVK6wDKlXZIPTWqTd896j5g2DsflfR3NdSoCXCW85LOXBGjeF6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bsMpQRuAJb2bW1nPyUmKckDQByNMRMlK19SzC+ydEqtVwC1xZgO90iiYEGZj/rLxqdDHxgW0ftYkK+/9sw5AKUxG6UeSn4nSn/y5xIA0uyiyyWFZG1KvoP1cnOnWIyUMn9k2MQVkpPCg2rz9tzG9TV7c+x07JVpaKk+eAaGtn/o= Received: by 10.64.10.2 with SMTP id 2mr6596523qbj.1182559024448; Fri, 22 Jun 2007 17:37:04 -0700 (PDT) Received: by 10.64.49.10 with HTTP; Fri, 22 Jun 2007 17:37:04 -0700 (PDT) Message-ID: Date: Fri, 22 Jun 2007 20:37:04 -0400 From: "Tsu-Fan Cheng" To: "Anton Galitch" In-Reply-To: <7c80322b0706221456g52bd7fcv85f08eeffd6a074b@mail.gmail.com> MIME-Version: 1.0 References: <7c80322b0706221255l5b44c059j5e09ea2312715aaf@mail.gmail.com> <7c80322b0706221456g52bd7fcv85f08eeffd6a074b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: and again ntfs in fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 00:37:05 -0000 umm.... not being an code worrier myself, I usually update my port tree first, then do a clean install (make clean; make install distclean) like that, then get down my keens and pray...:) TFC On 6/22/07, Anton Galitch wrote: > > On 6/22/07, Tsu-Fan Cheng wrote: > > > > how about trying sysutil/fusefs-ntfs? > > > > The ntfs-3g driver is an open source, freely available read/write NTFS > > driver, which provides safe and fast handling of the Windows XP, Windows > > > > Server 2003 and Windows 2000 filesystems. Almost the full POSIX > filesystem > > functionality is supported, the major exceptions are changing the file > > ownerships and the access rights. > > > > TFC > > > > > Yes, that would be great to install it, but there is a problem with it: > when building it says: > > > mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a > function) > mount_fusefs.c:72: error: initializer element is not constant > mount_fusefs.c:72: error: (near initialization for `mopts[12]') > mount_fusefs.c:74: error: `MOPT_END' undeclared here (not in a function) > mount_fusefs.c:74: error: initializer element is not constant > mount_fusefs.c:74: error: (near initialization for `mopts[13]') > mount_fusefs.c: In function `main': > mount_fusefs.c:139: error: `getmnt_silent' undeclared (first use in this > function) > mount_fusefs.c:139: error: (Each undeclared identifier is reported only > once > mount_fusefs.c:139: error: for each function it appears in.) > mount_fusefs.c:179: error: dereferencing pointer to incomplete type > mount_fusefs.c:179: error: increment of pointer to unknown structure > mount_fusefs.c:179: error: arithmetic on pointer to an incomplete type > mount_fusefs.c:180: error: dereferencing pointer to incomplete type > mount_fusefs.c:181: error: dereferencing pointer to incomplete type > mount_fusefs.c:247: error: dereferencing pointer to incomplete type > mount_fusefs.c:247: error: increment of pointer to unknown structure > mount_fusefs.c:247: error: arithmetic on pointer to an incomplete type > mount_fusefs.c:248: error: dereferencing pointer to incomplete type > mount_fusefs.c: In function `usage': > mount_fusefs.c:379: error: dereferencing pointer to incomplete type > mount_fusefs.c:379: error: increment of pointer to unknown structure > mount_fusefs.c:379: error: arithmetic on pointer to an incomplete type > mount_fusefs.c:380: error: dereferencing pointer to incomplete type > mount_fusefs.c: At top level: > mount_fusefs.c:58: warning: array 'mopts' assumed to have one element > mount_fusefs.c:58: error: storage size of `mopts' isn't known > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0/mount_fusefs. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-ntfs. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-ntfs. > > > It seems that the port version isnt working.... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >