lucascanalla / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

Vncviewer does run properly #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloading and Installing gitso from google
2. Running gitso
3. Selecting Give Suport and clicking on Start

What is the expected output? What do you see instead?
Vncviewer inside gitso package should listen at port 5500. However, it does not 
do that. Runnig 
from a terminal, it prints  

bash-3.2$ /Applications/Utilities/Gitso.app/Contents/MacOS/Gitso 
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
  Referenced from: /Applications/Utilities/Gitso.app/Contents/Resources/vncviewer/vncviewer
  Reason: image not found

What version of the product are you using? On what operating system?
Mac OS Leopard

Please provide any additional information below.

The problem is that the vncviewer  
from/Applications/.../Gitso.app/Contents/Resources/vncviewer is looking for 
libjpeg.62.dylib 
inside /opt/local/lib, which does not come in with the basic Mac OS 
instalation. 

I believe that the solution would be packing libjpeg* with Gitso (as it is done 
by Gimp and 
Scribus).

In my case, I solved the problem copying /sw/lib/libjpeg.* (after downloading 
this library with 
flink) to /opt/local/lib/.

Original issue reported on code.google.com by had...@gmail.com on 26 Sep 2009 at 7:22

GoogleCodeExporter commented 8 years ago
This has been resolved in the development branch of Gitso. When the new release 
is
out (0.6), everything will be cool. The issue is that libjpeg isn't installed. 
We
have switched to a different VNC app altogether, which has libjpeg included 
with it.
We now use COTVNC instead of vncviewer.

Original comment by gerbe...@gmail.com on 4 Oct 2009 at 1:28