Strawberry Perl Installing CPAN modules

Strawberry Perl Installing CPAN modules

am 21.09.2011 15:31:01 von Perl Developer

--20cf307f378654d31d04ad739649
Content-Type: text/plain; charset=ISO-8859-1

All,
I need help regarding install of CPAN modules in strawberry perl.

I have a question about Perl connectivity to Teradata. Is it the correct
email address?

I have been using Active Perl 5.12 on Windows xp since one year. I tried
installing a perl module from CPAN
and I got errors while performing the following steps.
perl makefile.pl
n|d(make)
n|d(make) install

Recently I downloaded strawberry perl 5.12.3.0 and download CPAN module
named DBD::Teradata-1.52.
Using cpan client, I could download cpan module(get command).
Files related to the module are created at
C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2

But I get errors while installing them using

perl makefile.pl(This setp ran successfully)
dmake
dmake install


The following is the error log. Is it becuase of the compilers I am using.

C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2>perl Makefile.PL


*** Configuring DBD::Teradata (feature-limited free edition)...


************************************************************ ***
*
* !!!NOTE TO INSTALLERS!!!
*
* DBD::Teradata will be built using the following
* directives:
* Libraries:
* Include files: -IC:\PROGRA~1\NCR\TERADA~1\cli\inc
* Compile flags:
*
* If your CLI2 libraries and/or include files are in another
* location, please update the TDAT_DBD_CLI_LIB and
* TDAT_DBD_CLI_INC environment variables before running
* Makefile.PL.
*
************************************************************ ***

Checking for DBI, 1.40 or later ... ok
Checking for Math::BigInt, 1.73 or later ... ok
Checking if your kit is complete...
Looks good
Writing Makefile for DBD::Teradata

C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2>dmake
cp lib/DBD/Teradata.pm blib\lib\DBD\Teradata.pm
C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp
-typemap
C:\strawberry\perl\lib\ExtUtils\typemap Teradata.xs > Teradata.xsc &&
C:\straw
berry\perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Teradata.xsc
Teradata.c
Please specify prototyping behavior for Teradata.xs (see perlxs manual)
gcc -c -IC:\PROGRA~1\NCR\TERADA~1\cli\inc -s -O2 -DWIN32
-DHAVE_DES_FCRYPT
-DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-fno-strict-ali
asing -mms-bitfields -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"1.52\"
-DXS_VERSION=\"1.52\" "-IC:\strawberry\perl\lib\CORE" Teradata.c
Teradata.xs:5:22: coptypes.h: No such file or directory
Teradata.xs:6:21: dbcarea.h: No such file or directory
Teradata.xs:7:20: coperr.h: No such file or directory
Teradata.xs:8:20: parcel.h: No such file or directory
Teradata.xs:34: error: syntax error before "DBCAREA"
Teradata.xs:34: warning: no semicolon at end of struct or union
Teradata.xs:35: warning: data definition has no type or storage class
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_set_debug':
Teradata.xs:57: error: syntax error before "dbcp"
Teradata.xs:58: error: `dbcp' undeclared (first use in this function)
Teradata.xs:58: error: (Each undeclared identifier is reported only once
Teradata.xs:58: error: for each function it appears in.)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_init_dbcarea':
Teradata.xs:67: error: syntax error before "dbc_ctx"
Teradata.xs:68: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:68: error: `dbcp' undeclared (first use in this function)
Teradata.xs:72: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:72: error: syntax error before ')' token
Teradata.xs:78: error: `EM_OK' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_connection':
Teradata.xs:101: error: syntax error before "dbc_ctx"
Teradata.xs:102: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:102: error: `dbcp' undeclared (first use in this function)
Teradata.xs:102: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:149: error: `DBFCON' undeclared (first use in this function)
Teradata.xs:156: error: `EM_OK' undeclared (first use in this function)
Teradata.xs:176: error: `DBFFET' undeclared (first use in this function)
Teradata.xs:184: error: `PclLSN' undeclared (first use in this function)
Teradata.xs:188: error: `PclSUCCESS' undeclared (first use in this function)
Teradata.xs:191: error: `PclFAILURE' undeclared (first use in this function)
Teradata.xs:192: error: `PclERROR' undeclared (first use in this function)
Teradata.xs:204: error: `PclENDSTATEMENT' undeclared (first use in this
function
)
Teradata.xs:205: error: `PclENDREQUEST' undeclared (first use in this
function)
Teradata.xs:213: error: `REQEXHAUST' undeclared (first use in this function)
Teradata.xs:234: error: `DBFERQ' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_tdat_release':
Teradata.xs:256: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:256: error: syntax error before ')' token
Teradata.xs:257: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:257: error: `dbcp' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_cleanup':
Teradata.xs:272: error: syntax error before "dbc_ctx"
Teradata.xs:273: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:273: error: `dbcp' undeclared (first use in this function)
Teradata.xs:273: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:277: error: `DBFDSC' undeclared (first use in this function)
Teradata.xs:280: error: `EM_OK' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_send_request':
Teradata.xs:302: error: syntax error before "dbc_ctx"
Teradata.xs:303: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:303: error: `dbcp' undeclared (first use in this function)
Teradata.xs:303: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:334: error: `DBFIRQ' undeclared (first use in this function)
Teradata.xs:337: error: `EM_OK' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_wait_for_response':
Teradata.xs:358: error: `EM_OK' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_response':
Teradata.xs:384: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:384: error: syntax error before ')' token
Teradata.xs:385: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:385: error: `dbcp' undeclared (first use in this function)
Teradata.xs:413: error: `DBFFET' undeclared (first use in this function)
Teradata.xs:414: error: `EM_OK' undeclared (first use in this function)
Teradata.xs:426: error: `EM_NODATA' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_end_request':
Teradata.xs:447: error: syntax error before "dbc_ctx"
Teradata.xs:448: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:448: error: `dbcp' undeclared (first use in this function)
Teradata.xs:448: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:449: error: `EM_OK' undeclared (first use in this function)
Teradata.xs:455: error: `DBFERQ' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_abort_request':
Teradata.xs:474: error: syntax error before "dbc_ctx"
Teradata.xs:475: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:475: error: `dbcp' undeclared (first use in this function)
Teradata.xs:475: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:476: error: `EM_OK' undeclared (first use in this function)
Teradata.xs:482: error: `DBFABT' undeclared (first use in this function)
Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_test_leak':
Teradata.xs:504: error: `dbc_ctx' undeclared (first use in this function)
Teradata.xs:504: error: syntax error before ')' token
Teradata.xs:505: error: `DBCAREA' undeclared (first use in this function)
Teradata.xs:505: error: `dbcp' undeclared (first use in this function)
Teradata.xs:528: error: `DBFIRQ' undeclared (first use in this function)
Teradata.xs:530: error: `EM_OK' undeclared (first use in this function)
Teradata.xs:545: error: `DBFFET' undeclared (first use in this function)
Teradata.xs:555: error: `DBFERQ' undeclared (first use in this function)
dmake.exe: Error code 129, while making 'Teradata.o'

--20cf307f378654d31d04ad739649--

Re: Strawberry Perl Installing CPAN modules

am 21.09.2011 15:42:05 von Paul Johnson

On Wed, Sep 21, 2011 at 09:31:01AM -0400, Perl developer wrote:
> All,
> I need help regarding install of CPAN modules in strawberry perl.

> * !!!NOTE TO INSTALLERS!!!
> *
> * DBD::Teradata will be built using the following
> * directives:
> * Libraries:
> * Include files: -IC:\PROGRA~1\NCR\TERADA~1\cli\inc
> * Compile flags:
> *
> * If your CLI2 libraries and/or include files are in another
> * location, please update the TDAT_DBD_CLI_LIB and
> * TDAT_DBD_CLI_INC environment variables before running
> * Makefile.PL.

Is this relevant?

--
Paul Johnson - paul@pjcj.net
http://www.pjcj.net

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Strawberry Perl Installing CPAN modules

am 21.09.2011 15:45:11 von Perl Developer

--f46d043c808cfb84a604ad73c836
Content-Type: text/plain; charset=ISO-8859-1

Paul,
I didn't understand. Please elaborate. I have sent email to dbi mailing
lists. I didn't get any reply.
Did you added CPAN modules into active perl or strawberry perl?
Have you built perl from source code on Windows?


On Wed, Sep 21, 2011 at 9:42 AM, Paul Johnson wrote:

> On Wed, Sep 21, 2011 at 09:31:01AM -0400, Perl developer wrote:
> > All,
> > I need help regarding install of CPAN modules in strawberry perl.
>
> > * !!!NOTE TO INSTALLERS!!!
> > *
> > * DBD::Teradata will be built using the following
> > * directives:
> > * Libraries:
> > * Include files: -IC:\PROGRA~1\NCR\TERADA~1\cli\inc
> > * Compile flags:
> > *
> > * If your CLI2 libraries and/or include files are in another
> > * location, please update the TDAT_DBD_CLI_LIB and
> > * TDAT_DBD_CLI_INC environment variables before running
> > * Makefile.PL.
>
> Is this relevant?
>
> --
> Paul Johnson - paul@pjcj.net
> http://www.pjcj.net
>

--f46d043c808cfb84a604ad73c836--

Re: Strawberry Perl Installing CPAN modules

am 21.09.2011 17:23:54 von Shlomi Fish

On Wed, 21 Sep 2011 09:31:01 -0400
Perl developer wrote:

> All,
> I need help regarding install of CPAN modules in strawberry perl.
>=20
> I have a question about Perl connectivity to Teradata. Is it the correct
> email address?
>=20
> I have been using Active Perl 5.12 on Windows xp since one year. I tried
> installing a perl module from CPAN
> and I got errors while performing the following steps.
> perl makefile.pl
> n|d(make)
> n|d(make) install
>=20
> Recently I downloaded strawberry perl 5.12.3.0 and download CPAN module
> named DBD::Teradata-1.52.
> Using cpan client, I could download cpan module(get command).
> Files related to the module are created at
> C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2
>=20
> But I get errors while installing them using

> Teradata.xs:5:22: coptypes.h: No such file or directory
> Teradata.xs:6:21: dbcarea.h: No such file or directory
> Teradata.xs:7:20: coperr.h: No such file or directory
> Teradata.xs:8:20: parcel.h: No such file or directory

You're missing some headers. You need to install them.

Regards,

Shlomi Fish

> Teradata.xs:34: error: syntax error before "DBCAREA"
> Teradata.xs:34: warning: no semicolon at end of struct or union
> Teradata.xs:35: warning: data definition has no type or storage class
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_set_debug':
> Teradata.xs:57: error: syntax error before "dbcp"
> Teradata.xs:58: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:58: error: (Each undeclared identifier is reported only once
> Teradata.xs:58: error: for each function it appears in.)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_init_dbcarea':
> Teradata.xs:67: error: syntax error before "dbc_ctx"
> Teradata.xs:68: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:68: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:72: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:72: error: syntax error before ')' token
> Teradata.xs:78: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_connection':
> Teradata.xs:101: error: syntax error before "dbc_ctx"
> Teradata.xs:102: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:102: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:102: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:149: error: `DBFCON' undeclared (first use in this function)
> Teradata.xs:156: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs:176: error: `DBFFET' undeclared (first use in this function)
> Teradata.xs:184: error: `PclLSN' undeclared (first use in this function)
> Teradata.xs:188: error: `PclSUCCESS' undeclared (first use in this functi=
on)
> Teradata.xs:191: error: `PclFAILURE' undeclared (first use in this functi=
on)
> Teradata.xs:192: error: `PclERROR' undeclared (first use in this function)
> Teradata.xs:204: error: `PclENDSTATEMENT' undeclared (first use in this
> function
> )
> Teradata.xs:205: error: `PclENDREQUEST' undeclared (first use in this
> function)
> Teradata.xs:213: error: `REQEXHAUST' undeclared (first use in this functi=
on)
> Teradata.xs:234: error: `DBFERQ' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_tdat_release':
> Teradata.xs:256: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:256: error: syntax error before ')' token
> Teradata.xs:257: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:257: error: `dbcp' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_cleanup':
> Teradata.xs:272: error: syntax error before "dbc_ctx"
> Teradata.xs:273: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:273: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:273: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:277: error: `DBFDSC' undeclared (first use in this function)
> Teradata.xs:280: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_send_request':
> Teradata.xs:302: error: syntax error before "dbc_ctx"
> Teradata.xs:303: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:303: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:303: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:334: error: `DBFIRQ' undeclared (first use in this function)
> Teradata.xs:337: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_wait_for_response':
> Teradata.xs:358: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_response':
> Teradata.xs:384: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:384: error: syntax error before ')' token
> Teradata.xs:385: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:385: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:413: error: `DBFFET' undeclared (first use in this function)
> Teradata.xs:414: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs:426: error: `EM_NODATA' undeclared (first use in this functio=
n)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_end_request':
> Teradata.xs:447: error: syntax error before "dbc_ctx"
> Teradata.xs:448: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:448: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:448: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:449: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs:455: error: `DBFERQ' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_abort_request':
> Teradata.xs:474: error: syntax error before "dbc_ctx"
> Teradata.xs:475: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:475: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:475: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:476: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs:482: error: `DBFABT' undeclared (first use in this function)
> Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_test_leak':
> Teradata.xs:504: error: `dbc_ctx' undeclared (first use in this function)
> Teradata.xs:504: error: syntax error before ')' token
> Teradata.xs:505: error: `DBCAREA' undeclared (first use in this function)
> Teradata.xs:505: error: `dbcp' undeclared (first use in this function)
> Teradata.xs:528: error: `DBFIRQ' undeclared (first use in this function)
> Teradata.xs:530: error: `EM_OK' undeclared (first use in this function)
> Teradata.xs:545: error: `DBFFET' undeclared (first use in this function)
> Teradata.xs:555: error: `DBFERQ' undeclared (first use in this function)
> dmake.exe: Error code 129, while making 'Teradata.o'



--=20
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
My Favourite FOSS - http://www.shlomifish.org/open-source/favourite/

Beliefs are what divide people. Doubt unites them.
â€=94 http://en.wikiquote.org/wiki/Peter_Ustinov

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Strawberry Perl Installing CPAN modules

am 21.09.2011 17:30:10 von Perl Developer

--f46d043890b971409904ad75405d
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Thanks for the reply. How to install the headers?

On Wed, Sep 21, 2011 at 11:23 AM, Shlomi Fish wrote=
:

> On Wed, 21 Sep 2011 09:31:01 -0400
> Perl developer wrote:
>
> > All,
> > I need help regarding install of CPAN modules in strawberry perl.
> >
> > I have a question about Perl connectivity to Teradata. Is it the correc=
t
> > email address?
> >
> > I have been using Active Perl 5.12 on Windows xp since one year. I trie=
d
> > installing a perl module from CPAN
> > and I got errors while performing the following steps.
> > perl makefile.pl
> > n|d(make)
> > n|d(make) install
> >
> > Recently I downloaded strawberry perl 5.12.3.0 and download CPAN module
> > named DBD::Teradata-1.52.
> > Using cpan client, I could download cpan module(get command).
> > Files related to the module are created at
> > C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2
> >
> > But I get errors while installing them using
>
> > Teradata.xs:5:22: coptypes.h: No such file or directory
> > Teradata.xs:6:21: dbcarea.h: No such file or directory
> > Teradata.xs:7:20: coperr.h: No such file or directory
> > Teradata.xs:8:20: parcel.h: No such file or directory
>
> You're missing some headers. You need to install them.
>
> Regards,
>
> Shlomi Fish
>
> > Teradata.xs:34: error: syntax error before "DBCAREA"
> > Teradata.xs:34: warning: no semicolon at end of struct or union
> > Teradata.xs:35: warning: data definition has no type or storage class
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_set_debug':
> > Teradata.xs:57: error: syntax error before "dbcp"
> > Teradata.xs:58: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:58: error: (Each undeclared identifier is reported only onc=
e
> > Teradata.xs:58: error: for each function it appears in.)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_init_dbcarea':
> > Teradata.xs:67: error: syntax error before "dbc_ctx"
> > Teradata.xs:68: error: `DBCAREA' undeclared (first use in this function=
)
> > Teradata.xs:68: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:72: error: `dbc_ctx' undeclared (first use in this function=
)
> > Teradata.xs:72: error: syntax error before ')' token
> > Teradata.xs:78: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_connection':
> > Teradata.xs:101: error: syntax error before "dbc_ctx"
> > Teradata.xs:102: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:102: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:102: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:149: error: `DBFCON' undeclared (first use in this function=
)
> > Teradata.xs:156: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs:176: error: `DBFFET' undeclared (first use in this function=
)
> > Teradata.xs:184: error: `PclLSN' undeclared (first use in this function=
)
> > Teradata.xs:188: error: `PclSUCCESS' undeclared (first use in this
> function)
> > Teradata.xs:191: error: `PclFAILURE' undeclared (first use in this
> function)
> > Teradata.xs:192: error: `PclERROR' undeclared (first use in this
> function)
> > Teradata.xs:204: error: `PclENDSTATEMENT' undeclared (first use in this
> > function
> > )
> > Teradata.xs:205: error: `PclENDREQUEST' undeclared (first use in this
> > function)
> > Teradata.xs:213: error: `REQEXHAUST' undeclared (first use in this
> function)
> > Teradata.xs:234: error: `DBFERQ' undeclared (first use in this function=
)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_tdat_release':
> > Teradata.xs:256: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:256: error: syntax error before ')' token
> > Teradata.xs:257: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:257: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_cleanup':
> > Teradata.xs:272: error: syntax error before "dbc_ctx"
> > Teradata.xs:273: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:273: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:273: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:277: error: `DBFDSC' undeclared (first use in this function=
)
> > Teradata.xs:280: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_send_request':
> > Teradata.xs:302: error: syntax error before "dbc_ctx"
> > Teradata.xs:303: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:303: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:303: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:334: error: `DBFIRQ' undeclared (first use in this function=
)
> > Teradata.xs:337: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_wait_for_response'=
:
> > Teradata.xs:358: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_response':
> > Teradata.xs:384: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:384: error: syntax error before ')' token
> > Teradata.xs:385: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:385: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:413: error: `DBFFET' undeclared (first use in this function=
)
> > Teradata.xs:414: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs:426: error: `EM_NODATA' undeclared (first use in this
> function)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_end_request':
> > Teradata.xs:447: error: syntax error before "dbc_ctx"
> > Teradata.xs:448: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:448: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:448: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:449: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs:455: error: `DBFERQ' undeclared (first use in this function=
)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_abort_request':
> > Teradata.xs:474: error: syntax error before "dbc_ctx"
> > Teradata.xs:475: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:475: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:475: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:476: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs:482: error: `DBFABT' undeclared (first use in this function=
)
> > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_test_leak':
> > Teradata.xs:504: error: `dbc_ctx' undeclared (first use in this functio=
n)
> > Teradata.xs:504: error: syntax error before ')' token
> > Teradata.xs:505: error: `DBCAREA' undeclared (first use in this functio=
n)
> > Teradata.xs:505: error: `dbcp' undeclared (first use in this function)
> > Teradata.xs:528: error: `DBFIRQ' undeclared (first use in this function=
)
> > Teradata.xs:530: error: `EM_OK' undeclared (first use in this function)
> > Teradata.xs:545: error: `DBFFET' undeclared (first use in this function=
)
> > Teradata.xs:555: error: `DBFERQ' undeclared (first use in this function=
)
> > dmake.exe: Error code 129, while making 'Teradata.o'
>
>
>
> --
> ------------------------------------------------------------ -----
> Shlomi Fish http://www.shlomifish.org/
> My Favourite FOSS - http://www.shlomifish.org/open-source/favourite/
>
> Beliefs are what divide people. Doubt unites them.
> =97 http://en.wikiquote.org/wiki/Peter_Ustinov
>
> Please reply to list if it's a mailing list post - http://shlom.in/reply =
..
>

--f46d043890b971409904ad75405d--

Re: Strawberry Perl Installing CPAN modules

am 23.09.2011 10:11:52 von Shlomi Fish

Hi,

On Wed, 21 Sep 2011 11:30:10 -0400
Perl developer wrote:

> Thanks for the reply. How to install the headers?
>=20

you probably need to install the Teradata development package. Its installa=
tion
procedure should be documented somewhere there. It's probably here:

http://downloads.teradata.com/download

Regards,

Shlomi Fish=20

> On Wed, Sep 21, 2011 at 11:23 AM, Shlomi Fish wro=
te:
>=20
> > On Wed, 21 Sep 2011 09:31:01 -0400
> > Perl developer wrote:
> >
> > > All,
> > > I need help regarding install of CPAN modules in strawberry perl.
> > >
> > > I have a question about Perl connectivity to Teradata. Is it the corr=
ect
> > > email address?
> > >
> > > I have been using Active Perl 5.12 on Windows xp since one year. I tr=
ied
> > > installing a perl module from CPAN
> > > and I got errors while performing the following steps.
> > > perl makefile.pl
> > > n|d(make)
> > > n|d(make) install
> > >
> > > Recently I downloaded strawberry perl 5.12.3.0 and download CPAN modu=
le
> > > named DBD::Teradata-1.52.
> > > Using cpan client, I could download cpan module(get command).
> > > Files related to the module are created at
> > > C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2
> > >
> > > But I get errors while installing them using
> >
> > > Teradata.xs:5:22: coptypes.h: No such file or directory
> > > Teradata.xs:6:21: dbcarea.h: No such file or directory
> > > Teradata.xs:7:20: coperr.h: No such file or directory
> > > Teradata.xs:8:20: parcel.h: No such file or directory
> >
> > You're missing some headers. You need to install them.
> >
> > Regards,
> >
> > Shlomi Fish
> >
> > > Teradata.xs:34: error: syntax error before "DBCAREA"
> > > Teradata.xs:34: warning: no semicolon at end of struct or union
> > > Teradata.xs:35: warning: data definition has no type or storage class
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_set_debug':
> > > Teradata.xs:57: error: syntax error before "dbcp"
> > > Teradata.xs:58: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:58: error: (Each undeclared identifier is reported only o=
nce
> > > Teradata.xs:58: error: for each function it appears in.)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_init_dbcarea':
> > > Teradata.xs:67: error: syntax error before "dbc_ctx"
> > > Teradata.xs:68: error: `DBCAREA' undeclared (first use in this functi=
on)
> > > Teradata.xs:68: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:72: error: `dbc_ctx' undeclared (first use in this functi=
on)
> > > Teradata.xs:72: error: syntax error before ')' token
> > > Teradata.xs:78: error: `EM_OK' undeclared (first use in this function)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_connection':
> > > Teradata.xs:101: error: syntax error before "dbc_ctx"
> > > Teradata.xs:102: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:102: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:102: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:149: error: `DBFCON' undeclared (first use in this functi=
on)
> > > Teradata.xs:156: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs:176: error: `DBFFET' undeclared (first use in this functi=
on)
> > > Teradata.xs:184: error: `PclLSN' undeclared (first use in this functi=
on)
> > > Teradata.xs:188: error: `PclSUCCESS' undeclared (first use in this
> > function)
> > > Teradata.xs:191: error: `PclFAILURE' undeclared (first use in this
> > function)
> > > Teradata.xs:192: error: `PclERROR' undeclared (first use in this
> > function)
> > > Teradata.xs:204: error: `PclENDSTATEMENT' undeclared (first use in th=
is
> > > function
> > > )
> > > Teradata.xs:205: error: `PclENDREQUEST' undeclared (first use in this
> > > function)
> > > Teradata.xs:213: error: `REQEXHAUST' undeclared (first use in this
> > function)
> > > Teradata.xs:234: error: `DBFERQ' undeclared (first use in this functi=
on)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_tdat_release=
':
> > > Teradata.xs:256: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:256: error: syntax error before ')' token
> > > Teradata.xs:257: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:257: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_cleanup':
> > > Teradata.xs:272: error: syntax error before "dbc_ctx"
> > > Teradata.xs:273: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:273: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:273: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:277: error: `DBFDSC' undeclared (first use in this functi=
on)
> > > Teradata.xs:280: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_send_request':
> > > Teradata.xs:302: error: syntax error before "dbc_ctx"
> > > Teradata.xs:303: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:303: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:303: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:334: error: `DBFIRQ' undeclared (first use in this functi=
on)
> > > Teradata.xs:337: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_wait_for_respons=
e':
> > > Teradata.xs:358: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_response':
> > > Teradata.xs:384: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:384: error: syntax error before ')' token
> > > Teradata.xs:385: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:385: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:413: error: `DBFFET' undeclared (first use in this functi=
on)
> > > Teradata.xs:414: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs:426: error: `EM_NODATA' undeclared (first use in this
> > function)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_end_request':
> > > Teradata.xs:447: error: syntax error before "dbc_ctx"
> > > Teradata.xs:448: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:448: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:448: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:449: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs:455: error: `DBFERQ' undeclared (first use in this functi=
on)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_abort_request':
> > > Teradata.xs:474: error: syntax error before "dbc_ctx"
> > > Teradata.xs:475: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:475: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:475: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:476: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs:482: error: `DBFABT' undeclared (first use in this functi=
on)
> > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_test_leak':
> > > Teradata.xs:504: error: `dbc_ctx' undeclared (first use in this funct=
ion)
> > > Teradata.xs:504: error: syntax error before ')' token
> > > Teradata.xs:505: error: `DBCAREA' undeclared (first use in this funct=
ion)
> > > Teradata.xs:505: error: `dbcp' undeclared (first use in this function)
> > > Teradata.xs:528: error: `DBFIRQ' undeclared (first use in this functi=
on)
> > > Teradata.xs:530: error: `EM_OK' undeclared (first use in this functio=
n)
> > > Teradata.xs:545: error: `DBFFET' undeclared (first use in this functi=
on)
> > > Teradata.xs:555: error: `DBFERQ' undeclared (first use in this functi=
on)
> > > dmake.exe: Error code 129, while making 'Teradata.o'
> >
> >
> >
> > --
> > ------------------------------------------------------------ -----
> > Shlomi Fish http://www.shlomifish.org/
> > My Favourite FOSS - http://www.shlomifish.org/open-source/favourite/
> >
> > Beliefs are what divide people. Doubt unites them.
> > â€=94 http://en.wikiquote.org/wiki/Peter_Ustinov
> >
> > Please reply to list if it's a mailing list post - http://shlom.in/repl=
y .
> >



--=20
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
Escape from GNU Autohell - http://www.shlomifish.org/open-source/anti/autoh=
ell/

An original philosopher knows the right combination of ideas to steal.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: Strawberry Perl Installing CPAN modules

am 27.09.2011 20:55:47 von Perl Developer

--20cf307ca626cf246f04adf0d2f6
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Shlomi,
I installed Terdata software packages like cli, teragss, and tdicu. I
edited windows hosts file.
Now I got the following error.

dmake.exe: makefile: line 871: Error: -- Missing targets or attributes i=
n
rule


The following perl script is used to connect to SQL server database using
DBI and DBD::ODBC modules.

*my *$dbh =3D DBI->*connect*("DBI:ODBC:Driver=3D{SQL
Server};Server=3D$db_instance;Database=3D$db_name;UID=3D$db_ user;PWD=3D$db_=
pass") or
*die*("\n\nCONNECT ERROR:\n\n$DBI::errstr");


Using ODBC I am getting the following error.


DBI
connect('Driver=3D{Teradata};Server=3Dedwdevcop1;Database=3D HYP_STG_DEV;UID=
=3Dhypshared;PWD=3D******','',...)
failed: [Teradata][ODBC Teradata Driver] Not enough information to log on
(SQL-28000) at Teradata_test.pl line 46


Any help is appreciated. Thank you.


On Fri, Sep 23, 2011 at 4:11 AM, Shlomi Fish wrote=
:

> Hi,
>
> On Wed, 21 Sep 2011 11:30:10 -0400
> Perl developer wrote:
>
> > Thanks for the reply. How to install the headers?
> >
>
> you probably need to install the Teradata development package. Its
> installation
> procedure should be documented somewhere there. It's probably here:
>
> http://downloads.teradata.com/download
>
> Regards,
>
> Shlomi Fish
>
> > On Wed, Sep 21, 2011 at 11:23 AM, Shlomi Fish > >wrote:
> >
> > > On Wed, 21 Sep 2011 09:31:01 -0400
> > > Perl developer wrote:
> > >
> > > > All,
> > > > I need help regarding install of CPAN modules in strawberry perl.
> > > >
> > > > I have a question about Perl connectivity to Teradata. Is it the
> correct
> > > > email address?
> > > >
> > > > I have been using Active Perl 5.12 on Windows xp since one year. I
> tried
> > > > installing a perl module from CPAN
> > > > and I got errors while performing the following steps.
> > > > perl makefile.pl
> > > > n|d(make)
> > > > n|d(make) install
> > > >
> > > > Recently I downloaded strawberry perl 5.12.3.0 and download CPAN
> module
> > > > named DBD::Teradata-1.52.
> > > > Using cpan client, I could download cpan module(get command).
> > > > Files related to the module are created at
> > > > C:\strawberry\cpan\build\DBD-Teradata-1.52-tLHaX2
> > > >
> > > > But I get errors while installing them using
> > >
> > > > Teradata.xs:5:22: coptypes.h: No such file or directory
> > > > Teradata.xs:6:21: dbcarea.h: No such file or directory
> > > > Teradata.xs:7:20: coperr.h: No such file or directory
> > > > Teradata.xs:8:20: parcel.h: No such file or directory
> > >
> > > You're missing some headers. You need to install them.
> > >
> > > Regards,
> > >
> > > Shlomi Fish
> > >
> > > > Teradata.xs:34: error: syntax error before "DBCAREA"
> > > > Teradata.xs:34: warning: no semicolon at end of struct or union
> > > > Teradata.xs:35: warning: data definition has no type or storage cla=
ss
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_set_debug':
> > > > Teradata.xs:57: error: syntax error before "dbcp"
> > > > Teradata.xs:58: error: `dbcp' undeclared (first use in this functio=
n)
> > > > Teradata.xs:58: error: (Each undeclared identifier is reported only
> once
> > > > Teradata.xs:58: error: for each function it appears in.)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_init_dbcarea':
> > > > Teradata.xs:67: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:68: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:68: error: `dbcp' undeclared (first use in this functio=
n)
> > > > Teradata.xs:72: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:72: error: syntax error before ')' token
> > > > Teradata.xs:78: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_connection=
':
> > > > Teradata.xs:101: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:102: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:102: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:102: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:149: error: `DBFCON' undeclared (first use in this
> function)
> > > > Teradata.xs:156: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs:176: error: `DBFFET' undeclared (first use in this
> function)
> > > > Teradata.xs:184: error: `PclLSN' undeclared (first use in this
> function)
> > > > Teradata.xs:188: error: `PclSUCCESS' undeclared (first use in this
> > > function)
> > > > Teradata.xs:191: error: `PclFAILURE' undeclared (first use in this
> > > function)
> > > > Teradata.xs:192: error: `PclERROR' undeclared (first use in this
> > > function)
> > > > Teradata.xs:204: error: `PclENDSTATEMENT' undeclared (first use in
> this
> > > > function
> > > > )
> > > > Teradata.xs:205: error: `PclENDREQUEST' undeclared (first use in th=
is
> > > > function)
> > > > Teradata.xs:213: error: `REQEXHAUST' undeclared (first use in this
> > > function)
> > > > Teradata.xs:234: error: `DBFERQ' undeclared (first use in this
> function)
> > > > Teradata.xs: In function
> `XS_DBD__Teradata__Cli_tdxs_get_tdat_release':
> > > > Teradata.xs:256: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:256: error: syntax error before ')' token
> > > > Teradata.xs:257: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:257: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_cleanup':
> > > > Teradata.xs:272: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:273: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:273: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:273: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:277: error: `DBFDSC' undeclared (first use in this
> function)
> > > > Teradata.xs:280: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_send_request':
> > > > Teradata.xs:302: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:303: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:303: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:303: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:334: error: `DBFIRQ' undeclared (first use in this
> function)
> > > > Teradata.xs:337: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs: In function
> `XS_DBD__Teradata__Cli_tdxs_wait_for_response':
> > > > Teradata.xs:358: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_get_response':
> > > > Teradata.xs:384: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:384: error: syntax error before ')' token
> > > > Teradata.xs:385: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:385: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:413: error: `DBFFET' undeclared (first use in this
> function)
> > > > Teradata.xs:414: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs:426: error: `EM_NODATA' undeclared (first use in this
> > > function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_end_request':
> > > > Teradata.xs:447: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:448: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:448: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:448: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:449: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs:455: error: `DBFERQ' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_abort_request'=
:
> > > > Teradata.xs:474: error: syntax error before "dbc_ctx"
> > > > Teradata.xs:475: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:475: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:475: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:476: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs:482: error: `DBFABT' undeclared (first use in this
> function)
> > > > Teradata.xs: In function `XS_DBD__Teradata__Cli_tdxs_test_leak':
> > > > Teradata.xs:504: error: `dbc_ctx' undeclared (first use in this
> function)
> > > > Teradata.xs:504: error: syntax error before ')' token
> > > > Teradata.xs:505: error: `DBCAREA' undeclared (first use in this
> function)
> > > > Teradata.xs:505: error: `dbcp' undeclared (first use in this
> function)
> > > > Teradata.xs:528: error: `DBFIRQ' undeclared (first use in this
> function)
> > > > Teradata.xs:530: error: `EM_OK' undeclared (first use in this
> function)
> > > > Teradata.xs:545: error: `DBFFET' undeclared (first use in this
> function)
> > > > Teradata.xs:555: error: `DBFERQ' undeclared (first use in this
> function)
> > > > dmake.exe: Error code 129, while making 'Teradata.o'
> > >
> > >
> > >
> > > --
> > > ------------------------------------------------------------ -----
> > > Shlomi Fish http://www.shlomifish.org/
> > > My Favourite FOSS - http://www.shlomifish.org/open-source/favourite/
> > >
> > > Beliefs are what divide people. Doubt unites them.
> > > =97 http://en.wikiquote.org/wiki/Peter_Ustinov
> > >
> > > Please reply to list if it's a mailing list post -
> http://shlom.in/reply .
> > >
>
>
>
> --
> ------------------------------------------------------------ -----
> Shlomi Fish http://www.shlomifish.org/
> Escape from GNU Autohell -
> http://www.shlomifish.org/open-source/anti/autohell/
>
> An original philosopher knows the right combination of ideas to steal.
>
> Please reply to list if it's a mailing list post - http://shlom.in/reply =
..
>

--20cf307ca626cf246f04adf0d2f6--