irc problem

Don´t be shy, Linux is fun! =)
Post Reply
PLeXroD
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 146
Joined: 25 Oct 2005, 16:00
18
Location: Denmark
Contact:

irc problem

Post by PLeXroD »

im trying to install ircii now and have used the './easyinst ' to configure the prog and now im trying to install heres what i got out of the ' make ' command:

Code: Select all

plexrod@plexrod:~/dls/ircii-2.8.2> make
make[1]: Entering directory `/home/plexrod/dls/ircii-2.8.2/source'
rm -f count.c
flex count.l
mv -f lex.yy.c count.c
gcc  -o count -O count.c -lfl
rm -f ../include/vars.h
./count < ../include/vars.h.proto > ../include/vars.h
gcc -g -O -DHAVE_CONFIG_H  -I../include -c alias.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c crypt.c
rm -f ../include/hook.h
./count < ../include/hook.h.proto > ../include/hook.h
gcc -g -O -DHAVE_CONFIG_H  -I../include -c ctcp.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c dcc.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c debug.c
rm -f ../include/keys.h
./count < ../include/keys.h.proto > ../include/keys.h
gcc -g -O -DHAVE_CONFIG_H  -I../include -c edit.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c exec.c
exec.c: In function ‘start_process’:
exec.c:883: warning: incompatible implicit declaration of built-in function ‘execl’
exec.c:888: warning: incompatible implicit declaration of built-in function ‘_exit’
gcc -g -O -DHAVE_CONFIG_H  -I../include -c flood.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c funny.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -DDEFAULT_HELP_PATH=\"/usr/local/lib/irc/help\" -c help.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c history.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c hold.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c hook.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c if.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c ignore.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c input.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -DIRCLIB=\"/usr/local/lib/irc/\" -DIRCPATH=\"~/.irc:/usr/local/lib/irc/script:.\" -c irc.c
irc.c: In function ‘main’:
irc.c:915: warning: return type of ‘main’ is not ‘int’
gcc -g -O -DHAVE_CONFIG_H  -I../include -c ircaux.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c ircsig.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c keys.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c lastlog.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c list.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c log.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c mail.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c menu.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c names.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c newio.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c notice.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c notify.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c numbers.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c output.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c parse.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c queue.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c reg.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c scandir.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -DWSERV_PATH=\"/usr/local/bin/wserv\" -c screen.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -DIRCSERV_PATH=\"/usr/local/bin/ircserv\" -c server.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c stack.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c status.c
gcc -g -O -DHAVE_CONFIG_H  -I../include -c term.c
term.c: In function ‘term_init’:
term.c:476: error: ‘ICANON’ undeclared (first use in this function)
term.c:476: error: (Each undeclared identifier is reported only once
term.c:476: error: for each function it appears in.)
term.c:476: error: ‘ECHO’ undeclared (first use in this function)
term.c:479: error: ‘VMIN’ undeclared (first use in this function)
term.c:480: error: ‘VTIME’ undeclared (first use in this function)
term.c:485: error: ‘VQUIT’ undeclared (first use in this function)
term.c:495: error: ‘IXON’ undeclared (first use in this function)
term.c: In function ‘term_eight_bit’:
term.c:866: error: ‘CSIZE’ undeclared (first use in this function)
term.c:866: error: ‘CS8’ undeclared (first use in this function)
term.c: In function ‘set_term_eight_bit’:
term.c:880: error: ‘CS8’ undeclared (first use in this function)
term.c:881: error: ‘ISTRIP’ undeclared (first use in this function)
make[1]: *** [term.o] Error 1
make[1]: Leaving directory `/home/plexrod/dls/ircii-2.8.2/source'
make: *** [irc] Error 2
plexrod@plexrod:~/dls/ircii-2.8.2> make install
make[1]: Entering directory `/home/plexrod/dls/ircii-2.8.2/source'
gcc -g -O -DHAVE_CONFIG_H  -I../include -c term.c
term.c: In function ‘term_init’:
term.c:476: error: ‘ICANON’ undeclared (first use in this function)
term.c:476: error: (Each undeclared identifier is reported only once
term.c:476: error: for each function it appears in.)
term.c:476: error: ‘ECHO’ undeclared (first use in this function)
term.c:479: error: ‘VMIN’ undeclared (first use in this function)
term.c:480: error: ‘VTIME’ undeclared (first use in this function)
term.c:485: error: ‘VQUIT’ undeclared (first use in this function)
term.c:495: error: ‘IXON’ undeclared (first use in this function)
term.c: In function ‘term_eight_bit’:
term.c:866: error: ‘CSIZE’ undeclared (first use in this function)
term.c:866: error: ‘CS8’ undeclared (first use in this function)
term.c: In function ‘set_term_eight_bit’:
term.c:880: error: ‘CS8’ undeclared (first use in this function)
term.c:881: error: ‘ISTRIP’ undeclared (first use in this function)
make[1]: *** [term.o] Error 1
make[1]: Leaving directory `/home/plexrod/dls/ircii-2.8.2/source'
make: *** [irc] Error 2

did i do anything wrong or?
-Never try to be uncommon, instead of that only realize it's you that is common...-

-In grater common sence Linux is better than MS Windows-

-Never try to hack platform, instead of that, only make security and teach other to do that to-

PLeXroD
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 146
Joined: 25 Oct 2005, 16:00
18
Location: Denmark
Contact:

Post by PLeXroD »

okay why arent you answering my post?

am i not asking the right question?

or what?
-Never try to be uncommon, instead of that only realize it's you that is common...-

-In grater common sence Linux is better than MS Windows-

-Never try to hack platform, instead of that, only make security and teach other to do that to-

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

counterquestion:
why to hell do you want to install a more than 5 years old irc client and don't get the current version instead? :-s
ftp://ircii.warped.com/pub/ircII/ircii-current.tar.bz2

I guess you have a little better chances this version will compile properly... but still no warranty, sometimes it simply don't work and you can either try to fix the code by yourself or simply look for a different program.

I also recommend to work a little on your patience...

User avatar
LaBlueGirl
Suckopithicus chickasaurus
Suckopithicus chickasaurus
Posts: 513
Joined: 22 Mar 2006, 17:00
18
Location: Brussel
Contact:

Post by LaBlueGirl »

http://www.kvirc.net/

Try this if yours doesn't work out well.

It's what I use and I've never had a problem with it.

Check out the Requirements, though. On the left, under the heading 'The Project'.
Make sure you have what you need already before you try and install it!!
"Hey, Crash!
Ever tried walking with no legs?

It's real slow!"
~Crunch, Crash Bandicoot TTR

User avatar
FrankB
Ph. D. in Sucko'logics
Ph. D. in Sucko'logics
Posts: 315
Joined: 06 Mar 2006, 17:00
18
Location: Belgistahn
Contact:

Post by FrankB »

Yup, KVirc shit is good shit, but beware!, if you download too recent shit, it is built under QT shit that is newer than Qt3.2 and that shit is not "free software" anymore :-), it is "open source", but not free, so you will need Kvirc shit that has been built on anterior Qt3 libraries and shit.

Aw.. how trolltech is the next generation of fuckers that will help software screw up in a general way..

Post Reply