<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/icqmail/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/icqmail/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/icqmail/support-requests/</id><updated>2002-11-12T02:34:16Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>compilation issues...</title><link href="https://sourceforge.net/p/icqmail/support-requests/5/" rel="alternate"/><published>2002-11-12T02:34:16Z</published><updated>2002-11-12T02:34:16Z</updated><author><name>Ian Newlands</name><uri>https://sourceforge.net/u/inewlands/</uri></author><id>https://sourceforge.net9868fe2c975c665e8fa886fbadd000d9ae3552a9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm receiving the following problems during make:&lt;/p&gt;
&lt;p&gt;make&lt;br /&gt;
making all in src...&lt;br /&gt;
make[1]: Entering directory `/usr/local/src/icqmail-&lt;br /&gt;
2.0a1/src'&lt;br /&gt;
c++ -g -O2  -DSTDC_HEADERS=1 -&lt;br /&gt;
DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -&lt;br /&gt;
DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -&lt;br /&gt;
DHAVE_BYTESWAP_H=1 -DHAVE_ENDIAN_H=1 -&lt;br /&gt;
DHAVE_ARPA_NAMESER_COMPAT_H=1 -&lt;br /&gt;
DHAVE_LIBGUILE_H=1 -DHAVE_GUILE_GH_H=1 -&lt;br /&gt;
DHAVE_MIMELIB_MIMEPP_H=1 -DHAVE_LIBICQ=1 -&lt;br /&gt;
DHAVE_LIBNSL=1 -DHAVE_LIBGUILE=1 -&lt;br /&gt;
DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -&lt;br /&gt;
DHAVE_BSWAP_32=1  -c cfg.cc&lt;br /&gt;
c++ -g -O2  -DSTDC_HEADERS=1 -&lt;br /&gt;
DHAVE_FCNTL_H=1 -DHAVE_SYS_TIME_H=1 -&lt;br /&gt;
DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -&lt;br /&gt;
DHAVE_BYTESWAP_H=1 -DHAVE_ENDIAN_H=1 -&lt;br /&gt;
DHAVE_ARPA_NAMESER_COMPAT_H=1 -&lt;br /&gt;
DHAVE_LIBGUILE_H=1 -DHAVE_GUILE_GH_H=1 -&lt;br /&gt;
DHAVE_MIMELIB_MIMEPP_H=1 -DHAVE_LIBICQ=1 -&lt;br /&gt;
DHAVE_LIBNSL=1 -DHAVE_LIBGUILE=1 -&lt;br /&gt;
DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -&lt;br /&gt;
DHAVE_BSWAP_32=1  -c log.cc&lt;br /&gt;
log.cc: In method `Log::Log (const char *, const char *, &lt;br /&gt;
bool)':&lt;br /&gt;
log.cc:52: `exit' undeclared (first use this function)&lt;br /&gt;
log.cc:52: (Each undeclared identifier is reported only &lt;br /&gt;
once for each &lt;br /&gt;
function it appears in.)&lt;br /&gt;
log.cc: In method `Log &amp;amp;amp;Log::operator&amp;amp;lt;&amp;amp;lt; (const &lt;br /&gt;
Log::LogPriority &amp;amp;amp;)':&lt;br /&gt;
log.cc:108: warning: no return statement in function &lt;br /&gt;
returning non-void&lt;br /&gt;
make[1]: *** [log.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/usr/local/src/icqmail-&lt;br /&gt;
2.0a1/src'&lt;br /&gt;
make: *** [all] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Problems to compile in Debian Linux</title><link href="https://sourceforge.net/p/icqmail/support-requests/4/" rel="alternate"/><published>2002-05-04T19:09:22Z</published><updated>2002-05-04T19:09:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta7c2e4f23f753d96c1d473b14c53f233f1ce6a3f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;server2:/icqmail-2.0a1# ./configure --host=i686-pc-&lt;br /&gt;
linux-gnu&lt;br /&gt;
loading cache ./config.cache&lt;br /&gt;
checking for c++... (cached) c++&lt;br /&gt;
checking whether the C++ compiler (c++  ) works... yes&lt;br /&gt;
checking whether the C++ compiler (c++  ) is a cross-&lt;br /&gt;
compiler... no&lt;br /&gt;
checking whether we are using GNU C++... (cached) yes&lt;br /&gt;
checking whether c++ accepts -g... (cached) yes&lt;br /&gt;
checking for a BSD compatible install... &lt;br /&gt;
(cached) /usr/bin/install -c&lt;br /&gt;
checking how to run the C++ preprocessor... (cached) &lt;br /&gt;
c++ -E&lt;br /&gt;
checking for ANSI C header files... (cached) yes&lt;br /&gt;
checking for fcntl.h... (cached) yes&lt;br /&gt;
checking for sys/time.h... (cached) yes&lt;br /&gt;
checking for syslog.h... (cached) yes&lt;br /&gt;
checking for unistd.h... (cached) yes&lt;br /&gt;
checking for byteswap.h... (cached) yes&lt;br /&gt;
checking for endian.h... (cached) yes&lt;br /&gt;
checking for machine/endian.h... (cached) no&lt;br /&gt;
checking for arpa/nameser_compat.h... (cached) no&lt;br /&gt;
checking for libguile.h... (cached) yes&lt;br /&gt;
checking for guile/gh.h... (cached) yes&lt;br /&gt;
checking for mimelib/mimepp.h... (cached) yes&lt;br /&gt;
checking for icq_Init in -licq... (cached) yes&lt;br /&gt;
checking for gethostbyname in -lnsl... (cached) yes&lt;br /&gt;
checking for connect in -lsocket... (cached) no&lt;br /&gt;
checking for gh_procedure_p in -lguile... (cached) no&lt;br /&gt;
checking for DwInitialize() in -lmimepp... no&lt;br /&gt;
checking whether time.h and sys/time.h may both be &lt;br /&gt;
included... (cached) yes&lt;br /&gt;
checking return type of signal handlers... (cached) &lt;br /&gt;
void&lt;br /&gt;
checking for bswap_32... (cached) yes&lt;br /&gt;
creating ./config.status&lt;br /&gt;
creating src/Makefile&lt;br /&gt;
creating Makefile&lt;br /&gt;
server2:/icqmail-2.0a1# make&lt;br /&gt;
making all in src...&lt;br /&gt;
make[1]: Entering directory `/icqmail-2.0a1/src'&lt;br /&gt;
c++ -g -O2  -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -&lt;br /&gt;
DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -&lt;br /&gt;
DHAVE_UNISTD_H=1 -DHAVE_BYTESWAP_H=1 -DHA&lt;br /&gt;
VE_ENDIAN_H=1 -DHAVE_LIBGUILE_H=1 -DHAVE_GUILE_GH_H=1 -&lt;br /&gt;
DHAVE_MIMELIB_MIMEPP_H=1 -DHAVE_LIBICQ=1 -&lt;br /&gt;
DHAVE_LIBNSL=1 -DTIME_WITH_SY&lt;br /&gt;
S_TIME=1 -DRETSIGTYPE=void -DHAVE_BSWAP_32=1  -c cfg.cc&lt;br /&gt;
cfg.cc: In method `void Cfg::add(const DwString &amp;amp;amp;, &lt;br /&gt;
long unsigned int, int = 0)':&lt;br /&gt;
cfg.cc:92: implicit declaration of function `int &lt;br /&gt;
sprintf(...)'&lt;br /&gt;
make[1]: *** [cfg.o] Error 1&lt;br /&gt;
make[1]: Leaving directory `/icqmail-2.0a1/src'&lt;br /&gt;
make: *** [all] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>libguile</title><link href="https://sourceforge.net/p/icqmail/support-requests/3/" rel="alternate"/><published>2000-11-10T12:43:46Z</published><updated>2000-11-10T12:43:46Z</updated><author><name>Martin List-Petersen</name><uri>https://sourceforge.net/u/marlow/</uri></author><id>https://sourceforge.neta5bfa7faa39a17198c762a9961e92705cb7cae5b</id><summary type="html"/></entry><entry><title>Problem with Solaris 2.6</title><link href="https://sourceforge.net/p/icqmail/support-requests/2/" rel="alternate"/><published>2000-07-05T20:39:22Z</published><updated>2000-07-05T20:39:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb1e298c150a72b92f249ae139ec3e0cf32f73062</id><summary type="html"/></entry><entry><title>Won't compile</title><link href="https://sourceforge.net/p/icqmail/support-requests/1/" rel="alternate"/><published>2000-04-23T23:44:48Z</published><updated>2000-04-23T23:44:48Z</updated><author><name>Andy Kraut</name><uri>https://sourceforge.net/u/opie4624/</uri></author><id>https://sourceforge.net65d10946aff4ac957d8cbccd9935140b5c74bb20</id><summary type="html"/></entry></feed>