Skip Menu |

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

Report information
The Basics
Id: 3819
Status: resolved
Priority: 0/
Queue: DBD-ODBC

People
Owner: Nobody in particular
Requestors: kevin [...] oldcomm.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.06
Fixed in: (no value)



Subject: Can't make
Hello, I'm running RH 7.3, Perl 5.8.0, DBI 1.38. Tried to make/make test/make install and got the following: Makefile:306: *** missing separator. Stop. I downloaded version 1.05 and everything compiled just fine.
From: Mason
[guest - Fri Sep 19 17:44:12 2003]: Show quoted text
> Hello, > > I'm running RH 7.3, Perl 5.8.0, DBI 1.38. Tried to make/make > test/make install and got the following: > > Makefile:306: *** missing separator. Stop. > > I downloaded version 1.05 and everything compiled just fine.
The "missing separator" refers to line 299 of Makefile (at least mine). There is are four spaces at the beginning of the line, but gnu make wants to have a tab there instead. If you replace the spaces with a tab then it'll make fine. Makefile: 298: config :: $(changes_pm) 299: @$(NOOP) ^^^^ Replace spaces with a single Tab I'm running Cygwin (CYGWIN_NT-5.1 hostname 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin) on Windows XP, perl 5.8.0, DBI 1.38, DBD::ODBC 1.06. nanite.net@mason (reverse)