[Zorba-coders] [Bug 963091] [NEW] Zorba 2.2.0 fails to build with gcc 4.7 (missing includes)

2012-03-23 Thread Martin Gieseking
Public bug reported: The sources of Zorba 2.2.0 fail to build with gcc 4.7.0 due to missing includes of unistd.h: /builddir/build/BUILD/zorba-2.2.0/bin/debugger/main.cpp:175:20: error: 'fork' was not declared in this scope

[Zorba-coders] [Bug 963091] Re: Zorba 2.2.0 fails to build with gcc 4.7 (missing includes)

2012-03-23 Thread Martin Gieseking
** Attachment added: add missing includes https://bugs.launchpad.net/bugs/963091/+attachment/2922295/+files/zorba-2.2.0-unistd.patch -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/963091

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug911956 into lp:zorba

2012-01-04 Thread Martin Gieseking
Review: Needs Information Since most Windows compilers don't provide unistd.h, I suggest to use my patch attached to the bug report which excludes the header file from Windows builds. This shouldn't be a problem as the prototype of sleep() included by unistd.h is defined separately in the