tony@sat.uucp (01/22/91)
I need to find out if the version of X11 on HP-UX 7.0 is release 4, and if not, when will X11 release 4 be available from HP (at which operating system release). If I have the source for X11 R4, will I be able to compile on HP-UX 7.0 without much difficulties ? Any responses are welcome !! -- Tony Leung vsi1!sat!tony tony%sat@vicom.com
gerwitz@Kodak.Com (Paul Gerwitz) (01/23/91)
In article <1991Jan22.002841.15401@sat.uucp>, tony@sat.uucp writes: |> I need to find out if the version of X11 on HP-UX 7.0 is release 4, and |> if not, when will X11 release 4 be available from HP (at which operating |> system release). |> |> If I have the source for X11 R4, will I be able to compile on HP-UX 7.0 |> without much difficulties ? |> |> Any responses are welcome !! |> -- |> Tony Leung vsi1!sat!tony tony%sat@vicom.com It is my understanding that X11.3 is the version supplied in HPUX 7.0. I believe that R4 will come out with 8.0 (could the HP net-people confirm this ?) As far as building the R4 on a 7.0 system, I have done so on my 835 with only minor modifications and am using some of the R4 applications in deference to the supplied R3 versions from HP. -- +----------------------------------------------------------------------------+ | Paul F Gerwitz WA2WPI | SMTP: gerwitz@kodak.com | | Eastman Kodak Co | UUCP: ..uunet!atexnet!kodak!eastman!gerwitz | +----------------------------------------------------------------------------+
root@shawn.uucp (0000-Admin(0000)) (01/23/91)
tony@sat.uucp writes: >I need to find out if the version of X11 on HP-UX 7.0 is release 4, and >if not, when will X11 release 4 be available from HP (at which operating >system release). >If I have the source for X11 R4, will I be able to compile on HP-UX 7.0 >without much difficulties ? >Any responses are welcome !! >-- >Tony Leung vsi1!sat!tony tony%sat@vicom.com On the HP 9000/370 w/ 7.0, X11R4 built fine, but some toolkit clients died trying to realloc memory. A quick hack to XtRealloc() fixed it.
harry@hpcvlx.cv.hp.com (Harry Phinney) (01/25/91)
root@shawn.uucp writes: > On the HP 9000/370 w/ 7.0, X11R4 built fine, but some toolkit clients died > trying to realloc memory. A quick hack to XtRealloc() fixed it. This will work, but there's a somewhat simpler solution. Add -DMALLOC_0_RETURNS_NULL to StandardDefines. Harry Phinney harry@hp-pcd.cv.hp.com