From: Round Robinjp Subject: Re: flashing large eMMC partitions with ext4 Date: Wed, 10 Aug 2011 01:05:29 +0900 (JST) Message-ID: <20110809160534.88984.qmail@web4207.mail.ogk.yahoo.co.jp> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Cc: Dilger Andreas , Ted Ts'o , "linux-ext4@vger.kernel.org" To: Goldstein Amir Return-path: Received: from web4207.mail.ogk.yahoo.co.jp ([124.83.212.27]:25681 "HELO web4207.mail.ogk.yahoo.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752673Ab1HIQFg (ORCPT ); Tue, 9 Aug 2011 12:05:36 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: Amir > https://raw.github.com/amir73il/e2fsprogs-snapshots/next4-stable/contrib/uninit_bg.c > > amir@qalab:~$ gcc -o uninit_bg -lext2fs uninit_bg.c For me, it gives error: $ gcc -o uninit_bg -lext2fs uninit_bg.c uninit_bg.c: In function ‘main’: uninit_bg.c:105:2: error: invalid use of undefined type ‘struct opaque_ext2_group_desc’ uninit_bg.c:105:5: warning: assignment from incompatible pointer type $ I have the latest source code from git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git but nowhere I can find the full declaration of struct opaque_ext2_group_desc. Am I missing something? I didn't want to bother you for this, but I could not solve the puzzle. Thanks Round