LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-13-2008, 01:58 PM   #1
KrazyStuntRR
LQ Newbie
 
Registered: Jun 2008
Distribution: Fedora 9
Posts: 15

Rep: Reputation: 0
BitchX gmake errors :(


$ wget http://www.bitchx.com/download/ircii...1-final.tar.gz
$ tar xvfz ircii-pana-1.1-final.tar.gz
$ cd BitchX
$ ./configure
$ gmake <---- where the problem happens
$ gmake install_local

cd source \
&& gmake 'local_dir=/root' 'INSTALL_IRC=/usr/local/bin/BitchX' 'IRCLIB=/usr/local/lib/bx' 'CC=gcc' 'CFLAGS=-g -O2 -Wall' 'HELPDIR=/usr/local/lib/bx/help' 'INSTALL_WSERV=/usr/local/lib/bx/wserv' 'IRCPATH=~/.BitchX:~/.BitchX/plugins:.:/usr/local/lib/bx/plugins:/usr/local/lib/bx/script:/usr/local/lib/bx' 'TRANSLATION_PATH=/usr/local/lib/bx/translation' 'LDFLAGS=' 'LIBS=-lncurses -lm -lcrypt -lresolv' 'LN=ln -s' 'RM=rm -f' 'TCL_SRCS=' 'TCL_OBJS=' 'CD_PLAY=' 'CD_SRCS=' 'CD_OBJS=' 'TCL_LIBS=' 'PLUGINDIR=/usr/local/lib/bx/plugins' '_VERSION_=BitchX' 'VERSION=BitchX-1.1-final' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_SCRIPT=/usr/local/lib/bx/script' 'EXEEXT=' 'SHLIB_CFLAGS=' 'SHLIB_SUFFIX=.so' all
gmake[1]: Entering directory `/home/KrazyStuntRR/BitchX/source'
gcc -I. -I/home/KrazyStuntRR/BitchX/include -I../include -I. -I./include -g -O2 -Wall -c ctcp.c
ctcp.c:179: error: static declaration of ‘ctcp_type’ follows non-static declaration
/home/KrazyStuntRR/BitchX/include/ctcp.h:59: error: previous declaration of ‘ctcp_type’ was here
ctcp.c: In function ‘do_botlink’:
ctcp.c:350: warning: value computed is not used
ctcp.c: In function ‘do_sed’:
ctcp.c:657: warning: value computed is not used
ctcp.c:668: warning: value computed is not used
ctcp.c: In function ‘do_clientinfo’:
ctcp.c:832: warning: value computed is not used
ctcp.c:833: warning: value computed is not used
ctcp.c: In function ‘do_version’:
ctcp.c:896: warning: pointer targets in passing argument 1 of ‘stripansicodes’ differ in signedness
ctcp.c:896: warning: value computed is not used
ctcp.c:920: warning: value computed is not used
ctcp.c: In function ‘do_finger’:
ctcp.c:1029: warning: value computed is not used
ctcp.c:1031: warning: value computed is not used
ctcp.c: In function ‘do_ctcp’:
ctcp.c:1136: warning: value computed is not used
ctcp.c:1138: warning: value computed is not used
ctcp.c:1299: warning: value computed is not used
ctcp.c:1321: warning: value computed is not used
ctcp.c: In function ‘do_notice_ctcp’:
ctcp.c:1367: warning: pointer targets in passing argument 1 of ‘stripansi’ differ in signedness
ctcp.c:1368: warning: value computed is not used
ctcp.c:1369: warning: value computed is not used
ctcp.c:1371: warning: value computed is not used
ctcp.c:1423: warning: value computed is not used
ctcp.c:1424: warning: value computed is not used
ctcp.c: In function ‘BX_split_CTCP’:
ctcp.c:1662: warning: value computed is not used
ctcp.c:1663: warning: value computed is not used
gmake[1]: *** [ctcp.o] Error 1
gmake[1]: Leaving directory `/home/KrazyStuntRR/BitchX/source'
gmake: *** [BitchX] Error 2
 
Old 06-13-2008, 02:52 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
From : http://www.bitchx.com/download.php :
Download BitchX Binaries
Quote:
* On Debian you can simply: # apt-get install bitchx
* Windows: BitchX-1.0c19-cygwin.tar.gz
* Solaris: BitchX-1.1-final-Solaris9-sparc32.tar.gz
* FreeBSD: BitchX-1.1-final-FreeBSD5.tar.gz
* Linux: BitchX-1.1-final-linux.tar.gz
Please try an already compiled package for your distro.
I am getting the same errors (on Debian Etch)
A bug, may be ??

Rgds

Last edited by knudfl; 06-13-2008 at 03:43 PM.
 
Old 06-14-2008, 01:31 AM   #3
KrazyStuntRR
LQ Newbie
 
Registered: Jun 2008
Distribution: Fedora 9
Posts: 15

Original Poster
Rep: Reputation: 0
the binaries worked but the settings werent working only for that session would they work so i gave up but got told the few era of ircii is this irssi its virtually BitchX but a bit more advanced and yum has it in available list so was a minty mint install
 
  


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
gmake query answerme Programming 1 04-13-2008 03:12 PM
Make or gmake? RobertoBech Slackware 2 06-22-2007 05:42 AM
Eclipse C/C++ gmake problem netjack Linux - Software 1 05-02-2006 11:26 PM
make and gmake missing nutthick Slackware 2 04-20-2006 05:41 AM
Difference between make and gmake? Hubas Programming 4 02-14-2002 01:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:05 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