From: Geoffrey H. <ge...@ge...> - 2005-12-01 15:59:14
|
On Dec 1, 2005, at 10:01 AM, Noel O'Boyle wrote: > Testing Perl...phew, doesn't work for Perl either. :-) > cp openbabel.pm blib/lib/Chemistry/openbabel.pm ... > t/example....Can't locate Chemistry/OpenBabel.pm in @INC (@INC (smacks forehead) No, that's a different bug. Mac OS X has a case- preserving, case-insensitive filesystem. So Chemistry/openbabel.pm and Chemistry/OpenBabel.pm are the same file on OS X. Not, of course on Linux. For the Perl module, try "make clean; mv openbabel.pm OpenBabel.pm" and repeat the original build. Thanks, -Geoff |