make: *** [все-рекурсивная] ошибка 1 в Ubuntu
Я пытаюсь установить Xcircuit ( http://opencircuitdesign.com/xcircuit/) в Ubuntu 16.04. Я не могу установить libX11-dev в Ubuntu, и это является обязательным условием для Xcircuit. Я установил все остальные пакеты, а также имею libx11-dev, который доступен в Ubuntu.
Журнал ошибок:
xtfuncs.c: In function ‘highlightexcl’:
xtfuncs.c:1113:35: error: ‘PanToolButton’ undeclared (first use in this function)
xcWidget parent = xcParent(PanToolButton);
^
xtfuncs.c:1113:35: note: each undeclared identifier is reported only once for each function it appears in
xtfuncs.c:1121:17: error: ‘ToolBar’ undeclared (first use in this function)
for (titem = ToolBar; titem < ToolBar + toolbuttons; titem++) {
^
xtfuncs.c:1121:44: error: ‘toolbuttons’ undeclared (first use in this function)
for (titem = ToolBar; titem < ToolBar + toolbuttons; titem++) {
^
xtfuncs.c:1139:16: error: ‘RotPToolButton’ undeclared (first use in this function)
self = RotPToolButton;
^
xtfuncs.c:1141:16: error: ‘RotNToolButton’ undeclared (first use in this function)
self = RotNToolButton;
^
Makefile:413: recipe for target 'xtfuncs.o' failed
make[1]: *** [xtfuncs.o] Error 1
make[1]: Leaving directory '/home/viggi/Desktop/xcircuit-3.8.58'
Makefile:463: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1