BBEdit Clipping Sets
Developer — 6 Jul 2009 04:40 — 250 days ago

Ted Stresen-Reuter, author of a big, popular BBEdit clipping set for PHP, Carlton Gibson, and I recently combined all our BBEdit clipping sets into one big collection, and the result is now on GitHub:

http://github.com/tedmasterweb/bbeditclippings/

This was a good opportunity to clean up the sets, especially the one for Perl. It got lots of new clippings and a more modern coding style in existing clippings.

I also realized that the sets on my site were always hopelessly out of date because I never published new versions when I improved and added clippings. With the code now available on GitHub, publishing is much easier for me and users of the sets can always update to the most recent version with a quick git pull.

You’re welcome to contribute additional clipping sets for other programming languages to this collection. If want to add your set, use GitHub’s fork feature to clone our project, then add your stuff and let us know about it.

Comments
Posted by Bruce on 22 Aug 2009 20:17

I have been trying to get this to work for days now? No one at Apple seems to be able to help me.

I have always worked with PCs or UNIX machines and not gotten much under the hood in PERL. I currently have a QNAP NAS, MySQL server box with working MySQL on it that I want to run programs to query the database from my iMac 24" running OSX Leopard.

I am not sure whether it is 32 or 64 bit? I'm assuming 32 bit but how do I tell for sure?

I do not run the MySQL server on the Mac so I did not think I have to load MySQL on my Mac to use the PERL database modules? Is that correct?

Additionally I just tried to load the Activestate PERL stuff on my Mac to see if that would be easier, but the DBD::mysql is not even on their website?

I tried your above it failed with this:

--
Checking if your kit is complete...
Looks good
Using DBI 1.52 (for perl 5.008008 on darwin-thread-multi-2level) installed in /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
--

I'm thinking I am missing the Apple development tools, but I am not sure what to load or where to get it from? Is it on the OS CD?

Can you please help?,

Thanks,
Bruce

Posted by Peter Markmann on 29 Sep 2009 08:42

Danke für den Hinweis auf die 32-Bit-Version zu Perl 5.8.8 !

Das ist die Lösung, denn mit der 64-Bit-Version von MySQL funktionierte die Installation DBD::mysql nicht.

Mein Systemdaten:
Mac Power PC G5 2,5 GHz QUAD
OS X 10.5.8
MySQL 5.1.39 - 32 Bit-Version !

Gruss Cajus

Powered By blojsom