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.