Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
After a little digging, I found these directions:
http://tomster.org/blog/archive/2006/02/19/installing-libjpeg-on-os-x
which solved the issue for me. Here's what I did (only required on the support
giver's Mac):
1. Download and unpack libjpeg source:
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
2. Issue the following commands from bash prompt:
$ cd jpeg-6b/
$ ln -s `which glibtool` ./libtool
$ export MACOSX_DEPLOYMENT_TARGET=10.5
$ sudo ./configure --enable-shared && make && sudo make install
If someone knows of a better solution, please post a followup.
In the meantime, this is working great. I am listening on OS X 10.5.5, and have
connected from both Mac and
Windows clients. Excellent job, Aaron and Derek!
Original comment by tinya...@gmail.com
on 11 Oct 2008 at 9:33
That's great investigation! I have always had libjpeg installed, thus I didn't
see
the issue previously. We'll include libjpeg with the next release or eliminate
the
need for it altogether. Thanks for the detailed information.
Original comment by gerbe...@gmail.com
on 23 Oct 2008 at 12:27
My pleasure! Hope the info is of some small use to someone, at least until you
guys address it in the next
release. Thanks so much for crafting Gitso - it is a huge leap forward for
non-hosted remote support.
Original comment by tinya...@gmail.com
on 24 Oct 2008 at 12:54
Original comment by gerbe...@gmail.com
on 29 Oct 2008 at 6:06
Now we use COTvnc and OSXvnc for an all native aqua experience and the libjpeg
libraries are included with the related VNC binaries.
Original comment by gerbe...@gmail.com
on 17 Aug 2009 at 12:58
Original issue reported on code.google.com by
tinya...@gmail.com
on 11 Oct 2008 at 3:34