Picon

ANSI patches?

Konst, what's your policy on ANSI/ISO C/C++ compliance? Would you accept patches 
containing only compliance fixes?

--

-- 
Joel Konkle-Parker

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

Konstantin Klyagin | 2 Sep 17:31

centericq 4.21.0

4.21.0
------

AIM changed its protocol again, so all TOC clients did not work. This release
fixes the inability to connect to the AIM network.

Some Jabber bugs were fixed. PGP works better, and it's also possible to
connect to Google Talk. Ian Johannesen sent the patch for the latter.

Chat window cycling patch from Iulian Ciorascu was applied. Don't forget
to update your keybindings file if you want to use it. Simply add the
following two lines to it:
----
bind editor     \cn     next_chat
bind editor     \cb     prev_chat
----

Applied two patches from David Riebenbauer. One makes centericq change
Jabber status to unavailable before disconnecting, and adds coloring of
contacts according to the protocol (configurable from the configuration
dialog).

Since autoconf/automake authors finally started to maintain backward
compatibility, I've updated the cicqsync so that it uses the current
versions of the tools. The reason is that running specific versions for
better compatibility doesn't work anymore :)

--

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

dh3rm3 | 2 Sep 23:38
Picon

cicq 4.21.0 configure error on amd64


Hi,
I'm running an amd64 gentoo box, when I try to launch configure on the new 
4.21.0 I get the following error:

config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: configuring in connwrap-0.1
configure: running /bin/sh './configure' --prefix=/usr/local  '--with-ssl' 
'--disable-yahoo' '--disab
le-aim' '--disable-irc' '--disable-gg' '--disable-rss' '--disable-lj' 
'CFLAGS=-march=k8 -O2 -pipe' 'C
XXFLAGS=-march=k8 -O2 -pipe' --cache-file=/dev/null --srcdir=.
configure: warning: CFLAGS=-march=k8 -O2 -pipe: invalid host type
configure: warning: CXXFLAGS=-march=k8 -O2 -pipe: invalid host type
configure: error: can only configure for one host and one target at a time
configure: error: /bin/sh './configure' failed for connwrap-0.1

4.20. is compiling fine though

here are my sys spec :

default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1
2.6.13-gentoox86_64
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
(Continue reading)

lists | 3 Sep 00:05

Re: cicq 4.21.0 configure error on amd64

On Fri, 2 Sep 2005, dh3rm3 wrote:

> Hi,
> I'm running an amd64 gentoo box, when I try to launch configure on the new 
> 4.21.0 I get the following error:
>
> config.status: executing default-1 commands
> config.status: executing default-2 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> configure:  configuring in connwrap-0.1
> configure:  running /bin/sh './configure' --prefix=/usr/local  '--with-ssl' 
> '--disable-yahoo' '--disab
> le-aim' '--disable-irc' '--disable-gg' '--disable-rss' '--disable-lj' 
> 'CFLAGS=-march=k8 -O2 -pipe' 'C
> XXFLAGS=-march=k8 -O2 -pipe' --cache-file=/dev/null --srcdir=.
> configure: warning:  CFLAGS=-march=k8 -O2 -pipe: invalid host type
> configure: warning:  CXXFLAGS=-march=k8 -O2 -pipe: invalid host type
> configure: error:  can only configure for one host and one target at a time
> configure: error:  /bin/sh './configure' failed for connwrap-0.1

I don't think that has anything to do with AMD64.
I got the same thing with a plain old Athlon.
Will be playing around with it tonight, but I think it'd be best if we started tracking this on
bugs.gentoo.org rather than here. :)

_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
(Continue reading)

dh3rm3 | 3 Sep 00:16
Picon

Re: cicq 4.21.0 configure error on amd64


Strangely the centericq-20050831-020001 cvs version configures and 
compiles fine after I checked update with cicqsync

On Fri, 2 Sep 2005, lists@... wrote:

> On Fri, 2 Sep 2005, dh3rm3 wrote:
>
>>  Hi,
>>  I'm running an amd64 gentoo box, when I try to launch configure on the new
>>  4.21.0 I get the following error:
>>
>>  config.status: executing default-1 commands
>>  config.status: executing default-2 commands
>>  config.status: creating po/POTFILES
>>  config.status: creating po/Makefile
>> configure:   configuring in connwrap-0.1
>> configure:   running /bin/sh './configure' --prefix=/usr/local 
>> configure:   '--with-ssl'
>>  '--disable-yahoo' '--disab
>>  le-aim' '--disable-irc' '--disable-gg' '--disable-rss' '--disable-lj'
>>  'CFLAGS=-march=k8 -O2 -pipe' 'C
>>  XXFLAGS=-march=k8 -O2 -pipe' --cache-file=/dev/null --srcdir=.
>> configure: warning:   CFLAGS=-march=k8 -O2 -pipe: invalid host type
>> configure: warning:   CXXFLAGS=-march=k8 -O2 -pipe: invalid host type
>> configure: error:   can only configure for one host and one target at a 
>> configure: error:   time
>> configure: error:   /bin/sh './configure' failed for connwrap-0.1
>
> I don't think that has anything to do with AMD64.
(Continue reading)

lists | 3 Sep 00:29

Re: cicq 4.21.0 configure error on amd64

On Sat, 3 Sep 2005, dh3rm3 wrote:

>
> Strangely the centericq-20050831-020001 cvs version configures and compiles 
> fine after I checked update with cicqsync

Well, and that one works fine for me too, as I imagine the 4.21 one would.
Outside of gentoo portage that is.
Something odd going on in connwrap - will have to look it over.
Or are you saying the CVS one works in portage, for you?

>
> On Fri, 2 Sep 2005, lists@... wrote:
>
>>  On Fri, 2 Sep 2005, dh3rm3 wrote:
>> 
>> >   Hi,
>> >   I'm running an amd64 gentoo box, when I try to launch configure on the 
>> >   new
>> >   4.21.0 I get the following error:
>> > 
>> >   config.status: executing default-1 commands
>> >   config.status: executing default-2 commands
>> >   config.status: creating po/POTFILES
>> >   config.status: creating po/Makefile
>> > configure:    configuring in connwrap-0.1
>> > configure:    running /bin/sh './configure' --prefix=/usr/local 
>> > configure:    '--with-ssl'
>> >   '--disable-yahoo' '--disab
>> >   le-aim' '--disable-irc' '--disable-gg' '--disable-rss' '--disable-lj'
(Continue reading)

dh3rm3 | 3 Sep 00:40
Picon

Re: cicq 4.21.0 configure error on amd64


I didn't use portage. I directly fetched the sources from 
http://konst.org.ua/centericq/ both for 4.21 and for the cvs
For the cvs to be up to date I cicqsync before compiling.
When I start cicq-cvs, it's labelled CENTERICQ 4.21.0
But the 4.21 did not work for me outside portage, that is.

On Fri, 2 Sep 2005, lists@... wrote:

> On Sat, 3 Sep 2005, dh3rm3 wrote:
>
>>
>>  Strangely the centericq-20050831-020001 cvs version configures and
>>  compiles fine after I checked update with cicqsync
>
> Well, and that one works fine for me too, as I imagine the 4.21 one would.
> Outside of gentoo portage that is.
> Something odd going on in connwrap - will have to look it over.
> Or are you saying the CVS one works in portage, for you?
>
>>
>>  On Fri, 2 Sep 2005, lists@... wrote:
>> 
>> >   On Fri, 2 Sep 2005, dh3rm3 wrote:
>> > 
>> > >    Hi,
>> > >    I'm running an amd64 gentoo box, when I try to launch configure on 
>> > >    the new
>> > >    4.21.0 I get the following error:
>> > > 
(Continue reading)

George Sherwood | 4 Sep 00:51

Unable to configure 4.21.0

I was updating centericq in sourcemage and found that the configure will
fail if CFLAGS or CXXFLAGS are set.  No matter what I set in them the
configure will fail. If I unset before configure it will work.  I am
getting the same errors as I saw in the list archives from gentoo.
The error looks like this:

 config.status: creating po/POTFILES
 config.status: creating po/Makefile
 configure: configuring in connwrap-0.1
 configure: running /bin/sh './configure' --prefix=/usr/local  'CFLAGS='
'CXXFLAGS=-O -march=athlon -mmmx -m3dnow -pipe -Os' 'LDFLAGS='
--cache-file=/dev/null --srcdir=.
 configure: warning: CFLAGS=: invalid host type
configure: warning: CXXFLAGS=-O -march=athlon -mmmx -m3dnow -pipe -Os:
invalid host type
configure: error: can only configure for one host and one target at a
time
configure: error: /bin/sh './configure' failed for connwrap-0.1

Hopefully somebody has a fix.

George Sherwood
http://www.sourcemage.org
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
(Continue reading)

David Willoughby | 4 Sep 01:06

Re: Unable to configure 4.21.0

On Sat, Sep 03, 2005 at 06:51:48PM -0400, George Sherwood wrote:
> I was updating centericq in sourcemage and found that the configure will
> fail if CFLAGS or CXXFLAGS are set.  No matter what I set in them the
> configure will fail. If I unset before configure it will work.  I am
> getting the same errors as I saw in the list archives from gentoo.
> The error looks like this:
> 
>  config.status: creating po/POTFILES
>  config.status: creating po/Makefile
>  configure: configuring in connwrap-0.1
>  configure: running /bin/sh './configure' --prefix=/usr/local  'CFLAGS='
> 'CXXFLAGS=-O -march=athlon -mmmx -m3dnow -pipe -Os' 'LDFLAGS='
> --cache-file=/dev/null --srcdir=.
>  configure: warning: CFLAGS=: invalid host type
> configure: warning: CXXFLAGS=-O -march=athlon -mmmx -m3dnow -pipe -Os:
> invalid host type
> configure: error: can only configure for one host and one target at a
> time
> configure: error: /bin/sh './configure' failed for connwrap-0.1
> 
> Hopefully somebody has a fix.
> 
> George Sherwood
> http://www.sourcemage.org

4.21.0 configures and compiles on slack with ssl and gpg.  

David Willoughby
email: dlw@...
icq: 1852393
(Continue reading)

Wolfram Schlich | 4 Sep 17:32
X-Face

Re: cicq 4.21.0 configure error on amd64

* dh3rm3 <aikotoba@...> [2005-09-02 23:39]:
> 
> Hi,
> I'm running an amd64 gentoo box, when I try to launch configure on the new 
> 4.21.0 I get the following error:
> 
> config.status: executing default-1 commands
> config.status: executing default-2 commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> configure: configuring in connwrap-0.1
> configure: running /bin/sh './configure' --prefix=/usr/local  '--with-ssl' 
> '--disable-yahoo' '--disab
> le-aim' '--disable-irc' '--disable-gg' '--disable-rss' '--disable-lj' 
> 'CFLAGS=-march=k8 -O2 -pipe' 'C
> XXFLAGS=-march=k8 -O2 -pipe' --cache-file=/dev/null --srcdir=.
> configure: warning: CFLAGS=-march=k8 -O2 -pipe: invalid host type
> configure: warning: CXXFLAGS=-march=k8 -O2 -pipe: invalid host type
> configure: error: can only configure for one host and one target at a time
> configure: error: /bin/sh './configure' failed for connwrap-0.1

I'm experiencing the same with a non-amd64 Gentoo system (athlon-mp).
It get's borked when CFLAGS and CXXFLAGS are specified.
When you run ./configure manually from the console when those
mentioned variables are undefined, it works fine.
--

-- 
Wolfram Schlich
_______________________________________________
Cicq mailing list
Cicq@...
(Continue reading)


Gmane