VirtualBox

Changeset 21238 in vbox for trunk/src


Ignore:
Timestamp:
Jul 6, 2009 8:11:44 AM (16 years ago)
Author:
vboxsync
Message:

Python: don't build 2.3 glue version on Darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r21195 r21238  
    7777
    7878ifdef VBOX_PYTHON23_INC
    79  KNOWN_GLUE += VBoxPython23
     79 # Python 2.3 on Darwin buildbox is bad
     80 # /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  KNOWN_GLUE += VBoxPython23
     83 endif
    8084endif
    8185
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette