Andrew J Hall a écrit :
> Hi,
> 
> I looked briefly at the mail archive and I think version 1.3 is considered
> beta for BSD so this may not be the right place to ask but I'll try
> anyway:
> 
> I tried to compile version 1.3 on FreeBSD 5 RELEASE, but that fails like
> this:
> 
> -bash-2.05b$ make
> cd src && make
> gcc -O2 -c mutex.c
> mutex.c:8: error: redefinition of `union semun'
> *** Error code 1
> 
> Stop in /usr/home/andrew/speedtouch-1.3/src.
> *** Error code 1
> 
> Stop in /usr/home/andrew/speedtouch-1.3.
> -bash-2.05b$

"union semun" is always a pain to declare. Wonder why it's not declared
in every system library <sys/sem.h> (which is your case).

> I checked out the latest CVS version and it fails in a different way:
> 
> -bash-2.05b$ make
> cd src && make
> rm -f speedtouch-setup speedtouch-setup.tmp
> sed  -e 's,[EMAIL PROTECTED]@,/usr/local/bin,g'  -e
> 's,[EMAIL PROTECTED]@,/usr/local/sbin,g'  -e 's,[EMAIL PROTECTED]@,/etc,g' <  >
> speedtouch-setup.tmp
> Syntax error: redirection unexpected
> *** Error code 2
> 
> Stop in /usr/home/andrew/speedtouch/src.
> *** Error code 1
> 
> Stop in /usr/home/andrew/speedtouch.
> -bash-2.05b$

You need to use GNU make and not make.
So, try "gmake" instead of "make". Reports problem here.

> 
> Some pointers on either would be welcome. Eventually I will be using the
> 330 silver speedtouch modem.
> 
> Thanks in advance,
> 
> Andrew.

Benoit PAPILLAULT


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to