On 2012-03-08 10:59, Norbert Thiebaud wrote:
the gmake we use is a cygwin-gmake not a WINDOW32 gmake so to build it
on cygwin
yeah, I'm working on the version from the dev-tools/make-3.82-gbuild
repository
./configure make should be enough and autotools should detect cygwin
It's detecting gcc and compiling a normal version fine, but it's not
compiling the stuff behind the WINDOWS32 #define
Maybe I should be using a different #define, something like
#ifdef WINDOWS32 || __CYGWIN__
properly beside the 'call touch as an inline' thing does not need to
be windows specific.
I've coded 2 variants, one general purpose and one specific to windows.
Because
(a) on Windows, I can implement "touch" using exactly one system call,
(b) and because it's practice for some of the other optimisations I'd
like to do :-)
granted that on linux it won't probably not translate into big gain,
it should not hurt either...
True, which is why I coded the general purpose variant (largely borrowed
from GNU touch)
Context
- Re: offapi again builds faster; user of gb_Deliver_deliver responsible for the directory (continued)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.