Revision: 6983
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6983&view=rev
Author:   mdboom
Date:     2009-03-17 11:49:57 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Bugfix for Mac OS-X backend build.

Modified Paths:
--------------
    trunk/matplotlib/setupext.py

Modified: trunk/matplotlib/setupext.py
===================================================================
--- trunk/matplotlib/setupext.py        2009-03-16 19:32:22 UTC (rev 6982)
+++ trunk/matplotlib/setupext.py        2009-03-17 11:49:57 UTC (rev 6983)
@@ -1160,12 +1160,16 @@
     global BUILT_MACOSX
     if BUILT_MACOSX: return # only build it if you you haven't already
     deps = ['src/_macosx.m',
+            'CXX/cxx_extensions.cxx',
+            'CXX/cxxextensions.c',
+            'CXX/cxxsupport.cxx',
+            'CXX/IndirectPythonInterface.cxx',
             'src/agg_py_transforms.cpp',
-            'src/path_cleanup.cpp',
-            'src/_path.cpp']
+            'src/path_cleanup.cpp']
     module = Extension('matplotlib.backends._macosx',
                        deps,
                        extra_link_args = ['-framework','Cocoa'],
+                       define_macros=[('PY_ARRAY_UNIQUE_SYMBOL', 
'MPL_ARRAY_API')]
                       )
     add_numpy_flags(module)
     add_agg_flags(module)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to