Claude | 1 Jul 05:41

cicq compile error

Hi everyone,

having problem with 4.10 compilation with the following error message:

---------------------------------------------
checking for vector... no
configure: error: You need to have the libstdc++ headers installed

-----------------------------------------------

I have been compiling/using centericq for years and never had this error 
before.

Anyone having the same problem?

Regars.

Claude

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

Håkan Kvist | 1 Jul 09:14
Picon
Picon
Picon
Favicon

get msn working

Hi

I finally upgraded to centericq 4.10.0 from 4.9.9.

I tried to get msn working, havn't been using my account for a
very long time now.

However I can't get it to work, it seems like the msn-server stops
responding during the login phase (after 13 packets according to ethereal).

Are there any issues with msn when sitting on a nat-network?

Or if there exists a faq, please give me the address to it :-)

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

Wolfram Schlich | 1 Jul 09:22
X-Face

Re: centericq 4.10.0

* Konstantin Klyagin <k@...> [2004-06-30 23:24]:
> 4.10.0

Yo,

can you please have a look at a patch from the Gentoo team for making
4.9.12 work with GCC 3.4 and tell me whether 4.10.0 still needs fixing
for GCC 3.4 (the 4.9.12 patch, as expected, fails at several hunks,
which I haven't examined at all)?

http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-im/centericq/files/centericq-4.9.12-gcc3.4.patch

You might want to get in touch with Alex Veber <coronalvr@...>
who seems to be the maintainer of the Gentoo CenterICQ package.

Thanks!
--

-- 
Wolfram Schlich; Friedhofstr. 8, D-88069 Tettnang; +49-(0)178-SCHLICH
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Wolfram Schlich | 1 Jul 09:41
X-Face

Re: centericq 4.10.0

* Konstantin Klyagin <k@...> [2004-06-30 23:24]:
> 4.10.0
> ------
> 
> Problems with displaying national characters that used to happen on some
> systems were fixed.

This includes the German umlauts problems?

> Applied patch by Iulian Ciorascu that made Jabber not to block when
> establishing an SSL connection.

This is so great! :)

> A small patch by Daniel Lublin was applied. It makes centericq save
> postponed messages. Also if a contact has an unfinished message, a ">"
> characters appears next to the nickname on the contact list.

Cool! This is quite nice.

> Centericq now announces the "can receive RTF messages" flag to the ICQ
> server. This fixes the old Cyrillic+Latin characters problem, when the
> former become question-marks. Thanks to Sergei Dolmatov for helping me
> implement and test this one.

So, what does CenterICQ do with RTF formatted text? Is it being parsed
or is something stripped off it?

> When trying to send an event from command-line and there is no
> destination contact on the contact list, it is automatically added now.
(Continue reading)

Wolfram Schlich | 1 Jul 09:46
X-Face

XML console + input

Heyho,

Konst, do you know the Psi Jabber client for X?
It's quite nice (for an X client ;)) and has a nifty feature called
'XML console' where you can see the XML packets sent to and from the
server (in different colors). What's even better is the possibility to
enter Jabber XML commands which are then sent to the server -- this is
very very nice for debugging and playing around with your own jabber
server and even enables you to test Jabber protocol features which
CenterICQ doesn't support (and there are a lot of them).
Now on to the question:
Will you implement such a feature in CenterICQ? It would just be
great.
--

-- 
Wolfram Schlich; Friedhofstr. 8, D-88069 Tettnang; +49-(0)178-SCHLICH
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Konstantin Klyagin | 1 Jul 09:52

Re: centericq 4.10.0

On Thu, Jul 01, 2004 at 09:41:32AM +0200, Wolfram Schlich wrote:

> > systems were fixed.

> This includes the German umlauts problems?

You bet it does.

> > server. This fixes the old Cyrillic+Latin characters problem,
> > when the former become question-marks. Thanks to Sergei
> > Dolmatov for helping me implement and test this one.

> So, what does CenterICQ do with RTF formatted text? Is it being
> parsed or is something stripped off it?

It's stripped and parsed to replace special codes for smiles and
moods with their textual analogues.

> Why is there a need to have a contact on the contact list
> _permanently_ for this feature?

Some IM systems don't allow you to send messages to users that are
not on the list.

> > Several minor interface-related bugs were fixed.

> Can I have more details, please? :)

Do you want me to remember them? No way :)

(Continue reading)

Konstantin Klyagin | 1 Jul 09:54

Re: XML console + input

On Thu, Jul 01, 2004 at 09:46:39AM +0200, Wolfram Schlich wrote:

> Konst, do you know the Psi Jabber client for X? It's quite nice
> (for an X client ;))

As much as an X client can be nice. Right :)

> very very nice for debugging and playing around with your own
> jabber server and even enables you to test Jabber protocol
> features which CenterICQ doesn't support (and there are a lot of
> them). Now on to the question: Will you implement such a feature
> in CenterICQ? It would just be great.

Well, there is -DDEBUG with -DPACKETDEBUG which would produce the
same output and also write it to ~/.centericq/debug. Though if you
propose some better way to debug protocols (including Jabber, but
not only it), I'd be glad to listen to your proposition.

--

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

Damián Viano | 1 Jul 10:01
Picon

Re: XML console + input

On Thu, Jul 01, 2004 at 09:46:39AM +0200, Wolfram Schlich wrote:
> Heyho,
[snip jabber console on Psi]
> Now on to the question:
> Will you implement such a feature in CenterICQ? It would just be
> great.

  I have to say, being a jabber admin, I would love this feature deeply.
This precise feature is what makes me fire up some other jabber client, time to time, when I have to debug
something or do some administrative jabber thing. ;-)

  Being my first post, I think I'm allowed to say: "Great IM client konst!, thanks for all your hard work. I
really enjoy it."

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

Konstantin Klyagin | 1 Jul 10:06

Re: XML console + input

On Thu, Jul 01, 2004 at 05:01:32AM -0300, Dami?n Viano wrote:

> I have to say, being a jabber admin, I would love this feature
> deeply. This precise feature is what makes me fire up some other
> jabber client, time to time, when I have to debug something or do
> some administrative jabber thing. ;-)

You are welcome to participate in the discussion on how this
feature should look like. The main requirements for it are:

- to be useful and intuitive;
- to utilize same or almost same controls that are already present
  in centericq's interface. such as dialogs, scroll areas, buttons,
  menus, etc.
- to work not only for jabber, but for any other protocol that
  allows protocol dump output (leave this one to me).

> Being my first post, I think I'm allowed to say: "Great IM client
> konst!, thanks for all your hard work. I really enjoy it."

Yep. Glad you enjoy it.

--

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

(Continue reading)

Daniel Wiberg | 1 Jul 10:09
Picon
Favicon
Gravatar

Re: centericq 4.10.0

On 2004-06-30 23:23, Konstantin Klyagin wrote:
> 4.10.0

I get some errors when trying to compile this version:
gmake[5]: Entering directory 
`/usr/home/danne/centericq-4.10.0/libmsn-0.1/msn'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../msn/.. -I../../connwrap 
-I../../connwrap-0.1    -I/usr/local/include -I/usr/local/include -c 
filetransfer.cpp
filetransfer.cpp: In method `void 
MSN::FileTransferConnection::handleSend_Transferring()':
filetransfer.cpp:295: variable `struct timeval tout' has initializer but 
incomplete type
filetransfer.cpp:298: confused by earlier errors, bailing out

FreeBSD 4 and Gnu make 3.80.

Ideas anyone?

//daniel wiberg

--

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

(Continue reading)


Gmane