edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

dbext plugin, perl support #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I'm using MacVim Version 7.2 stable 1.2 (33.3) under Mac OS X 10.5.7 and
the dbext10 plugin (http://www.vim.org/scripts/script.php?script_id=356).
This plugin will not work, because perl support is not enabled within Vim. 
When I try to use Vim dbext tells me:

E117: Unknown function: dbext_dbi#DBI_load_perl_subs
dbext:The DBI interface could not be loaded:Vim does not have perl support
enabled

I don't think this is a bug but I'm wondering because perl is installed by
default in Mac OS X...

Thank you in advance,
Marc

Original issue reported on code.google.com by marc.han...@googlemail.com on 22 Jul 2009 at 11:27

GoogleCodeExporter commented 9 years ago
The binary distributions do not include Perl support simply because I never 
managed to build a universal binary 
with Perl included.  However, it is simple enough to build your own 
(non-universal) version of MacVim, just 
follow the instructions on the Wiki.  You'll need to pass the flag 
"--enable-perlinterp" to the "configure" script to 
get Perl support.

Original comment by bjorn.winckler@gmail.com on 22 Jul 2009 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 30 Jul 2009 at 1:23