<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/dbi-interbase/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/dbi-interbase/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 06 May 2002 06:26:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dbi-interbase/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>gcc compilation problem on Solaris 8</title><link>https://sourceforge.net/p/dbi-interbase/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just installed Perl_5.6.1 and perl DBI 1.21 and have Interbase 5.0 running (Is this install for a &lt;br /&gt;
later version of Interbase?). I have a problem installing DBD::Interbase-0.30.&lt;/p&gt;
&lt;p&gt;------------------------------&lt;br /&gt;
The output of &amp;amp;quot;perl Makefile.PL CC=gcc&amp;amp;quot; is this:&lt;br /&gt;
------------------------------&lt;br /&gt;
hyperion: /opt/dial/software/perl_5.6.1/DBD-InterBase-0.30 r&amp;amp;gt; perl Makefile.PL CC=gcc&lt;br /&gt;
InterBase bin directory : [/opt/interbase/bin] &lt;br /&gt;
InterBase include directory : [/opt/interbase/include] &lt;/p&gt;
&lt;p&gt;Reading cached test configuration...&lt;br /&gt;
Full path to your test database : [/opt/interbase/isc4.gdb] &lt;br /&gt;
...&lt;br /&gt;
Checking if your kit is complete...&lt;br /&gt;
Looks good&lt;br /&gt;
Note (probably harmless): No library found for -lgdsmt&lt;br /&gt;
Using DBI 1.21 installed in /opt/dial/software/perl_5.6.1/lib/site_perl/5.6.1/sun4-solaris/auto/DBI&lt;br /&gt;
Writing Makefile for DBD::InterBase&lt;/p&gt;
&lt;p&gt;------------------------------&lt;br /&gt;
The output of &amp;amp;quot;make&amp;amp;quot; is this:&lt;br /&gt;
------------------------------&lt;br /&gt;
cp lib/Bundle/DBD/InterBase.pm blib/lib/Bundle/DBD/InterBase.pm&lt;br /&gt;
cp InterBase.pm blib/lib/DBD/InterBase.pm&lt;br /&gt;
cp lib/DBD/InterBase/FAQ.pm blib/lib/DBD/InterBase/FAQ.pm&lt;br /&gt;
/opt/dial/software/bin/perl -p -e &amp;amp;quot;s/~DRIVER~/InterBase/g&amp;amp;quot; &amp;amp;lt; &lt;br /&gt;
/opt/dial/software/perl_5.6.1/lib/site_perl/5.6.1/sun4-solaris/auto/DBI/Driver.xst &amp;amp;gt; InterBase.xsi&lt;br /&gt;
/opt/dial/software/bin/perl -I/opt/dial/software/perl_5.6.1/lib/5.6.1/sun4-solaris &lt;br /&gt;
-I/opt/dial/software/perl_5.6.1/lib/5.6.1 /opt/dial/software/perl_5.6.1/lib/5.6.1/ExtUtils/xsubpp &lt;br /&gt;
-noprototypes -typemap /opt/dial/software/perl_5.6.1/lib/5.6.1/ExtUtils/typemap InterBase.xs &amp;amp;gt; &lt;br /&gt;
InterBase.xsc &amp;amp;amp;&amp;amp;amp; mv InterBase.xsc InterBase.c&lt;br /&gt;
gcc -c -I/opt/interbase/include &lt;br /&gt;
-I/opt/dial/software/perl_5.6.1/lib/site_perl/5.6.1/sun4-solaris/auto/DBI -fno-strict-aliasing &lt;br /&gt;
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O   -DVERSION=\&amp;amp;amp;quot;0.30\&amp;amp;amp;quot; &lt;br /&gt;
-DXS_VERSION=\&amp;amp;amp;quot;0.30\&amp;amp;amp;quot; -fPIC -I/opt/dial/software/perl_5.6.1/lib/5.6.1/sun4-solaris/CORE&lt;br /&gt;
InterBase.c&lt;br /&gt;
gcc -c -I/opt/interbase/include &lt;br /&gt;
-I/opt/dial/software/perl_5.6.1/lib/site_perl/5.6.1/sun4-solaris/auto/DBI -fno-strict-aliasing &lt;br /&gt;
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O   -DVERSION=\&amp;amp;amp;quot;0.30\&amp;amp;amp;quot; &lt;br /&gt;
-DXS_VERSION=\&amp;amp;amp;quot;0.30\&amp;amp;amp;quot; -fPIC -I/opt/dial/software/perl_5.6.1/lib/5.6.1/sun4-solaris/CORE&lt;br /&gt;
dbdimp.c&lt;br /&gt;
In file included from dbdimp.c:14:&lt;br /&gt;
dbdimp.h:30: redefinition of `DBI_SQL_CHAR'&lt;br /&gt;
dbdimp.h:30: `DBI_SQL_CHAR' previously defined here&lt;br /&gt;
dbdimp.h:30: `SQL_CHAR' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:31: redefinition of `DBI_SQL_NUMERIC'&lt;br /&gt;
dbdimp.h:31: `DBI_SQL_NUMERIC' previously defined here&lt;br /&gt;
dbdimp.h:31: `SQL_NUMERIC' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:32: redefinition of `DBI_SQL_DECIMAL'&lt;br /&gt;
dbdimp.h:32: `DBI_SQL_DECIMAL' previously defined here&lt;br /&gt;
dbdimp.h:32: `SQL_DECIMAL' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:33: redefinition of `DBI_SQL_INTEGER'&lt;br /&gt;
dbdimp.h:33: `DBI_SQL_INTEGER' previously defined here&lt;br /&gt;
dbdimp.h:33: `SQL_INTEGER' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:34: redefinition of `DBI_SQL_SMALLINT'&lt;br /&gt;
dbdimp.h:34: `DBI_SQL_SMALLINT' previously defined here&lt;br /&gt;
dbdimp.h:34: `SQL_SMALLINT' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:35: redefinition of `DBI_SQL_FLOAT'&lt;br /&gt;
dbdimp.h:35: `DBI_SQL_FLOAT' previously defined here&lt;br /&gt;
dbdimp.h:36: redefinition of `DBI_SQL_REAL'&lt;br /&gt;
dbdimp.h:36: `DBI_SQL_REAL' previously defined here&lt;br /&gt;
dbdimp.h:36: `SQL_REAL' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:37: redefinition of `DBI_SQL_DOUBLE'&lt;br /&gt;
dbdimp.h:37: `DBI_SQL_DOUBLE' previously defined here&lt;br /&gt;
dbdimp.h:38: redefinition of `DBI_SQL_DATE'&lt;br /&gt;
dbdimp.h:38: `DBI_SQL_DATE' previously defined here&lt;br /&gt;
dbdimp.h:39: redefinition of `DBI_SQL_TIME'&lt;br /&gt;
dbdimp.h:39: `DBI_SQL_TIME' previously defined here&lt;br /&gt;
dbdimp.h:39: `SQL_TIME' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:40: redefinition of `DBI_SQL_TIMESTAMP'&lt;br /&gt;
dbdimp.h:40: `DBI_SQL_TIMESTAMP' previously defined here&lt;br /&gt;
dbdimp.h:40: `SQL_TIMESTAMP' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:41: redefinition of `DBI_SQL_VARCHAR'&lt;br /&gt;
dbdimp.h:41: `DBI_SQL_VARCHAR' previously defined here&lt;br /&gt;
dbdimp.h:41: `SQL_VARCHAR' undeclared here (not in a function)&lt;br /&gt;
dbdimp.h:42: redefinition of `DBI_SQL_TYPE_TIME'&lt;br /&gt;
dbdimp.h:42: `DBI_SQL_TYPE_TIME' previously defined here&lt;br /&gt;
dbdimp.h:43: redefinition of `DBI_SQL_TYPE_DATE'&lt;br /&gt;
dbdimp.h:43: `DBI_SQL_TYPE_DATE' previously defined here&lt;br /&gt;
dbdimp.h:44: redefinition of `DBI_SQL_ARRAY'&lt;br /&gt;
dbdimp.h:44: `DBI_SQL_ARRAY' previously defined here&lt;br /&gt;
dbdimp.h:45: redefinition of `DBI_SQL_BLOB'&lt;br /&gt;
dbdimp.h:45: `DBI_SQL_BLOB' previously defined here&lt;br /&gt;
dbdimp.h:141: redefinition of `struct imp_drh_st'&lt;br /&gt;
dbdimp.h:147: redefinition of `struct imp_dbh_st'&lt;br /&gt;
dbdimp.h:164: redefinition of `struct imp_sth_st'&lt;br /&gt;
dbdimp.h:184: redefinition of `struct vary'&lt;br /&gt;
dbdimp.h:187: redefinition of `VARY'&lt;br /&gt;
dbdimp.h:187: `VARY' previously declared here&lt;br /&gt;
dbdimp.c: In function `ib2sql_type':&lt;br /&gt;
dbdimp.c:222: `SQL_FLOAT' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:222: (Each undeclared identifier is reported only once&lt;br /&gt;
dbdimp.c:222: for each function it appears in.)&lt;br /&gt;
dbdimp.c:226: `SQL_DOUBLE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:230: `SQL_TYPE_DATE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:234: `SQL_TYPE_TIME' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:238: `SQL_TIMESTAMP' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c: In function `dbd_db_login6':&lt;br /&gt;
dbdimp.c:445: `isc_dpb_SQL_dialect' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c: In function `ib_st_prepare':&lt;br /&gt;
dbdimp.c:1062: `SQL_TYPE_DATE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1084: `SQL_TIMESTAMP' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1097: `SQL_TYPE_TIME' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1063: warning: unreachable code at beginning of switch statement&lt;br /&gt;
dbdimp.c: In function `ib_st_fetch':&lt;br /&gt;
dbdimp.c:1492: `SQL_FLOAT' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1496: `SQL_DOUBLE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1562: `SQL_DATE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1685: `SQL_BLOB' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:1836: `SQL_ARRAY' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c: In function `ib_fill_isqlda':&lt;br /&gt;
dbdimp.c:2421: `SQL_TIMESTAMP' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2429: `SQL_TYPE_DATE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2437: `SQL_TYPE_TIME' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2422: warning: unreachable code at beginning of switch statement&lt;br /&gt;
dbdimp.c:2737: `SQL_FLOAT' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2754: `SQL_DOUBLE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2771: `SQL_DATE' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2783: warning: unreachable code at beginning of switch statement&lt;br /&gt;
dbdimp.c:2845: `SQL_BLOB' undeclared (first use in this function)&lt;br /&gt;
dbdimp.c:2856: `SQL_ARRAY' undeclared (first use in this function)&lt;br /&gt;
make: *** [dbdimp.o] Error 1&lt;/p&gt;
&lt;p&gt;------------------------------&lt;br /&gt;
Thanks for taking the time to read this.  I hope this is a simple problem.&lt;/p&gt;
&lt;p&gt;--Aaryn&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 06 May 2002 06:26:51 -0000</pubDate><guid>https://sourceforge.net0f808877b47993cf2b652c3a8f7c91533e8408f4</guid></item></channel></rss>