[quake3-bugzilla] [Bug 5405] New: Support building on cygwin with cross-make-mingw*.sh

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Sun Jan 8 14:37:00 EST 2012


https://bugzilla.icculus.org/show_bug.cgi?id=5405

           Summary: Support building on cygwin with cross-make-mingw*.sh
           Product: ioquake3
           Version: SVN HEAD
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Misc
        AssignedTo: zakk at icculus.org
        ReportedBy: q3urt.undead at gmail.com
         QAContact: quake3-bugzilla at icculus.org


Created attachment 3066
  --> https://bugzilla.icculus.org/attachment.cgi?id=3066
Fix for cygwin to build using cross-make-mingw.sh

The cross-make-mingw.sh and cross-make-mingw64.sh can be used to easily build
Win32/Win64 binaries using Cygwin.  It requires one change though.  'which'
prints to stderr on cygwin so the existing check isn't right.  This patch uses
the exit code instead so it should work on all OSes.

To build using cygwin which includes mingw gcc, you need a number of cygwin
packages but they are all available in the cygwin installer.  The wiki for
building on Windows could be simpler if it used cygwin rather than mingw
directly.

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list