LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-10-2004, 12:46 PM   #1
Kroenecker
Member
 
Registered: May 2003
Location: The States
Distribution: Gentoo
Posts: 245

Rep: Reputation: 30
Kterm from source


I have been trying to compile Kterm from source, but it quit with the following error:


gcc -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/X11R6/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DKTERM -DSTATUSLINE -DKEEPALIVE -DWALLPAPER -DUTMP -DUSE_TTY_GROUP -DOSMAJORVERSION=2 -DOSMINORVERSION=4 main.c
main.c: In function `main':
main.c:1284: error: `ICRNL' undeclared (first use in this function)
main.c:1284: error: (Each undeclared identifier is reported only once
main.c:1284: error: for each function it appears in.)
main.c:1284: error: `IXON' undeclared (first use in this function)
main.c:1285: error: `OPOST' undeclared (first use in this function)
main.c:1285: error: `ONLCR' undeclared (first use in this function)
main.c:1285: error: `TAB3' undeclared (first use in this function)
main.c:1332: error: `B9600' undeclared (first use in this function)
main.c:1332: error: `CS8' undeclared (first use in this function)
main.c:1332: error: `CREAD' undeclared (first use in this function)
main.c:1332: error: `PARENB' undeclared (first use in this function)
main.c:1332: error: `HUPCL' undeclared (first use in this function)
main.c:1334: error: `ISIG' undeclared (first use in this function)
main.c:1334: error: `ICANON' undeclared (first use in this function)
main.c:1334: error: `ECHO' undeclared (first use in this function)
main.c:1334: error: `ECHOE' undeclared (first use in this function)
main.c:1334: error: `ECHOK' undeclared (first use in this function)
main.c:1350: error: `VINTR' undeclared (first use in this function)
main.c:1351: error: `VERASE' undeclared (first use in this function)
main.c:1352: error: `VKILL' undeclared (first use in this function)
main.c:1353: error: `VQUIT' undeclared (first use in this function)
main.c:1354: error: `VEOF' undeclared (first use in this function)
main.c:1355: error: `VEOL' undeclared (first use in this function)
main.c: In function `spawn':
main.c:2722: error: `ECHOE' undeclared (first use in this function)
main.c:2728: error: `INLCR' undeclared (first use in this function)
main.c:2728: error: `IGNCR' undeclared (first use in this function)
main.c:2729: error: `ICRNL' undeclared (first use in this function)
main.c:2732: error: `OCRNL' undeclared (first use in this function)
main.c:2732: error: `ONLRET' undeclared (first use in this function)
main.c:2732: error: `NLDLY' undeclared (first use in this function)
main.c:2732: error: `CRDLY' undeclared (first use in this function)
main.c:2732: error: `TABDLY' undeclared (first use in this function)
main.c:2732: error: `BSDLY' undeclared (first use in this function)
main.c:2732: error: `VTDLY' undeclared (first use in this function)
main.c:2732: error: `FFDLY' undeclared (first use in this function)
main.c:2733: error: `ONLCR' undeclared (first use in this function)
main.c:2742: error: `CBAUD' undeclared (first use in this function)
main.c:2743: error: `B9600' undeclared (first use in this function)
main.c:2745: error: `CSIZE' undeclared (first use in this function)
main.c:2747: error: `CS8' undeclared (first use in this function)
main.c:2749: error: `CS7' undeclared (first use in this function)
main.c:2753: error: `ISIG' undeclared (first use in this function)
main.c:2753: error: `ICANON' undeclared (first use in this function)
main.c:2753: error: `ECHO' undeclared (first use in this function)
main.c:2753: error: `ECHOK' undeclared (first use in this function)
main.c:2761: error: `VEOL' undeclared (first use in this function)
main.c:2763: error: `VEOF' undeclared (first use in this function)
main.c:2797: error: `VINTR' undeclared (first use in this function)
main.c:2798: error: `VQUIT' undeclared (first use in this function)
main.c:2799: error: `VERASE' undeclared (first use in this function)
main.c:2800: error: `VKILL' undeclared (first use in this function)
make: *** [main.o] Error 1

Yeah that is a lot to dump but....

Does anyone recognize these functions?

What flags do I need to use to resolve this? Or is this something more serious?
 
Old 02-10-2004, 03:24 PM   #2
stirling
Member
 
Registered: Feb 2004
Distribution: LFS, Ubuntu
Posts: 52

Rep: Reputation: 16
this package seems in need of maintenance.
i fixed the errors above with an #include
only to find more problems.

i recommend finding a binary or searching for patches
 
Old 02-10-2004, 09:49 PM   #3
Kroenecker
Member
 
Registered: May 2003
Location: The States
Distribution: Gentoo
Posts: 245

Original Poster
Rep: Reputation: 30
If you dont mind my asking, do you use Kterm of Eterm? I currently use Eterm and have my environment simply set up to function in Japanese, but I am very particular abou details. When typing in Eterm, Japanese characters (and Kanji too) are constantly overlapping. It doesn't stop me from using Eterm, but visually it annoys me.

So if you use Kterm, do you have the same problems with the display? How about Eterm?

Thanks for your time...I just havent found anything to clarify this for me yet.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to integrate driver source into kernel source tree zhchang Linux - Software 5 11-23-2005 12:34 AM
Japanese support slack 10.1 - kterm Cuz Slackware 1 09-13-2005 06:20 AM
source for xlib / libx11 library source? Whatsisname Linux - Software 7 02-18-2005 03:23 PM
compiling software from source...how do i delete the folder w/ source? webazoid Linux - Software 2 07-01-2004 09:09 PM
where is linux source build directory/kernel source tree? webazoid Linux - Software 2 07-01-2004 08:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration