Re: Ping K.Haley: latest testing branch updates, I get compiler error in post-ui.cc line 742: ‘_c lose’ not declared.
SciFi <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
Doing a grep for '[[:space:]]_close' under /usr/include, I can find only one hit here which is in /usr/include/X11/Xw32defs.h and is def’d as > # define close _close and is installed by Apple’s X11 / XQuartz projects. So AFAIAC I kinda guessed ‘right’, I suppose. :)