-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
I'm trying to install the tool on a centos 7 box.
I'm getting the following error:
make[2]: Entering directory `/tmp/*****/yersinia-0.8.0/src'
gcc `/usr/bin/libnet-config --defines` -DHAVE_CONFIG_H -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/uuid -I/usr/include/pixman-1 -I/usr/include/libdrm -O3 -Wall -g -D_DEFAULT_SOURCE -c terminal.c
terminal.c: In function 'term_destroy':
terminal.c:190:32: error: 'struct terminals' has no member named 'gui_th'
pthread_mutex_destroy(&terms->gui_th.finished);
^
terminal.c: In function 'term_add_node':
terminal.c:213:25: warning: variable 'console' set but not used [-Wunused-but-set-variable]
struct term_console *console;
^
make[2]: *** [terminal.o] Error 1
make[2]: Leaving directory `/tmp/*****/yersinia-0.8.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/*****/yersinia-0.8.0/src'
make: *** [all-recursive] Error 1
Metadata
Metadata
Assignees
Labels
No labels