home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7201 < prev    next >
Encoding:
Text File  |  1992-11-13  |  2.2 KB  |  50 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!cs.utexas.edu!sun-barr!ames!agate!doc.ic.ac.uk!mrccrc!warwick!slxsys!dircon!uad1221
  3. From: uad1221@dircon.co.uk (David Lomax)
  4. Subject: Bugs in PB, permissions on nibs
  5. Date: Fri, 13 Nov 1992 02:53:01 GMT
  6. Message-ID: <1992Nov13.025301.22106@dircon.co.uk>
  7. Lines: 41
  8.  
  9.  
  10. If these bugs have already been discussed - then forgive me.
  11. Does anybody out there have any good, easy, quick solutions 
  12. to the following
  13.  
  14. 1. If you include something like more than 6 or 7 libraries 
  15. in you project (through the suitcase) and subsequently save 
  16. the project, PB very nicely regenerates your Makefile. However, 
  17. because it obviously thinks that the 'LIBS = ' line is too long 
  18. it sticks a line continuation character in for you. Trouble 
  19. is, it doesn't do it properly (leaves somes spaces) and the 
  20. project wont make because the Makefile is corrupt. So you
  21. have to edit the Makefile every time you save the project. No 
  22. big annoyance but I could do without it. NeXT tell me its a 
  23. hang on from 2.x and they intend to do nothing about it until 
  24. next release. They suggest I write some awk/sed etc etc. I suggest 
  25. to them that they write some awk/sed etc etc.
  26.  
  27. 2. I work in a 6 person team. We are all writing the same application 
  28. and therfore have a desire to share a project (as in Project 
  29. Builder). However we can't because the .nibs can not be loaded 
  30. into IB unless you are the owner. Yes, we are all in the same 
  31. group (UNIX) and our Preferences permissions are set to rw-rw---- 
  32. and our umask 002. What seems to happen is when the .nib is 
  33. saved the permissions rw------- are set (for .nib and its files) 
  34. without any reference to Preferences or umask. Now this is a 
  35. MAJOR pain. A similar thing happens when you build a project 
  36. and you're not the owner -a message 'fastcp : can not set network 
  37. time.....etc etc' and falls over. 
  38.  
  39. What are the chances that no one has ever wanted to share a 
  40. project before? I talked to another big NeXT site and asked 
  41. them if they had similar problems. They told me they never tried 
  42. sharing a project.
  43.  
  44. Anyway, if anyone knows of some good ways of dealing with these 
  45. could you mail me?
  46.  
  47. Thanks in advance
  48. David Lomax
  49. uad1221@dircon.co.uk
  50.