Cool!
Thanx a lot - that was it :-)
TIll
Håkon Løvdal wrote:
On 20/12/06, Till Wimmer <[EMAIL PROTECTED]> wrote:
i'd like to compile the latest parted version for a old linux wiht
glibc
2.2.5 and gcc 2.95.3,
but i get a parse error:
arch/linux.c: In function `init_dasd':
arch/linux.c:972:
On 20/12/06, Till Wimmer <[EMAIL PROTECTED]> wrote:
i'd like to compile the latest parted version for a old linux wiht glibc
2.2.5 and gcc 2.95.3,
but i get a parse error:
arch/linux.c: In function `init_dasd':
arch/linux.c:972: parse error before `*'
arch/linux.c:984: `arch_specific' undeclar
Thank you for the answer.
i had some booting problem with the older version hence i'd like to try
the latest one...
It's a very strange bahaviour. The code in question is here:
if (!_device_stat (dev, &dev_stat))
goto error;
if (!ped_device_open (dev))
On Wed, Dec 20, 2006 at 02:02:49PM +0100, Till Wimmer wrote:
> i'd like to compile the latest parted version for a old linux wiht
> glibc 2.2.5 and gcc 2.95.3,
>
> but i get a parse error:
>
> arch/linux.c: In function `init_dasd': 972: parse error before `*'
> arch/linux.c:984: `arch_specific' un
hello
i'd like to compile the latest parted version for a old linux wiht glibc
2.2.5 and gcc 2.95.3,
but i get a parse error:
arch/linux.c: In function `init_dasd':
arch/linux.c:972: parse error before `*'
arch/linux.c:984: `arch_specific' undeclared (first use in this function)
arch/linux.c: