After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 309031 - Book/input doesn't compile on windows
Book/input doesn't compile on windows
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.6
Other Windows
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2005-06-25 22:50 UTC by Kenneth Haley
Modified: 2005-11-30 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kenneth Haley 2005-06-25 22:50:07 UTC
mkfifo doesn't exists on windows, not that I'm aware of.

main.cc: In function `int main(int, char**)':
main.cc:51: error: `mkfifo' undeclared (first use this function)
main.cc:51: error: (Each undeclared identifier is reported only once for each fu
Comment 1 Cedric Gustin 2005-06-28 13:44:36 UTC
mkfifo is a POSIX function. It is not available natively on win32. Will remove
input from the list of buildable examples on win32.
Comment 2 Murray Cumming 2005-08-01 10:25:45 UTC
OK. I'd like a configure-time test, if possible.
Comment 3 Murray Cumming 2005-11-24 08:41:53 UTC
A simple AC_CHECK_FUNC() should do this.
Comment 4 Murray Cumming 2005-11-30 13:56:28 UTC
Done in cvs. Thanks.