Skip Menu |

This queue is for tickets about the Win32-API CPAN distribution.

Report information
The Basics
Id: 2201
Status: resolved
Priority: 0/
Queue: Win32-API

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: API_test.dep contains errors preventing nmake test
Hi. PODMASTER here. API_test.dep contains errors preventing nmake test API_test.dep contains the following # Microsoft Developer Studio Generated Dependency File, included by API_test.mak .\API_test.cpp : \ ".\API_test.h"\ .\StdAfx.cpp : \ ".\StdAfx.h"\ "e:\vs\vc\include\basetsd.h"\ "e:\vs\vc\include\guiddef.h"\ "e:\vs\vc\include\reason.h"\ "e:\vs\vc\include\stralign.h"\ "e:\vs\vc\include\tvout.h"\ All of the icludes starting with "e:\vs\vc\include\ are standard includes, and should not be in this file. you should instead tell users to run vcvars32.bat to set the LIB and INCLUDE %ENV vars, and all will be well.
thank you for spotting this, PodMaster. I've left out the API_test.dep from the 0.41 release, everything should work fine now. Show quoted text
> you should instead tell users to run vcvars32.bat to set the LIB > and INCLUDE %ENV vars, and all will be well.
oh well, since they're building the module, I suppose vcvars32.bat has already run :-)