Ticket #20 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

pa fails to compile at src/polyp/browser.c on MinGW

Reported by: malept Owned by: lennart
Milestone: Component: polyplib
Keywords: Cc:

Description

when compiling with --enable-howl on MinGW, the following error occurs:

./polypcore/core-util.h:67: error: syntax error before "gid_t"
./polypcore/core-util.h:67: warning: function declaration isn't a prototype
./polypcore/core-util.h:68: error: syntax error before "uid"
./polypcore/core-util.h:68: warning: function declaration isn't a prototype

I believe this occurs because config.h is not #included in src/polyp/browser.c. A patch is forthcoming.

Attachments

polypaudio-0.9.1-uid-gid-t.patch Download (304 bytes) - added by malept 6 years ago.
allows src/polyp/browser.c to compile

Change History

Changed 6 years ago by malept

allows src/polyp/browser.c to compile

Changed 6 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed

(In [1052]) include config.h in browser.c (closes #20)

Changed 6 years ago by lennart

BTW: HOWL support will be replaced by Avahi support soon. Avahi is not yet ported to Win32. Hence it doesn't make sense to compile Zeroconf support on Win32 anymore. It's a feature that will go away in a very short timeframe.

HOWL is dead upstream and a licensing nightmare.

Note: See TracTickets for help on using tickets.