hi to all , i try to compile Licq from CVS but it give me errors:
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
*** Scanning for include statements
*** Building Makefile templates (step one)
Makefile.am:5: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS
automake: Makefile.am: AM_GNU_GETTEXT in `configure.in' but
`ALL_LINGUAS' not defined
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
if i add in configure.in ALL_LINGUAS="de" i get this
[EMAIL PROTECTED] licq]$ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Concatenating configure tests into acinclude.m4
*** Retrieving configure tests needed by configure.in
*** Scanning for include statements
*** Building Makefile templates (step one)
Makefile.am:5: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
if i add in Makefile.am " intl" it creates configure
but real compilation give me this error
make
make all-recursive
make[1]: Entering directory `/usr/local/src/cvs/licq'
Making all in m4
make[2]: Entering directory `/usr/local/src/cvs/licq/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/cvs/licq/m4'
Making all in share
make[2]: Entering directory `/usr/local/src/cvs/licq/share'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/cvs/licq/share'
Making all in src
make[2]: Entering directory `/usr/local/src/cvs/licq/src'
g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -Wall
-I../include -DINSTALL_PREFIX=\"/usr/local\" -fPIC -DPIC
-D_REENTRANT -O2 -fno-exceptions -fno-check-new -c licq.cpp
licq.cpp:10:20: config.h: No such file or directory
In file included from licq.cpp:43:
licq.h:5:20: config.h: No such file or directory
In file included from licq.cpp:47:
support.h:11:20: config.h: No such file or directory
In file included from ../include/licq_packets.h:6,
from ../include/licq_filetransfer.h:59,
from ../include/licq_icqd.h:16,
from licq.cpp:50:
../include/licq_socket.h:5:20: config.h: No such file or directory
In file included from ../include/licq_socket.h:11,
from ../include/licq_packets.h:6,
from ../include/licq_filetransfer.h:59,
from ../include/licq_icqd.h:16,
from licq.cpp:50:
/usr/include/arpa/inet.h:74: error: declaration of C function
`in_addr_t inet_aton(const char*, in_addr*)' conflicts with
support.h:48: error: previous declaration `int inet_aton(const char*,
in_addr*)' here
In file included from ../include/licq_socket.h:19,
from ../include/licq_packets.h:6,
from ../include/licq_filetransfer.h:59,
from ../include/licq_icqd.h:16,
from licq.cpp:50:
../include/licq_proxy.h:2:20: config.h: No such file or directory
licq.cpp: In member function `bool CLicq::Init(int, char**)':
licq.cpp:361: error: `INT_VERSION' undeclared (first use this function)
licq.cpp:361: error: (Each undeclared identifier is reported only once
for each function it appears in.)
licq.cpp: In member function `const char* CLicq::Version()':
licq.cpp:463: error: `VERSION' undeclared (first use this function)
licq.cpp: In member function `CPlugin* CLicq::LoadPlugin(const char*,
int, char**)':
licq.cpp:578: error: `DLOPEN_POLICY' undeclared (first use this function)
licq.cpp: In member function `int CLicq::Main()':
licq.cpp:989: error: `ETIMEDOUT' undeclared (first use this function)
licq.cpp: In member function `void CLicq::PrintUsage()':
licq.cpp:1118: error: `PACKAGE' undeclared (first use this function)
licq.cpp: In member function `bool CLicq::Install()':
licq.cpp:1189: error: `EEXIST' undeclared (first use this function)
make[2]: *** [licq.o] Error 1
make[2]: Leaving directory `/usr/local/src/cvs/licq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/cvs/licq'
make: *** [all-recursive-am] Error 2
and i don't get compilation
my system is mandrake 10.0 official
autoconf
[EMAIL PROTECTED] licq]$ autoconf -V
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.4-p6
what's the problem? somebody can help me?
bye bye
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel