NMAKE report error 
Author Message
 NMAKE report error

Hi,

i am using a command file to compile my projekts.
after new installation the developer studio is on drive C:
and my source is on D:
since this time NMAKE reoprts hte following error:

NMAKE : fatal error U1073: '"..\..\..\programme\microsoft visual
studio\vc98\include\basetsd.h"' konnte nicht erstellt werden.

i think he is trying to use a relativ path but this would not work
because i am working on different disks.

--
Axel Laurinat

Sent via Deja.com http://www.*-*-*.com/
Share what you know. Learn what you don't.



Mon, 04 Mar 2002 03:00:00 GMT  
 NMAKE report error


Quote:
> Hi,

> i am using a command file to compile my projekts.
> after new installation the developer studio is on drive C:
> and my source is on D:
> since this time NMAKE reoprts hte following error:

> NMAKE : fatal error U1073: '"..\..\..\programme\microsoft visual
> studio\vc98\include\basetsd.h"' konnte nicht erstellt werden.

> i think he is trying to use a relativ path but this would not work
> because i am working on different disks.

> --
> Axel Laurinat

> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

Hi Axel,

I am having a similiar problem (I think, I can't read German). However,
I resolved my problem, to some extent, by including the path in the
include statement like: #include <c:\Program
Files\DevStudio\Include\name.h>.
My question is: Can you predefine the location of your include
statements with an nmake command line option?

Good Luck

John N.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



Mon, 04 Mar 2002 03:00:00 GMT  
 NMAKE report error

Quote:



> > Hi,

> > i am using a command file to compile my projekts.
> > after new installation the developer studio is on drive C:
> > and my source is on D:
> > since this time NMAKE reoprts hte following error:

> > NMAKE : fatal error U1073: '"..\..\..\programme\microsoft visual
> > studio\vc98\include\basetsd.h"' konnte nicht erstellt werden.

> > i think he is trying to use a relativ path but this would not work
> > because i am working on different disks.

> > --
> > Axel Laurinat

> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.

> Hi Axel,

> I am having a similiar problem (I think, I can't read German).
However,
> I resolved my problem, to some extent, by including the path in the
> include statement like: #include <c:\Program
> Files\DevStudio\Include\name.h>.
> My question is: Can you predefine the location of your include
> statements with an nmake command line option?

> Good Luck

> John N.

> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

Thanks for your help , but i found my problem already
i forgot to write the *.dep file new. i only export the makefile

your question: i do not find any command line option.
i always expand the enviormentvariable INCLUDE in my commandjobs

SET INCLUDE=%INCLUDE%;C:\mypath\include

this will work in most cases.

--
Axel Laurinat

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



Tue, 05 Mar 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. nmake error

2. Nmake and error C1034 - include path not set

3. Help! NMAKE won't display compile errors

4. NMAKE: fatal error U1073: don't know how to make

5. NMAKE: fatal error U1073: don't know how to make

6. NMAKE error messages

7. Nmake and RC errors with DDK sources.

8. U1073 Build/NMake error

9. Reporting error to the SCM

10. Where do I report an INTERNAL COMPILER ERROR?

11. error in Crystal Reports

12. strange error reporting bug?

 

 
Powered by phpBB® Forum Software