hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
851 stars 206 forks source link

#error libupnp uses large file support, so users must do that, too #193

Closed mill1000 closed 5 years ago

mill1000 commented 5 years ago

As of commit bbc88e7cfe61d620b6585fead3a653b0b0941f6b I receive the following error when trying to compile against libupnp-1.8.4

In file included from /usr/local/include/upnp/upnp.h:402:0,
                 from upnp_service.h:27,
                 from variable-container.c:36:
/usr/local/include/upnp/FileInfo.h:22:2: error: #error libupnp uses large file support, so users must do that, too
 #error libupnp uses large file support, so users must do that, too
  ^~~~~
hzeller commented 5 years ago

Could it be a missing include of config.h ? Notices that it was not included in variable-container.c; just pushed, can you test if it works now ?

mill1000 commented 5 years ago

Thanks :)

On Sun, Oct 27, 2019, 8:29 PM Henner Zeller notifications@github.com wrote:

Closed #193 https://github.com/hzeller/gmrender-resurrect/issues/193 via 9fcbeba https://github.com/hzeller/gmrender-resurrect/commit/9fcbebaf78b9344bee822404445a7e9d81b49675 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hzeller/gmrender-resurrect/issues/193?email_source=notifications&email_token=ABU2STWEXUXUCGUG44JHRO3QQZFCBA5CNFSM4JFUUFT2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUO62LOI#event-2747114937, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU2STQU3HW4PZWHLTKNHJ3QQZFCBANCNFSM4JFUUFTQ .

mill1000 commented 5 years ago

Confirmed.