Build error: solaris, miniupnpc

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
s0rce
Posts: 4
Joined: Mon Dec 19, 2011 12:46 am

Build error: solaris, miniupnpc

Post by s0rce »

Code: Select all

 ./configure --prefix=/var --enable-daemon

make

Code: Select all

make[3]: Entering directory `/data/apps/solaris/transmission-2.51/third-party/miniupnp'
  CC     miniupnpc.o
miniupnpc.c: In function âupnpDiscoverâ:
miniupnpc.c:520:21: error: storage size of âreqnâ isnât known
miniupnpc.c:521:29: error: invalid application of âsizeofâ to incomplete type âstruct ip_mreqnâ
miniupnpc.c:520:21: warning: unused variable âreqnâ
make[3]: *** [miniupnpc.o] Error 1
I'm trying to build the latest version of transmission (2.51) on Solaris 11 and I'm getting the above error. The previous version, 2.50 built without problems. Anyone have any ideas?

Thanks,
s0rce
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Build error: solaris, miniupnpc

Post by rb07 »

Looks like the same bug in miniupnpd I reported about building on Cygwin: http://miniupnp.tuxfamily.org/forum/vie ... =2887#2887

You'll have to add Solaris that line I patched. And please report it in miniupnp forum so it gets fixed.
Post Reply