Re: [ext2resize] Help !!
Status: Inactive
Brought to you by:
adilger
From: Ricardo C. <rc...@if...> - 2002-02-08 16:41:12
|
***************************************************************************= ********************************** I procedi to make them change that I indicate and despues of it volvi to compile, obtaining the following result, thanks for your aid. =20 * * * + make Making all in doc make[1]: Entering directory `/usr/src/redhat/BUILD/ext2resize-1.1.17/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/redhat/BUILD/ext2resize-1.1.17/doc' Making all in src make[1]: Entering directory `/usr/src/redhat/BUILD/ext2resize-1.1.17/src' cd .. && /usr/src/redhat/BUILD/ext2resize-1.1.17/missing autoheader WARNING: `autoheader' is missing on your system. You should only need it if you modified `acconfig.h' or `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. cd .. \ && CONFIG_FILES=3D CONFIG_HEADERS=3Dsrc/config.h \ /bin/sh ./config.status creating src/config.h src/config.h is unchanged gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_block_relocator.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c llseek.c llseek.c: In function `ext2_llseek': llseek.c:29: warning: implicit declaration of function `lseek64' gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_inode_relocator.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_meta.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_resize.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2_unix_io.c gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c tune.c rm -f libext2resize.a ar cru libext2resize.a ext2.o ext2_block_relocator.o ext2_buffer.o llseek.o ext2_inode_relocator.o ext2_meta.o ext2_resize.o ext2_unix_io.o tune.o=20 ranlib libext2resize.a gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -c ext2resize.c gcc -Wall -g -o ext2resize ext2resize.o libext2resize.a=20 libext2resize.a(llseek.o): In function `ext2_llseek': /usr/src/redhat/BUILD/ext2resize-1.1.17/src/llseek.c:29: undefined reference to `lseek64' make[1]: *** [ext2resize] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/ext2resize-1.1.17/src' make: *** [all-recursive] Error 1 Bad exit status from /var/tmp/rpm-tmp.2495 (%build) Saludos Ricardo Col=EDn. ***************************************************************************= ********************************** El jue, 07-02-2002 a las 18:25, Andreas Dilger escribi=F3: On Feb 07, 2002 04:47 -0600, Ricardo Colin wrote: > Hola, acabo de bajar los fuentes de ext2resize, para compilarlo y me > marca los siguientes errores. >=20 > por favor me pueden decir los pasos a seguir ??? o si lleva algunos > parametros . =20 } hello, I finish downloading the sources of ext2resize, to compile it = and it } tells the following errors to me. please you can say the steps to me= to } follow? or if it takes some parameters. Thanks. =20 > ext2.c:39: `EXT2FS_VERSION' undeclared (first use this function) > ext2.c:656: `EXT2_GOOD_OLD_REV' undeclared (first use this function) > ext2.c:988: `EXT2_BAD_INO' undeclared (first use this function) =20 Please add the following lines to ext2resize/src/ext2_fs.h:35 } Agregue por favor las l=EDneas siguientes a ext2resize/src/ext2_fs.h:= 35 =20 #define EXT2FS_DATE "95/08/09" #define EXT2FS_VERSION "0.5b" =20 #define EXT2_GOOD_OLD_REV 0 #define EXT2_DYNAMIC_REV 1 =20 #define EXT2_BAD_INO 1 =20 =20 > ext2.c:802: structure has no member named `i_version' =20 Please change following lines in ext2resize/src/ext2.c:802 } Cambie por favor las l=EDneas siguientes en ext2resize/src/ext2.c:802 =20 else if (inode->i_generation && inode->i_generation < 256) { if (fs->flags & FL_DEBUG) printf("Found %d reserved blocks in i_generation\n", inode->i_generation); resgdblocks =3D inode->i_generation; =20 Cheers, Andreas -- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://www-mddsp.enel.ucalgary.ca/People/adilger/ =20 |