|
|
 |
 |
 |
 |
Perl Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
Building DBD::Pg on Windows?
Has anyone done this (recently?) The readme.win32 supplied with this download seems to not match the actual code trees. In particular running nmake as instructed leads to an error involving a relative file path that makes it clear that the folder structure doesn't match what the makefile expects. I'd really like to use DBD on Windows XP as without it Perl isn't of much use to our project; however I'm stumped out fo the gate trying to build this code. Any help (or pointers to help) would be greatly appreciated. Regards, Bill
"Bill Cohagan" <coha @aXNOSPAMcm.org> wrote in message news:4663fbdf$0$4884$4c368faf@roadrunner.com... . . > I'd really like to use DBD on Windows XP as without it Perl isn't of much > use to our project; however I'm stumped out fo the gate trying to build > this code. Any help (or pointers to help) would be greatly appreciated.
If you're using an ActiveState build of perl 5.8, and you run (while connected to the internet): ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-Pg.ppd that should give you version 1.45 of DBD::Pg. Admittedly, that's not the latest version - and if it doesn't solve your problem, then post again (with the output you got when you tried to build from source). Cheers, Rob
Bill Cohagan wrote: > I'd really like to use DBD on Windows XP as without it Perl isn't of much > use to our project; however I'm stumped out fo the gate trying to build this > code. Any help (or pointers to help) would be greatly appreciated.
Hi, there are binaries available at: http://pgfoundry.org/frs/?group_id=1000199&release_id=589 Christoph -- use Tk;use Tk::GraphItems;$c=tkinit->Canvas->pack;push@i,Tk::GraphItems-> TextBox(text=>$_,canvas=>$c,x=>$x+=70,y=>100)for(Just=>another=>Perl=>Hacke r); Tk::GraphItems->Connector(source=>$i[$_],target=>$i[$_+1])for(0..2); $c->repeat(30,sub{$_->move(0,4*cos($d+=3.16))for(@i)});MainLoop
|
 |
 |
 |
 |
|