I downloaded the CVS version of Anaconda, but the compilation fails with the following errors:
...
make[2]: Leaving directory `/opt/Tools/anaconda/isys/gzlib'
cc -c -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wall -Werror -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DUSESELINUX=1 -I/usr/include/python2.3 -I.. -DHAVE_NFS -fPIC -o isys.lo isys.c
In file included from net.h:5,
from isys.c:55:
/usr/include/linux/ethtool.h:18: error: syntax error before "u16"
/usr/include/linux/ethtool.h:20: error: syntax error before "port"
/usr/include/linux/ethtool.h:21: error: syntax error before "phy_address"
/usr/include/linux/ethtool.h:22: error: syntax error before "transceiver"
/usr/include/linux/ethtool.h:23: error: syntax error before "autoneg"
/usr/include/linux/ethtool.h:27: error: syntax error before '}' token
/usr/include/linux/ethtool.h:50: error: syntax error before "u8"
/usr/include/linux/ethtool.h:64: error: syntax error before "u8"
/usr/include/linux/ethtool.h:73: error: syntax error before "u8"
make[1]: *** [isys.lo] Error 1
make[1]: Leaving directory `/opt/Tools/anaconda/isys'
make: *** [subdirs] Error 1
Any ideas?
Regards
Ali
On 5/15/06, Ali Majdzadeh <ali.majdzadeh@xxxxxxxxx> wrote:
Hi Steven
I use anaconda-10.2.1.5 but unfortunately I can not remember where I have downloaded it.
RegardsAliOn 5/15/06, Steven Augart < saugart@xxxxxxxxxxxxxxxx> wrote:On Mon, 2006-05-15 at 19:37 +0430, Ali Majdzadeh wrote:
> there is no version-release string in the output message it
> generates.
Dear Ali,
Did you download Anaconda from CVS? Or did you download a particular
numeric version? Where did the sources come from? If you don't know
for sure what version you have, that's OK, just please say how you got
the sources and where from.
--Steven