freddybill452005 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to create the DBD::Sybase binary file but am having trouble with dmake. I am very new to this and I don't understand the errors. The makefile process seemed to work fine. Next I did the dmake and did not get a Sybase.dll as I was expecting. The process executed gcc.exe twice with several parameters. Then the following was displayed:
dbdimp.c: In function 'syb_st_execute': dbdimp.c:3906: warning: passing arg 2 of 'ct_results' from incompatibl +e pointer type dbdimp.c:3930: warning: passing arg 5 of 'ct_bind' from incompatible p +ointer type C:\Perl\bin\perl.exe -MExtUtils::Command -e "rm_rf" -- blib\arch\auto\ +DBD\Sybase\Sybase.a C:\Perl\site\bin\ar.exe -ru blib\arch\auto\DBD\Sybase\Sybase.a Sybase. +o dbdimp.o C:\Perl\site\lib\auto\MinGW\bin\ar.exe: creating blib\arch\auto\DBD\S +ybase\Sybase.a C:\Perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch\ +auto\DBD\Sybase\Sybase.a
Can you tell me what happened or didn't happen so I can make adjustments and get the Sybase.dll created? Thanks so much!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trying to create a DBD::Sybase binary file - Sybase.dll
by roboticus (Chancellor) on Jul 30, 2012 at 20:56 UTC | |
|
Re: Trying to create a DBD::Sybase binary file - Sybase.dll
by bulk88 (Priest) on Jul 31, 2012 at 06:52 UTC | |
by freddybill452005 (Initiate) on Aug 16, 2012 at 16:18 UTC | |
by bulk88 (Priest) on Aug 16, 2012 at 19:18 UTC | |
by Anonymous Monk on Aug 16, 2012 at 19:48 UTC |