home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 7897 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.3 KB  |  51 lines

  1. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!duffy
  2. From: duffy@theory.chem.ubc.ca (Pat Duffy)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Long filenames and NMAKE.
  5. Date: 22 Jan 1993 17:02:35 GMT
  6. Organization: University of British Columbia, Vancouver, B.C., Canada
  7. Lines: 39
  8. Distribution: world
  9. Message-ID: <1jp9bbINNl19@iskut.ucs.ubc.ca>
  10. NNTP-Posting-Host: theory.chem.ubc.ca
  11.  
  12. Hi Everyone,
  13.  
  14. A while ago I posted about problems with long filenames and the make that comes
  15. with the WorkSet/2 stuff.  Someone suggested that I get the new make from
  16. hobbes (under .../2.0/programming), which I did.
  17.  
  18. Well, it still dies, and with the same error message too.  I've posted it here
  19. (sorry for the wrapping, but that can't be helped) so y'all can see what I
  20. mean.  How do I go about getting NMAKE to recognize long filenames?  I guess 
  21. it's not critical, but long filenames are great for descriptive purposes, and
  22. I'd like to use them.  After all, my drive is formatted HPFS for a reason...
  23.  
  24. Thanks in advance for any help (I get the feeling this will be a simple one).
  25.  
  26. ------------  BEGIN ERROR MESSGAE  -----------------
  27.  
  28. Invocation of <NMAKE.EXE> begins 
  29. Invocation string:  /f SYSTEM.MAK 
  30. <────────────────────────────────────────────────────────────────────────────────────────────────────> 
  31.  
  32. Microsoft (R) Program Maintenance Utility   Version 1.01 
  33. Copyright (c) Microsoft Corp 1988-1989. All rights reserved. 
  34.  
  35. SYSTEM.MAK(26) : warning U4019: filename 'SystemInit.c' too long; truncating to 8.3 
  36. SYSTEM.MAK(26) : warning U4019: filename '.\SystemInit.c' too long; truncating to 8.3 
  37. SYSTEM.MAK(26) : warning U4019: filename 'D:\FORTRAN\INCLUDE\SystemInit.c' too long; truncating to 8.3 
  38. SYSTEM.MAK(26) : warning U4019: filename 'D:\TOOLKT20\C\OS2H\SystemInit.c' too long; truncating to 8.3 
  39. SYSTEM.MAK(26) : warning U4019: filename 'D:\TOOLKT20\ASM\OS2INC\SystemInit.c' too long; truncating to 8.3 
  40. SYSTEM.MAK(26) : warning U4019: filename 'D:\IBMC\INCLUDE\SystemInit.c' too long; truncating to 8.3 
  41. SYSTEM.MAK(26) : warning U4019: filename 'SystemInit.c' too long; truncating to 8.3 
  42. NMAKE : fatal error U1073: don't know how to make 'SystemInit.c' 
  43. Stop. 
  44.  
  45. ------------------- END ERROR MESSAGE ---------------------
  46. -- 
  47. Patrick Duffy, duffy@theory.chem.ubc.ca 
  48.  
  49. "It's raining cats?  You open the skylight, I'll get the relish."
  50.                 -- Alf
  51.