Package Details: pchat 1-5

Package Base: pchat
Description: PChat is an IRC Client that is designed to run on most major operating systems, forked from the code XChat, but with changes to the core to be less dependent on gtk and a new interface for better cross platform capabilities, as well as striving to be more
Upstream URL: http://bitbucket.org/ZachThibeau/pchat-dev/
Category: network
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2011-10-21 04:31
Last Updated: 2012-05-02 10:26

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by DSpider

2012-07-31 16:27

[...]
/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
In file included from src/common/cfgfiles.cpp:31:0:
src/common/xchat.h:581:41: error: missing binary operator before token "("
make: *** [src/common/cfgfiles.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...

Comment by jnbek

2012-06-04 15:47

http://pastie.org/4026007 Multiple fail, seems glib.h is all that's needed to hush these errors, I modified it: http://pastie.org/4026048 and now get:


gcc -w -O3 -s -I. `pkg-config --cflags --libs gtk+-2.0 openssl` -c -o src/common/outbound.o src/common/outbound.c
src/common/outbound.c:1651:1: error: static declaration of ‘memrchr’ follows non-static declaration
In file included from src/common/outbound.c:20:0:
/usr/include/string.h:120:14: note: previous declaration of ‘memrchr’ was here
make: *** [src/common/outbound.o] Error 1

Comment by mrbit

2012-05-02 12:35

gcc -std=gnu++0x -fPIC -w -O3 -I. -lstdc++ -c -o src/libco/libco.o src/libco/libco.c
In file included from src/common/xchat.h:10:0,
from src/common/cfgfiles.cpp:31:
/usr/include/glib-2.0/glib/gslist.h:28:2: error: #error "Only <glib.h> can be included directly."
In file included from /usr/include/glib-2.0/glib/gslist.h:34:0,
from src/common/xchat.h:10,
from src/common/cfgfiles.cpp:31:
/usr/include/glib-2.0/glib/gmem.h:28:2: error: #error "Only <glib.h> can be included directly."
In file included from /usr/include/glib-2.0/glib/gmem.h:34:0,
from /usr/include/glib-2.0/glib/gslist.h:34,
from src/common/xchat.h:10,

Anonymous comment

2012-05-02 10:26

updated pkgbuild file so it should build for you now

Anonymous comment

2012-04-25 23:46

http://paste.pocoo.org/show/587261/

Comment by DSpider

2012-04-16 08:55

[...]
gcc -std=gnu++0x -fPIC -w -O3 -I. -lstdc++ -c -o src/libco/libco.o src/libco/libco.c
CXX src/common/cfgfiles.cpp
CXX src/common/chanopt.cpp
src/common/ctcp.cpp: In function ‘void ctcp_handle(session*, char*, char*, char*, char*, char**, char**, int)’:
src/common/ctcp.cpp:137:67: error: unable to find string literal operator ‘operator"" PACKAGE_VERSION’
make: *** [src/common/ctcp.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...

Anonymous comment

2011-11-01 01:05

http://pchat-irc.com/seems-the-repo the reason the repository was removed was due to the amount of bandwidth being consumed, I did say as soon as I get a vps I'll be setting it back up.

Anonymous comment

2011-10-30 01:08

Your PChat repository was down. Please make it work! Thanks.

Anonymous comment

2011-10-21 04:34

forgot to mention, there are translations available but it's not included just yet, still tweaking my makefile to compile and install translations properly, same with plugins, plugins are available yet but will soon be in the next little while.

Anonymous comment

2011-10-21 04:32

this is my first aur submission, don't kill me... too much