Patches for building on MacOSX != 10.8

in Patches
Fix compilation of cpp:
Attachment not found.
Allow the CXX and CXXFLAGS variables to be overridden properly. By default you're forcing the use of tools which don't exist on earlier OS X versions, and not making it possible to override them.
Fix compilation of py:
Attachment not found.
You were hardcoding paths which only exist on 10.8. However, this was entirely unnecessary--this patch uses the default python framework version and will work on all versions of MacOS.
With the above two patches, I can build properly on OSX 10.6. Without them it's not possible to build without hand-hacking the makefiles.
Regards,
Roger
Attachment not found.
Allow the CXX and CXXFLAGS variables to be overridden properly. By default you're forcing the use of tools which don't exist on earlier OS X versions, and not making it possible to override them.
Fix compilation of py:
Attachment not found.
You were hardcoding paths which only exist on 10.8. However, this was entirely unnecessary--this patch uses the default python framework version and will work on all versions of MacOS.
With the above two patches, I can build properly on OSX 10.6. Without them it's not possible to build without hand-hacking the makefiles.
Regards,
Roger
0
Comments
$ sudo port -v install zeroc-ice35
$ sudo port -v install py27-zeroc-ice35
[1] The MacPorts Project -- Home