Changeset 21239 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Jul 6, 2009 8:23:55 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49560
- Location:
- trunk/src/libs/xpcom18a4/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r21238 r21239 77 77 78 78 ifdef VBOX_PYTHON23_INC 79 # Python 2.3 on Darwin buildbox is bad80 # /Developer/SDKs/MacOSX10.4u.sdk/usr/include/python2.3/pyport.h:554:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?).81 ifneq ($(KBUILD_TARGET),darwin)82 79 KNOWN_GLUE += VBoxPython23 83 endif84 80 endif 85 81 -
trunk/src/libs/xpcom18a4/python/gen_python_deps.py
r21195 r21239 61 61 prefixes.insert(0, '/Developer/SDKs/MacOSX10.4u.sdk/usr') 62 62 prefixes.insert(0, '/Developer/SDKs/MacOSX10.5.sdk/usr') 63 # Python 2.3 on Darwin buildbox is bad 64 # /Developer/SDKs/MacOSX10.4u.sdk/usr/include/python2.3/pyport.h:554:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?). 65 versions.remove("2.3") 63 66 dllsuff = '.dylib' 64 67
Note:
See TracChangeset
for help on using the changeset viewer.