Re: parted-1.8.1 parse error gcc 2.95.3

2006-12-21 Thread Till Wimmer
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:

Re: parted-1.8.1 parse error gcc 2.95.3

2006-12-21 Thread Håkon Løvdal
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

Re: parted-1.8.1 parse error gcc 2.95.3

2006-12-20 Thread Till Wimmer
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))

Re: parted-1.8.1 parse error gcc 2.95.3

2006-12-20 Thread leslie . polzer
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

parted-1.8.1 parse error gcc 2.95.3

2006-12-20 Thread Till Wimmer
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: