home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / isis / 332 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.3 KB

  1. Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!buzz.bmc.uu.se!perrier!sundvall
  2. From: sundvall@perrier.embnet.se (Mats Sundvall)
  3. Newsgroups: comp.sys.isis
  4. Subject: Re: ISIS++
  5. Date: 14 Dec 1992 10:33:03 GMT
  6. Organization: EMBNet Project Sweden
  7. Lines: 22
  8. Distribution: world
  9. Message-ID: <1ghnsvINNh6b@buzz.bmc.uu.se>
  10. References: <RCBC.92Dec13232755@honir.cs.cornell.edu>
  11. Reply-To: sundvall@perrier.embnet.se
  12. NNTP-Posting-Host: perrier.embnet.se
  13.  
  14.  
  15. In article 92Dec13232755@honir.cs.cornell.edu, rcbc@honir.cs.cornell.edu (Robert Cooper) writes:
  16. >Both these fixes will appear in V3.0.8 when it is released sometime in the
  17. >new year.>                   -- Robert Cooper
  18. >--
  19. >-- 
  20.  
  21.  
  22. I found the same problems and a couple of other problems as well. I compiled
  23. it with Sun C++ 3.0. There is a undefined symbol NULLSID used in the code!
  24. NULLSID is not present at least in the 3.0.7 code I have! You also have to
  25. define the static members next and memberobjects present in the Nameserver class.
  26. It is not just enough to declare static members in 3.0. When you do this the code
  27. compile, although with some warnings.
  28.  
  29. If you are a purist, compile it with +p that will warn about all anachronisms and
  30. refuse everything that is not 3.0. Lot's of errors:-<
  31.  
  32. Mats Sundvall
  33. Dept of Medical Genetics
  34. Uppsala University
  35. Uppsala, Sweden
  36.