Skip to Content.
Sympa Menu

freetds - [freetds] NMakefile from freetds-0.83.dev.20101006 RE: [Fwd: FreeTDS for MS VC++ 2010]

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Neuhauser, Roman (GE Capital, consultant)" <Roman.Neuhauser AT ge.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] NMakefile from freetds-0.83.dev.20101006 RE: [Fwd: FreeTDS for MS VC++ 2010]
  • Date: Mon, 11 Oct 2010 17:18:47 +0100

From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of
jklowden AT schemamania.org
> On Mon, Oct 04, 2010 at 12:59:30PM +0200, LacaK wrote:
> > When I run NMake.exe using command like:
> > "C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\nmake.exe" -f
> > Nmakefile -nologo PLATFORM=win32 CONFIGURATION=debug
> >
> > Then error is shown (same under VC2005,2010):
> > 'perl' is not recognized as an internal or external command,
>
> GENERATED_FILES = include\tdsver.h include\types.h \
> src\tds\tds_willconvert.h src\tds\encodings.h
> src\tds\num_limits.h

> Which of the above files is it trying to build? Can you
> figure out why? Is the target file really missing, or is it
> older than its dependent?
>
> If I misunderstood and you're actually building from CVS, you
> either need to install Perl or grab the .h files from a tarball.

I just ran nmake -f NMakefile in freshly extracted freetds-current.tgz
(freetds-0.83.dev.20101006), and got:

C:\tmp\freetds-0.83.dev.20101006>nmake -f NMakefile -nologo PLATFORM=win32
CONFIGURATION=debug
perl src\tds\types.pl misc\types.txt > include\types.h.err
Can't open perl script "src\tds\types.pl": No such file or directory
NMAKE : fatal error U1077: 'perl' : return code '0x2'
Stop.

--
roman




Archive powered by MHonArc 2.6.24.

Top of Page