Ticket #20 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: malept Assigned to: lennart
Priority: normal Milestone:
Component: polyplib Severity: normal
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 (304 bytes) - added by malept on 06/17/06 09:49:32.
allows src/polyp/browser.c to compile

Change History

06/17/06 09:49:32 changed by malept

  • attachment polypaudio-0.9.1-uid-gid-t.patch added.

allows src/polyp/browser.c to compile

06/21/06 16:05:28 changed by lennart

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

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

06/21/06 16:08:01 changed 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.