Tobias Gasser schrieb:
> ext4magic
> error: invalid use of undefined type 'struct opaque_ext2_group_desc'
>
for ext4magic there is a patch available at
http://developer.berlios.de/patch/?group_id=11787
tobias
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfro
ext4magic and extundelete won't compile with 1.42
with 1.41.14 both compile fine.
ext4magic
error: invalid use of undefined type 'struct opaque_ext2_group_desc'
extundelete
error: invalid use of incomplete type 'struct opaque_ext2_group_desc'
there seems to be a major change in the api
photorec
Thanks for the reply, Matt.
On 02-12-2011 06:03, Matthew Burgess wrote:
> On Thu, 1 Dec 2011 16:22:18 -0800 (PST), Fernando de Oliveira
> wrote:
>> Hi,
>>
>> The upgrade from e2fsprogs-1.41.14 to e2fsprogs-1.42 is successful in LFS
>> 6.7 and 6.8, but not 6.5, with
>>
>> ../configure --prefix=/u
On Thu, 1 Dec 2011 16:22:18 -0800 (PST), Fernando de Oliveira
wrote:
> Hi,
>
> The upgrade from e2fsprogs-1.41.14 to e2fsprogs-1.42 is successful in LFS
> 6.7 and 6.8, but not 6.5, with
>
> ../configure --prefix=/usr --with-root-prefix="" \
> --enable-elf-shlibs --disable-libblkid --disable
Hi,
The upgrade from e2fsprogs-1.41.14 to e2fsprogs-1.42 is successful in LFS 6.7
and 6.8, but not 6.5, with
../configure --prefix=/usr --with-root-prefix="" \
--enable-elf-shlibs --disable-libblkid --disable-libuuid \
--disable-uuidd --disable-fsck
giving the error message:
...
../..