On Thu, Jan 28, 2010 at 09:52, Danila <[email protected]> wrote: > Hi > > Licq 1.3.8 release don't build on the FreeBSD > > gmake[2]: Entering directory `/tmp/licq-1.3.8/src' > g++ -DLOCALEDIR=\"/opt/licq-1.3.8/share/locale\" -DHAVE_CONFIG_H -I. -I.. > -Wall -Wextra -I../include -D_THREAD_SAFE -I/usr/local/include -O2 -pthread > -MT icqd-tcp.o -MD -MP -MF .deps/icqd-tcp.Tpo -c -o icqd-tcp.o icqd-tcp.cpp > icqd-tcp.cpp: In member function 'bool > CICQDaemon::ProcessTcpPacket(TCPSocket*)': > icqd-tcp.cpp:1742: error: 'letoh32' was not declared in this scope > gmake[2]: *** [icqd-tcp.o] Error 1 > gmake[2]: Leaving directory `/tmp/licq-1.3.8/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/tmp/licq-1.3.8' > gmake: *** [all] Error 2
Does it help if you change licq/include/licq_byteorder.h (around line 55) to include sys/types.h instead of machine/endian.h? // Erik -- Erik Johansson Home Page: http://ejohansson.se/ PGP Key: http://ejohansson.se/erik.asc
