﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
51	Libtorrent make fails in Cygwin/XP	anonymous	Gabor Hudiczius	"When attempting to compile and install as per instructions (http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOnWindows), compilation of libtorrent fails.  I have had to change the PKG_CONFIG_PATH ($ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/) so that sigc++ would be found.  The results of ./configure and make follow:

$ ./configure --prefix=/usr --disable-mincore (Completes without incident)

$ make
make  all-recursive
make[1]: Entering directory `/usr/local/src/libtorrent-svn'
Making all in src
make[2]: Entering directory `/usr/local/src/libtorrent-svn/src'
Making all in torrent
make[3]: Entering directory `/usr/local/src/libtorrent-svn/src/torrent'
Making all in data
make[4]: Entering directory `/usr/local/src/libtorrent-svn/src/torrent/data'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
/../.. -I. -I./.. -I./../.. -I../../..    -g -O2 -g -DDEBUG   -I/usr/local/incl
de/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include   -MT block.lo -MD -MP -MF .d
ps/block.Tpo -c -o block.lo block.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I..
../.. -g -O2 -g -DDEBUG -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++
2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.cc  -DDLL_EXPORT
DPIC -o .libs/block.o
In file included from ./../../download/download_info.h:44,
                 from ./../../protocol/extensions.h:46,
                 from ./../../protocol/peer_connection_base.h:47,
                 from block.cc:44:
../../../rak/socket_address.h:67: error: `AF_INET6' was not declared in this scpe
../../../rak/socket_address.h:68: error: `PF_INET6' was not declared in this scpe
make[4]: *** [block.lo] Error 1
make[4]: Leaving directory `/usr/local/src/libtorrent-svn/src/torrent/data'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/libtorrent-svn/src/torrent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/libtorrent-svn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/libtorrent-svn'
make: *** [all] Error 2"	defect	new	normal		rTorrent on Windows		major			
