yandex | 9 Aug 12:37
Picon

ncurses

Hi dear developers.
I trying to configure centericq packet running that script but meat
this problem.
###################################################3
configure: error: The ncurses terminal library is required in order to build the program
###################################################

But I already have it.
###################################################
 locate ncurses
/usr/share/doc/ncurses-5.3
/usr/share/doc/ncurses-5.3/ANNOUNCE
/usr/share/doc/ncurses-5.3/README
/usr/share/apps/quanta/dtep/php/ncurses.tag
/usr/lib/libncurses.so.5.4
/usr/lib/libncurses.so.5
/lib/libncurses.so.5
/lib/libncurses.so.5.4
 ##################################################
 Why script missing it?Or it incorrecr libs?I don't know.
 I hope some body help me.

_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

AzriMan | 9 Aug 13:47
Picon

Re: ncurses

On вторник, 9 августа 2005 г. at 14:37:17, yandex wrote:

> Hi dear developers.
> I trying to configure centericq packet running that script but meat
> this problem.
> ###################################################3
> configure: error: The ncurses terminal library is required in order to build the program
> ###################################################

> But I already have it.
> ###################################################
>  locate ncurses
> /usr/share/doc/ncurses-5.3
> /usr/share/doc/ncurses-5.3/ANNOUNCE
> /usr/share/doc/ncurses-5.3/README
> /usr/share/apps/quanta/dtep/php/ncurses.tag
> /usr/lib/libncurses.so.5.4
> /usr/lib/libncurses.so.5
> /lib/libncurses.so.5
> /lib/libncurses.so.5.4
>  ##################################################
>  Why script missing it?Or it incorrecr libs?I don't know.
>  I hope some body help me.

> _______________________________________________
> Cicq mailing list
> Cicq <at> mailman.linuxpl.org
> http://mailman.linuxpl.org/mailman/listinfo/cicq

> Questions? Check the FAQ first: http://centericq.de/faq/


(Continue reading)

Konstantin Klyagin | 9 Aug 14:28

Re: ncurses

On Tue, Aug 09, 2005 at 03:47:54PM +0400, AzriMan wrote:

> > configure: error: The ncurses terminal library is required in order to build the program

> > /usr/share/doc/ncurses-5.3
> > /usr/share/doc/ncurses-5.3/ANNOUNCE
> > /usr/share/doc/ncurses-5.3/README
> > /usr/share/apps/quanta/dtep/php/ncurses.tag
> > /usr/lib/libncurses.so.5.4
> > /usr/lib/libncurses.so.5
> > /lib/libncurses.so.5
> > /lib/libncurses.so.5.4

Where would it take the ncurses headers it requires to actually
compile the centericq source code? Obviously, the guy needs the
ncurses-devel package. Simply ncurses-lib is not enough.

> писал-бы уж по русски :D

Не надо. Это англоязычная рассылка.

> I suppose, these libs are wrong.

The libs are ok. The only problem is that the headers are missing.
Surpirizingly, one usually needs headers to compile stuff.

--

-- 
konst at http://thekonst.net/
_______________________________________________
Cicq mailing list
(Continue reading)

Paul J Travers | 9 Aug 14:39
Picon
Picon

compiling under Tiger


Has anyone else had a problem installing under Tiger?  centericq.4.20 
installed correctly under MacOsX 10.3.9 but gives the following error 
under 10.4.2 (Tiger)

l10nflist.c:61: error: static declaration of 'stpcpy' follows 
non-static declaration
make[1]: *** [l10nflist.o] Error 1
make: *** [install-recursive] Error 1

Anyone have any ideas?

					Paul
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Paul TBBle Hampson | 9 Aug 15:02
Picon
Picon

Re: compiling under Tiger

On Tue, Aug 09, 2005 at 01:39:30PM +0100, Paul J Travers wrote:

> Has anyone else had a problem installing under Tiger?  centericq.4.20 installed correctly under MacOsX
10.3.9 but gives the 
> following error under 10.4.2 (Tiger)

> l10nflist.c:61: error: static declaration of 'stpcpy' follows non-static declaration
> make[1]: *** [l10nflist.o] Error 1
> make: *** [install-recursive] Error 1

This looks like a gcc4 thing, that used to work under gcc3, maybe with an
error, but doesn't under gcc4. See if there's a gcc4 patch for CenterICQ
floating around.

Under gcc3, it would have been a warning that the second declaration of stpcpy
is shadowing an earlier declaration I guess.

Anyway, just looking at the code, it looks like one of the #ifdef's is going
wrong, since that line should only be processed if you don't already have a
stpcpy symbol, and if you didn't have one, it wouldn't have complained.

_LIBC appears to be a glibc define, but I'm not sure about that. And I doubt
MacOS uses glibc.... So I guess that HAVE_STPCPY should have been defined in
config.h and wasn't. So check your configure script's output, and see what
happened. ^_^

--

-- 
-----------------------------------------------------------
Paul "TBBle" Hampson, MCSE
8th year CompSci/Asian Studies student, ANU
(Continue reading)

costco | 18 Aug 19:44

AIM Disconnects

Having a problem with v4.20.0

[aim] connecting to the server
[aim] password sent
(some amount of time passes by)
[aim] disconnected

Happens to all accounts, new or old, regardless of contact list size, etc.
All the accounts work fine via other clients. No banned words in the
names, nothing.

This happened out of the blue starting today.

Direct connection to toc.oscar.aol.com -- no problems.

Any ideas?

- Keman

_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Mark Neill | 18 Aug 19:49

Re: AIM Disconnects

Same thing started happing here today, too.

Official AIM client has no problems, CICQ just seems to go away when 
trying to connect to AIM.

On Thu, 18 Aug 2005, costco wrote:

> Having a problem with v4.20.0
> 
> [aim] connecting to the server
> [aim] password sent
> (some amount of time passes by)
> [aim] disconnected
> 
> Happens to all accounts, new or old, regardless of contact list size, etc.
> All the accounts work fine via other clients. No banned words in the
> names, nothing.
> 
> This happened out of the blue starting today.
> 
> Direct connection to toc.oscar.aol.com -- no problems.
> 
> Any ideas?
> 
> - Keman
> 
> 
> _______________________________________________
> Cicq mailing list
> Cicq@...
(Continue reading)

faxmodem | 18 Aug 19:50
Picon
Favicon

Re: AIM Disconnects

On Thu, Aug 18, 2005 at 01:44:28PM -0400, costco wrote:
> Having a problem with v4.20.0
> 
> [aim] connecting to the server
> [aim] password sent
> (some amount of time passes by)
> [aim] disconnected

same here
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Joe | 18 Aug 19:52
Picon

Re: AIM Disconnects

i had a prob with this one day... i don't know what the prob was but it fixed itself the next day or two... i was disconnected, figured that it was the aim servers or my own network.  well one of them was the prob cause aim let me back in a day or two later

give it a day or two and then see what happens.  unless someone else has a solution.
On Thu, 2005-08-18 at 13:44 -0400, costco wrote:
Having a problem with v4.20.0 [aim] connecting to the server [aim] password sent (some amount of time passes by) [aim] disconnected Happens to all accounts, new or old, regardless of contact list size, etc. All the accounts work fine via other clients. No banned words in the names, nothing. This happened out of the blue starting today. Direct connection to toc.oscar.aol.com -- no problems. Any ideas? - Keman _______________________________________________ Cicq mailing list Cicq-xGejAJT2w6wWP6gT/1W3P0B+6BGkLq7r@public.gmane.org http://mailman.linuxpl.org/mailman/listinfo/cicq Questions? Check the FAQ first: http://centericq.de/faq/
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
Matt Wronka | 18 Aug 19:57
Favicon

Re: AIM Disconnects


On Thu, Aug 18, 2005 at 01:44:28PM -0400, costco wrote:
> Having a problem with v4.20.0
> 
> [aim] connecting to the server
> [aim] password sent
> (some amount of time passes by)
> [aim] disconnected
> 
> 
> Direct connection to toc.oscar.aol.com -- no problems.

>

The naim mailling list (both naim and centericq use firetalk for
AIM/TOC) has been very active with respect to this.

AOL is apparently killing accounts of naim users (well, firetalk
usres most likely).  Most of the naim-related stuff is offline
because the main developer is unable to maintain it at the moment
due to other obligations, so I do not know if there is still a
web archive of the mailling list available.

--

-- 
Matthew Wronka <matt@...>   http://matt.wronka.org/pgp/pgp.key
I speak only for myself.           Below courtesy of /usr/bin/fortune:
You are a very redundant person, that's what kind of person you are.
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Gmane