[...]
/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...
Search Criteria
Package Details: pchat 1-5
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-01-10)
| 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: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-10-21 04:31 |
| Last Updated: | 2012-05-02 10:26 |
Latest Comments
Comment by DSpider
Comment by jnbek
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
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
updated pkgbuild file so it should build for you now
Anonymous comment
Comment by DSpider
[...]
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
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
Your PChat repository was down. Please make it work! Thanks.
Anonymous comment
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
this is my first aur submission, don't kill me... too much