NMakefile from freetds-0.83.dev.20101006 RE: [Fwd: FreeTDS for MS VC++ 2010]
"Neuhauser, Roman (GE Capital, consultant)" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <D3A73269432A224FA3E7ECE3DDDFCE4004DBA8EE@LONMLVEM10.e2k.ad.ge.com> |
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] > 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