U1073 Build/NMake error 
Author Message
 U1073 Build/NMake error

Hello group,

     I'm trying to build the "CMC.CLI" sample using VC6.0 and I get :

NMAKE : fatal error U1073: don't know how to make '..\common\pvalloc.c'

I don't have a clue as to what this means or how to correct it...can anybody
help?

TIA,

Ray K.



Wed, 05 Jun 2002 03:00:00 GMT  
 U1073 Build/NMake error

Quote:

>Hello group,

>     I'm trying to build the "CMC.CLI" sample using VC6.0 and I get :

>NMAKE : fatal error U1073: don't know how to make '..\common\pvalloc.c'

>I don't have a clue as to what this means or how to correct it...can
anybody
>help?

NMAKE can't find the file pvalloc.c in the location specified.
Sinde NMAKE makes a lot of the files it uses to create files,
it tried to find instructions on how to make file pvalloc.c, and
failed, generating the message.

So it really means "can't find file".

Check the locations of files, and your path statement.



Thu, 06 Jun 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

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

3. VC++1.5 Compile error U1073 problem

4. NMAKE doesn't work for debug build

5. Building/linking DLL using nmake

6. Debugging project built using NMAKE

7. use nmake build a project in my program

8. Building/linking DLL using nmake

9. How to use nmake build a project in my program

10. Error in Release build but not Debug build

11. VC6 Debug Build Works Fine - but Release Build Gives Error

12. nmake error

 

 
Powered by phpBB® Forum Software