Subject | FB Mac OS X |
---|---|
Author | Naoto Gohko |
Post date | 2002-10-24T05:39:48Z |
Hi,
It contributes for the first time.
In the following environments, it is investigating
about construction of DBD-InterBase.
Firebird 1.0.1 for Mac OS X 10.2 is installed by pkg.
Although investigated, I have not performed "make test" well.
If some people know good advice and some good sources of
information, please let me know.
The portions in which I changed Makefile.PL of DBD-InterBase are the
following portions.
[geen:bsd_ufs/cvsdbi-interbase/dbi-interbase] chroum% diff Makefile.PL
Makefile.darwin.PL
75a76,87
=================================================
| Naoto Gohko
| <mailto:n-gohko@...>
=================================================
It contributes for the first time.
In the following environments, it is investigating
about construction of DBD-InterBase.
Firebird 1.0.1 for Mac OS X 10.2 is installed by pkg.
Although investigated, I have not performed "make test" well.
If some people know good advice and some good sources of
information, please let me know.
The portions in which I changed Makefile.PL of DBD-InterBase are the
following portions.
[geen:bsd_ufs/cvsdbi-interbase/dbi-interbase] chroum% diff Makefile.PL
Makefile.darwin.PL
75a76,87
> elsif ($Config::Config{osname} eq 'darwin')/Library/Frameworks/Firebird.framework/Resources/bin));
> {
> $isql_name = 'isql';
>
> # try to find InterBase installation via the registry
> my $ib_bin_dir = '';
>
> $ib_lib_dir .= '\\' unless ($ib_lib_dir =~ m|^.*\\$|gi);
>
> @ib_bin_dirs = (qw(/opt/interbase/bin
> @ib_inc_dirs = (qw(/opt/interbase/include/Library/Frameworks/Firebird.framework/Headers));
> }431a444,454
> }/opt/interbase/lib)],
> elsif ($os eq 'darwin')
> {
> my $ib_lib = dir_choice("InterBase lib directory",
> [qw(/Library/Frameworks/Firebird.framework
> [qw(Firebird libgds.dylib)]);Thanks.
> #$MakeParams{'LIBS'} = "-L$ib_lib";
=================================================
| Naoto Gohko
| <mailto:n-gohko@...>
=================================================