Has anyone built DBD::ODBC?

2006-07-14 Thread Sherm Pendley
Anyone have a recipe for building DBD::ODBC? sherm-- Web Hosting by West Virginians, for West Virginians: http://wv-www.net Cocoa programming in Perl: http://camelbones.sourceforge.net

Several Test modules failing on MacBook

2006-07-14 Thread Alex Robinson
The following modules installed fine on my old iBook, but on my new intel MacBook just fail. Test::Pod::Coverage Test::LongString Test::Exception Test::Memory::Cycle I can't find any wails of complaint so I'm guessing there's something wrong at my end, but I just wanted to check

Re: Has anyone built DBD::ODBC?

2006-07-14 Thread David H. Adler
On Fri, Jul 14, 2006 at 01:30:48PM -0400, Sherm Pendley wrote: Anyone have a recipe for building DBD::ODBC? 1. Sacrifice a goat... (Oh, come on, *someone* was going to say it... :-) dha -- David H. Adler - [EMAIL PROTECTED] - http://www.panix.com/~dha/ A London.pm thread topic is like a

Re: Has anyone built DBD::ODBC?

2006-07-14 Thread Daniel T. Staal
On Fri, July 14, 2006 2:36 pm, David H. Adler said: On Fri, Jul 14, 2006 at 01:30:48PM -0400, Sherm Pendley wrote: Anyone have a recipe for building DBD::ODBC? 1. Sacrifice a goat... (Oh, come on, *someone* was going to say it... :-) I find for my sacrificing needs squirrels are almost as

Re: Has anyone built DBD::ODBC?

2006-07-14 Thread Sherm Pendley
On Jul 14, 2006, at 1:30 PM, Sherm Pendley wrote: Anyone have a recipe for building DBD::ODBC? I'm making some progress. Exporting ODBCHOME=/usr was enough to get it to build. But the tests still fail, and I haven't figured out why. Ah well, one step at a time. And, I'm all out of goats

Re: Several Test modules failing on MacBook

2006-07-14 Thread brian d foy
In article [EMAIL PROTECTED], Alex Robinson [EMAIL PROTECTED] wrote: The following modules installed fine on my old iBook, but on my new intel MacBook just fail. What are the errors? Where does the installation process break down?

Re: Has anyone built DBD::ODBC?

2006-07-14 Thread Sherm Pendley
On Jul 14, 2006, at 7:34 PM, brian d foy wrote: In article [EMAIL PROTECTED], Sherm Pendley [EMAIL PROTECTED] wrote: Anyone have a recipe for building DBD::ODBC? I built it yesterday on Solaris 10 without incident. What's the problem you're running into? I've got it building with -o

Re: Has anyone built DBD::ODBC?

2006-07-14 Thread Sherm Pendley
On Jul 14, 2006, at 8:26 PM, Sherm Pendley wrote: I've got it building with -o /usr. There are a lot of signed vs. unsigned pointer mismatch type warnings - but those are new warnings in GCC 4.x, and I've seen them in a ton of stuff. I don't know if they're relevant. This may be a clue: