Linux 2.6.12
gcc 4.0.1
glibc 2.3.5
Licq CVS 20050715

if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I..  
-Wall -I../include -DINSTALL_PREFIX=\"/usr/local\"  -fPIC -DPIC -D_REENTRANT  
-O2 -march=k6-2 -fno-exceptions -fno-check-new -MT translate.o -MD -MP -MF 
".deps/translate.Tpo" \
  -c -o translate.o `test -f 'translate.cpp' || echo './'`translate.cpp; \
then mv -f ".deps/translate.Tpo" ".deps/translate.Po"; \
else rm -f ".deps/translate.Tpo"; exit 1; \
fi
translate.cpp: In member function 'char* CTranslator::FromUnicode(char*)':
translate.cpp:249: error: 'iconv_t' was not declared in this scope
translate.cpp:249: error: expected `;' before 'tr'
translate.cpp:254: error: 'tr' was not declared in this scope
translate.cpp:254: error: 'iconv_open' was not declared in this scope
translate.cpp:255: error: 'iconv' was not declared in this scope
translate.cpp:256: error: 'iconv_close' was not declared in this scope
translate.cpp: In member function 'char* CTranslator::FromUTF16(char*, int)':
translate.cpp:279: error: 'iconv_t' was not declared in this scope
translate.cpp:279: error: expected `;' before 'tr'
translate.cpp:284: error: 'tr' was not declared in this scope
translate.cpp:284: error: 'iconv_open' was not declared in this scope
translate.cpp:285: error: 'iconv' was not declared in this scope
translate.cpp:286: error: 'iconv_close' was not declared in this scope
translate.cpp: In member function 'char* CTranslator::ToUTF16(char*, char*, 
size_t&)':
translate.cpp:306: error: 'iconv_t' was not declared in this scope
translate.cpp:306: error: expected `;' before 'tr'
translate.cpp:311: error: 'tr' was not declared in this scope
translate.cpp:311: error: 'iconv_open' was not declared in this scope
translate.cpp:312: error: 'iconv' was not declared in this scope
translate.cpp:313: error: 'iconv_close' was not declared in this scope
make[2]: *** [translate.o] Error 1
make[2]: Leaving directory `/home/fraga/src/licq-20050715/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fraga/src/licq-20050715'
make: *** [all] Error 2

        Any hints? Thanks!

-- 
http://ubr.inf.br
Linux 2.6.12
SĂ£o Paulo - SP



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to