Package: Motor
Version: 3.4.0

System info:
% uname -a
Darwin Glenns-Mac.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc

I downloaded motor and attempted to install it like so:

% ./configure
<...snip...>
% make
<...snip...>
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kkstrtext -I../../kkconsui/include -I../../kksystr/include -I../../intl -I../../src/ui/ncurses -I../../src/debugger -I../../src/executor -I../../src/project -I../../src -I../../parser/include -I../../src/ui -I../../src/configuration -I../../src/tagbrowser -g -O2 -c motordebugger.cc
motordebugger.cc:22:20: sys/vt.h: No such file or directory
motordebugger.cc: In member function `bool motor::motordebugger::getfreeterm()
':
motordebugger.cc:67: error: `VT_OPENQRY' undeclared (first use this function)
motordebugger.cc:67: error: (Each undeclared identifier is reported only once
for each function it appears in.)
motordebugger.cc: In member function `void

motor::motordebugger::switchterm(motor::motordebugger::termswitchdirection)
':
motordebugger.cc:661: error: `VT_ACTIVATE' undeclared (first use this function)
motordebugger.cc:662: error: `VT_WAITACTIVE' undeclared (first use this
function)
make[3]: *** [motordebugger.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

I believe the configure script should be looking for <sys/vt.h> and if not found should try to find a substitute.

Thanks,

Glenn
<http://csgrad.cs.vt.edu/~finkga/>

--
Jesus is the ONLY way to gain eternal life. That's not arrogance--He said it, not me! (John 14:6)

Reply via email to