You are not logged in.

#1 2011-01-20 13:06:15

ferrandu
Member
Registered: 2011-01-17
Posts: 9

problems compiling

I'm compiling ettercap

I read about libtools error

I created the configuration file

I have problems with making the package

this is the output


cc1: warnings being treated as errors
ec_text_display.c: In function 'text_print_packet':
ec_text_display.c: 57:8: error: pointer targets in passing argument 2 of 'regexec' differ in signedness
/ usr / include / regex.h: 560:12: note: expected 'const char * __restrict__' but the argument is of type 'u_char *'
make[3]: *** [libec_text_a-ec_text_display.o] Error 1
make[3]: out of directory directorio `/home/ferran/Descargas/ettercap-NG-0.7.3/src/interfaces/text'
make[2]: *** [all-recursive] Error 1
make[2]: out of directory directorio `/home/ferran/Descargas/ettercap-NG-0.7.3/src/interfaces'
make[1]: *** [all-recursive] Error 1
make[1]: out of directory directorio `/home/ferran/Descargas/ettercap-NG-0.7.3/src'
make: *** [all-recursive] Error 1

anyone knows what is the problem?


thanks

Last edited by ferrandu (2011-01-20 13:23:48)

Offline

#2 2011-01-20 13:12:55

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: problems compiling

I'm sure people could help if you made make display its output in English smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2011-01-20 13:24:51

ferrandu
Member
Registered: 2011-01-17
Posts: 9

Re: problems compiling

sorry, I edited the post to show the output in english

Offline

#4 2011-01-20 14:06:34

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: problems compiling

Try this:

LANG=C make

That generates output in English.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2011-01-20 14:08:44

ferrandu
Member
Registered: 2011-01-17
Posts: 9

Re: problems compiling

this is the output with LANG=C

cc1: warnings being treated as errors
ec_text_display.c: In function 'text_print_packet':
ec_text_display.c:57:8: error: pointer targets in passing argument 2 of 'regexec' differ in signedness
/usr/include/regex.h:560:12: note: expected 'const char * __restrict__' but argument is of type 'u_char *'
make[3]: *** [libec_text_a-ec_text_display.o] Error 1
make[3]: Leaving directory `/home/ferran/Descargas/ettercap-NG-0.7.3/src/interfaces/text'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ferran/Descargas/ettercap-NG-0.7.3/src/interfaces'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ferran/Descargas/ettercap-NG-0.7.3/src'
make: *** [all-recursive] Error 1

Offline

#6 2011-01-20 14:12:18

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: problems compiling


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB