Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to FbTerm: Better terminal windows when you don't have X
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
FbTerm: Better terminal windows when you don't have X
Posted by: Anonymous [ip: 70.190.41.15] on August 05, 2008 09:39 PMmake[3]: Entering directory `/usr/local/src/fbterm-1.0/src'
g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -fno-exceptions -Ilib -I/usr/include/freetype2 -MT fbterm.o -MD -MP -MF .deps/fbterm.Tpo -c -o fbterm.o fbterm.cpp
fbterm.cpp: In function ‘void pollSignal()’:
fbterm.cpp:73: error: ‘pendsig’ was not declared in this scope
make[3]: *** [fbterm.o] Error 1
make[3]: Leaving directory `/usr/local/src/fbterm-1.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/fbterm-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/fbterm-1.0'
make: *** [all] Error 2
I have done my usual grepping around in various include files on my system but so far I have not been able to locate a declaration for pendsig()
Any ideas or suggestions?
#