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

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!srvr1.engin.umich.edu!batcomputer!lynx@msc.cornell.edu!tommy
  3. From: tommy@lynx.msc.cornell.edu.UUCP (Mike Thompson,332,54714,2734927)
  4. Subject: Re: Long filenames and NMAKE.
  5. Message-ID: <1993Jan22.175753.24214@msc.cornell.edu>
  6. Originator: tommy@snoopy.msc.cornell.edu
  7. Sender: news@msc.cornell.edu
  8. Organization: Cornell-Materials-Science-Center
  9. References: <1jp9bbINNl19@iskut.ucs.ubc.ca>
  10. Date: Fri, 22 Jan 1993 17:57:53 GMT
  11. Lines: 30
  12.  
  13. From article <1jp9bbINNl19@iskut.ucs.ubc.ca>, by duffy@theory.chem.ubc.ca (Pat Duffy):
  14. > Hi Everyone,
  15. > A while ago I posted about problems with long filenames and the make that comes
  16. > with the WorkSet/2 stuff.  Someone suggested that I get the new make from
  17. > hobbes (under .../2.0/programming), which I did.
  18. > ------------  BEGIN ERROR MESSGAE  -----------------
  19. > Invocation of <NMAKE.EXE> begins 
  20. > Invocation string:  /f SYSTEM.MAK 
  21. >  
  22. > Microsoft (R) Program Maintenance Utility   Version 1.01 
  23. > Copyright (c) Microsoft Corp 1988-1989. All rights reserved. 
  24. >  
  25. > SYSTEM.MAK(26) : filename 'SystemInit.c' too long; truncating to 8.3 
  26. > SYSTEM.MAK(26) : filename '.\SystemInit.c' too long; truncating to 8.3 
  27. > SYSTEM.MAK(26) : filename 'D:\FORTRAN\INCLUDE\SystemInit.c' too long; 
  28. > SYSTEM.MAK(26) : filename 'D:\TOOLKT20\C\OS2H\SystemInit.c' too long; 
  29. > NMAKE : fatal error U1073: don't know how to make 'SystemInit.c' 
  30.  
  31. Looks to me like you are running on a FAT partition which doesn't allow
  32. more than 8.3 format.  Is the real file on the disk systemin.c when you
  33. want systeminit.c?  Only get that error message on FAT where I used to
  34. ignore the characters beyond 8.3, but OS/2 doesn't.
  35. -- 
  36. Michael O. Thompson            tommy@msc.cornell.edu
  37. Cornell University             (607) 255-4714
  38.  
  39. OS/2:  For the few, the proud, the devoted!
  40.