Re: 0.7.26 now available
Steven Palm <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
On Feb 1, 2005, at 12:21 PM, Vic Heintz wrote: > On Tuesday, February 1, 2005, at 12:51 PM, Roger Binns wrote: > >> cd native/usb >> sh macbuild.sh > > [Vic-iBook:bitpim/native/usb] vic% sh macbuild.sh > /usr/local/include/usb.h:316: Warning(302): Identifier 'usb_device' > redefined (ignored), > /usr/local/include/usb.h:235: Warning(302): previous definition of > 'usb_device'. > libusb_wrap.c:13: header file 'Python.h' not found Ah yes... The include directory is assuming that you have Panther where Apple distributes Python as a system framework. On Jaguar, it's different, obviously... > [Vic-iBook:bitpim/native/usb] vic% sudo find / -name Python.h -print > Password: > /Developer/Python-2.3.4/Include/Python.h > /Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/ > Python.h > /Users/vic/Desktop/PythonStuff/Python-2.3/Include/Python.h > /usr/include/python2.2/Python.h > /usr/local/include/python2.3/Python.h Wow, lots of Pythons in that cage. :-) All you have to do is edit macbuild.sh and change the INCLUDEDIR line to be your directory of choice, it all depends which framework you will be building against I'd say... Probably /Library/Frameworks/.... See what that does for you. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl