From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 15:37:48 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 B968616A582 for ; Sat, 23 Jun 2007 15:37:48 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADEA13C45B for ; Sat, 23 Jun 2007 15:37:47 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1144424mue for ; Sat, 23 Jun 2007 08:37:46 -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:mime-version:content-type; b=RMbNFiJ1JqXDkxBvPVZ9PNrKvZjp7QyO0mo7y3yzVwTlvKUUj3F0IeYOWF10eftP+8PD0kgOa4pnSf1bQyieeuATADqExze5vuf5fPCrVMKbrjlJmRgYoIS8eVJ8JPBRKwk7tB/ot2X64uy8jtFiho/oun9KQNt1owA1HQRc0N4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uOfre2CrgzguInFEYOGPt67VHw2RkbiUF1CCTLGZlFu2PUZoq0vz60XDysI/XVBRb/FAhc3yCPtVd5GbCfBnfVfYa0M/BmxSAEtoJm0PRAei+UNPrxG/PubX/Vly5dz5vA7jMJBdXaPGyRCKWduBrGvqLN4J3t/VExkSBe68kUc= Received: by 10.82.151.14 with SMTP id y14mr8739361bud.1182613065833; Sat, 23 Jun 2007 08:37:45 -0700 (PDT) Received: by 10.82.185.11 with HTTP; Sat, 23 Jun 2007 08:37:45 -0700 (PDT) Message-ID: <7c80322b0706230837p17a70ff4iedd5f4ac81bbfa11@mail.gmail.com> Date: Sat, 23 Jun 2007 12:37:45 -0300 From: "Anton Galitch" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: fusefs-ntfs 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 15:37:48 -0000 Hi I have this problem while compiling fusfs-ntfs: 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. Whats the problem??