Skip Menu |

This queue is for tickets about the DBD-InterBase CPAN distribution.

Report information
The Basics
Id: 34395
Status: resolved
Priority: 0/
Queue: DBD-InterBase

People
Owner: Nobody in particular
Requestors: roeyalmog [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.48
Fixed in: (no value)



Subject: Cannot build DBD::InterBase on MSWin32 with Visual c++ 6.0
Cannot build on MSWin32: Problem one - -Wall flag is used, in makefile but it is not supported, this was is easily solved but prevent compiling out of the box Problem two - some problem prevents compiling: InterBase.xs(416) : error C2275: 'HV' : illegal use of this type as an expression C:\usr\lib\CORE\perl.h(2090) : see declaration of 'HV' InterBase.xs(416) : error C2065: 'reshv' : undeclared identifier InterBase.xs(420) : error C2143: syntax error : missing ';' before 'type' InterBase.xs(430) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct hv *' InterBase.xs(439) : warning C4047: 'function' : 'struct hv *' differs in levels of indirection from 'int ' InterBase.xs(439) : warning C4024: 'Perl_hv_store' : different types for formal and actual parameter 2 InterBase.xs(441) : warning C4047: 'function' : 'struct hv *' differs in levels of indirection from 'int ' InterBase.xs(441) : warning C4024: 'Perl_hv_store' : different types for formal and actual parameter 2 InterBase.xs(459) : error C2143: syntax error : missing ';' before 'type' Attached is the complete log Perl version: Active Perl 5.8.8 Build 817 OS: Windows XP Home SP2 Distribution name and version: DBD-InterBase-0.48
Subject: error.log
Download error.log
application/octet-stream 2.2k

Message body not shown because it is not plain text.

From: roeyalmog [...] gmail.com
One more thing I managed building versions 0.44 0.45 0.46
From: epratomo [...] acm.org
On Mon Mar 24 09:53:36 2008, roeya wrote: Show quoted text
> One more thing I managed building versions > 0.44 > 0.45 > 0.46
i have manually applied your patch. pls check: https://dbi-interbase.svn.sourceforge.net/svnroot/dbi-interbase/trunk/dbi-interbase thanks.