> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:vnc-list-admin@;realvnc.com] On Behalf Of Shing-Fat Fred Ma > Sent: Tuesday, October 29, 2002 11:44 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: How to shorten the desktop name? > [snip] > This sort of leads me to a 2nd point. If I ever > get to superfically hacking c-code, I would have > to recompile. No sense recompiling an old version. > But, I can't seem to get the most recent version > to recompile because the zlib version was hard > coded somewhere (I can't find where even with > recursive grep). The sympoms are described > at: > > http://sourceforge.net/mailarchive/forum.php?thread_id=1161931 > &forum_id=7154 > subject: Zlib version error compiling for solaris8 > Date/time: Oct 8/2002 18:31 > > I would be eternally grateful if a kind software > guy/girl (person) could point a way to find the > hard coding of the zlib version so that I can > change it to the version I got from the web. > > Thanks. > > Fred
Knowing nothing about Solaris, have you tried installing zlib to the system and then building with the installed zlib? From the README: "This should build first some libraries - zlib, rdr and rfb - then vncconnect, vncpasswd and vncviewer. If you already have zlib installed on your system you can run "./configure --with-installed-zlib" if you prefer." I wouldn't think you could just drop a new version in VNC's build directory and expect it to work. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
