Path: utzoo!attcan!uunet!ginosko!usc!bloom-beacon!MEDIA-LAB.MEDIA.MIT.EDU!halazar From: halazar@MEDIA-LAB.MEDIA.MIT.EDU Newsgroups: comp.windows.x Subject: Building XView on VAX 63x0 running ultrix 2.1 Message-ID: <8909100029.AA15773@media-lab> Date: 10 Sep 89 00:29:57 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 22 If you are doing the above, cmdtool and textedit (among other programs) will spew horrible error messages about select() returning a bad file number. The reason is that /usr.lib/libxvin/notify/ultrix_cpt.h redefines lots of select() things already found in . In fact, warning messages about the redefinitions are generated during the compile. But the redefinitions aren't the same as those in , causing badness. I took the crude way out of the problem...I #ifdef notdef 'ed the contents of ultrix_cpt.h so that they weren't used. Probably a better way would be to change the conditions of the compile from #ifdef vax to #if vax && some_other_machine_dependent_cpp_symbol Hope this helps someone out... --Michael Halle Spatial Imaging Group MIT Media Lab