Page 1 of 1

Contrib problems with libupnp 1.6.17

Posted: 21 May 2012 22:01
by diegofn
Hi,

I'm working on testing the contrib tree in OS X 10.7 Lion x86_64 architecture. If I compile VLC with the contrib tree and the libupnp version 1.6.16 its works fine. However with the latest j-b update from this library to 1.6.17, the compilation crash.

I receive the following message with --disable-silent-rules
http://pastebin.com/uUYATr0x

Do you have the same problems on another architecture?, I review the libupnp project and I don't see reported bugs.

Thanks for all your help!

Sincerely

Diego Fernando Nieto
--------------------------

Re: Contrib problems with libupnp 1.6.17

Posted: 22 May 2012 01:04
by Jean-Baptiste Kempf
I think you need to disable something extras in the contrib compilation, like --disable-webserver or so.

Re: Contrib problems with libupnp 1.6.17

Posted: 23 May 2012 15:54
by thresh
remove --disable-webserver from contrib build rules for now

will be fixed shortly

Re: Contrib problems with libupnp 1.6.17

Posted: 23 May 2012 19:48
by nkoriyama
remove --disable-webserver from contrib build rules for now

will be fixed shortly
At least, I couldn't get it work on Windows and Mac... I tried about a month ago, but I forgot why.
Personally, I use 1.6.16 for my build (with modifying contrib/src/upnp/rules.mak).

Re: Contrib problems with libupnp 1.6.17

Posted: 24 May 2012 08:06
by thresh
fixed in current git, please update

Re: Contrib problems with libupnp 1.6.17

Posted: 26 May 2012 21:34
by diegofn
Thanks for all !! Testing...