← Back to team overview

subvertpy-users team mailing list archive

[PATCH 0 of 4] Fix compilation on 10.5.

 

Hi,

This series should fix compilation on Mac OS X 10.5. I don't have
access to a 10.5 box, but I managed to fake it using the following
command line on 10.6:

CC=gcc-4.0 CFLAGS='-m32 -iwithsysroot /Developer/SDKs/MacOSX10.5.sdk
-mmacosx-version-min=10.5'
SVN_PREFIX=/Developer/SDKs/MacOSX10.5.sdk/usr /usr/bin/python2.5 ./setup.py build

--

- Dan



Follow ups

References