Hi, I've read through the FAQ & readme files but I'm a total beginner.
I've read through forums and archived mailing liast stuff but I'm
stumped. I'm following these instructions: (from original readme doc)
INSTALLATION:
(If you have a binary distribution then see the FAQ for how to
do a manual install. Don't worry it's very easy, any monkey
could do it.)
1. Type './configure' and it will determine all the right settings and
directories for your system.
2. Type 'make' and in theory it will build. If you are using a non-GNU system,
such as FreeBSD or Solaris, you will need the GNU version of make, often
installed as `gmake'. If you get errors about "void *" see the FAQ.
3. Type
su -c 'make install'
and licq will be installed (defaults to /usr/local).
4. Go to plugins/qt-gui and follow the directions there (doc/README) to install
the Qt interface plugin (necessary).
I type 'make' and this is what comes up:
linux:/home/pockets/Downloads/Progs/licq/licq-1.3.2 # make
make all-recursive
make[1]: Entering directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2'
Making all in m4
make[2]: Entering directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/m4'
Making all in share
make[2]: Entering directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/share
'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/share'
Making all in src
make[2]: Entering directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/src'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT licq.o -MD -MP -MF ".deps/licq.Tpo" \
-c -o licq.o `test -f 'licq.cpp' || echo './'`licq.cpp; \
then mv -f ".deps/licq.Tpo" ".deps/licq.Po"; \
else rm -f ".deps/licq.Tpo"; exit 1; \
fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.cpp' || echo './'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT icqpacket.o -MD -MP -MF ".deps/icqpacket.Tpo"
\
-c -o icqpacket.o `test -f 'icqpacket.cpp' || echo './'`icqpacket.cpp; \
then mv -f ".deps/icqpacket.Tpo" ".deps/icqpacket.Po"; \
else rm -f ".deps/icqpacket.Tpo"; exit 1; \
fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT proxy.o -MD -MP -MF ".deps/proxy.Tpo" \
-c -o proxy.o `test -f 'proxy.cpp' || echo './'`proxy.cpp; \
then mv -f ".deps/proxy.Tpo" ".deps/proxy.Po"; \
else rm -f ".deps/proxy.Tpo"; exit 1; \
fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT socket.o -MD -MP -MF ".deps/socket.Tpo" \
-c -o socket.o `test -f 'socket.cpp' || echo './'`socket.cpp; \
then mv -f ".deps/socket.Tpo" ".deps/socket.Po"; \
else rm -f ".deps/socket.Tpo"; exit 1; \
fi
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wa
ll -I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC -D_REENTRANT -O2
-fno-exceptions -fno-check-new -MT icqd.o -MD -MP -MF ".deps/icqd.Tpo" \
-c -o icqd.o `test -f 'icqd.cpp' || echo './'`icqd.cpp; \
then mv -f ".deps/icqd.Tpo" ".deps/icqd.Po"; \
else rm -f ".deps/icqd.Tpo"; exit 1; \
fi
In file included from ../include/licq_gpg.h:6,
from icqd.cpp:41:
/usr/include/gpgme.h:53:23: error: gpg-error.h: No such file or directory
/usr/include/gpgme.h:95: error: 'gpg_error_t' does not name a type
/usr/include/gpgme.h:96: error: 'gpg_err_code_t' does not name a type
/usr/include/gpgme.h:97: error: 'gpg_err_source_t' does not name a type
/usr/include/gpgme.h:100: error: 'gpgme_error_t' does not name a type
/usr/include/gpgme.h:113: error: 'gpgme_error_t' does not name a type
/usr/include/gpgme.h:120: error: 'gpgme_err_code_t' does not name a type
/usr/include/gpgme.h:127: error: 'gpgme_err_source_t' does not name a type
/usr/include/gpgme.h:136: error: 'gpgme_error_t' was not declared in this scope
/usr/include/gpgme.h:145: error: 'gpg_error_t' was not declared in this scope
/usr/include/gpgme.h:145: error: expected primary-expression before 'char'
/usr/include/gpgme.h:145: error: expected primary-expression before 'buflen'
/usr/include/gpgme.h:145: error: initializer expression list treated as compound
expression
/usr/include/gpgme.h:150: error: 'gpgme_error_t' was not declared in this scope
/usr/include/gpgme.h:156: error: 'gpgme_err_code_t' does not name a type
/usr/include/gpgme.h:161: error: 'gpgme_err_code_t' was not declared
in this sco pe
/usr/include/gpgme.h:166: error: 'gpgme_error_t' does not name a type
/usr/include/gpgme.h:170: error: 'gpgme_err_code_t' does not name a type
/usr/include/gpgme.h:522: error: 'gpgme_error_t' does not name a type
/usr/include/gpgme.h:664: error: typedef 'gpgme_error_t' is
initialized (use __t
ypeof__ instead)
/usr/include/gpgme.h:664: error: 'gpgme_passphrase_cb_t' was not
declared in thi s scope
/usr/include/gpgme.h:664: error: expected ',' or ';' before '(' token
/usr/include/gpgme.h:724: error: 'gpgme_passphrase_cb_t' has not been declared
/usr/include/gpgme.h:728: error: 'gpgme_passphrase_cb_t' has not been declared
/usr/include/gpgme.h:1533: error: 'gpgme_passphrase_cb_t' does not name a type
icqd.cpp: In member function 'void
CICQDaemon::ProcessMessage(ICQUser*, CBuffer&
, char*, short unsigned int, long unsigned int, long
unsigned int*, short unsign
ed int, bool, bool&)':
icqd.cpp:2395: warning: unused variable 'nOwnerStatus'
make[2]: *** [icqd.o] Error 1
make[2]: Leaving directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pockets/Downloads/Progs/licq/licq-1.3.2'
make: *** [all] Error 2
linux:/home/pockets/Downloads/Progs/licq/licq-1.3.2 #
I have no idea what this means. Please help me!!!!
Thanks!
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
LICQ-Main mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-main