Share

KInterbasDB

Tracker: Patches

5 Patch for macosx - ID: 909886
Last Update: Settings changed ( woodsplitter )

This patch allows you to install kinterbasdb on Mac OS
X when Firebird 1.5 (the framework installation) has
been installed:

diff -c
/Users/piet/Projects/kinterbasdb-3.1_pre7/setup.py.\~1\~
/Users/piet/Projects/kinterbasdb-3.1_pre7/setup.py
***
/Users/piet/Projects/kinterbasdb-3.1_pre7/setup.py.~1~
Tue Nov 11 06:17:34 2003
--- /Users/piet/Projects/kinterbasdb-3.1_pre7/setup.py
Thu Mar 4 16:56:03 2004
***************
*** 734,739 ****
--- 734,743 ----
assert os.path.isfile(libUltimateDest)
print ' *** CYGWIN LIBRARY GENERATION : end ***\n'

+ elif sys.platform == 'darwin':
+ PLATFORM_SPECIFIC_EXTRA_LINKER_ARGS =
['-framework', 'Firebird']
+ DATABASE_INCLUDE_DIR =
'/Library/Frameworks/Firebird.framework/Headers'
+
else: # not win32 or cygwin
# If the platform isn't Linux, issue a warning.
if not sys.platform.lower().startswith('linux'):


Piet van Oostrum ( pietvo ) - 2004-03-04 16:08

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2004-04-19 06:05
Sender: woodsplitterProject Admin

Logged In: YES
user_id=414645

Now in CVS.


Date: 2004-03-17 01:55
Sender: woodsplitterProject Admin

Logged In: YES
user_id=414645

Thanks for the patch. I'll incorporate it into the next
release.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2004-07-26 20:37 woodsplitter
close_date - 2004-07-26 20:37 woodsplitter
resolution_id None 2004-04-19 06:05 woodsplitter