Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-22 Thread Robert Goley
Brian, Just tried to use the Mac viewer build on 10.6. I get immediate crashes. Below is the otool library list for reference. Robert otool -L /Applications/TigerVNC\ Viewer\ 1.2.90.app/Contents/MacOS/TigerVNC\ Viewer /Applications/TigerVNC Viewer 1.2.90.app/Contents/MacOS/TigerVNC

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-22 Thread Pierre Ossman
On Wed, 22 May 2013 09:08:30 -0400 Robert Goley rago...@rdasys.com wrote: Brian, Just tried to use the Mac viewer build on 10.6. I get immediate crashes. Below is the otool library list for reference. In case it helps, this is the link line CMake generates in my hacked up working copy:

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-20 Thread D.L.C. Burggraaff
The May 18 cross-compatible build fits perfectly on Xubuntu 12.04: extra libraries are no longer necessary. However, the 1.9 MB savings from no longer needing to add libcrypto.so.6 and libgnutls.so.13 are more than paid for by the 4.2 MB increase of the executables. And retrieving some extra

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-18 Thread Brian Hinz
On Fri, May 17, 2013 at 2:30 PM, DRC dcomman...@users.sourceforge.netwrote: Brian, While we're on the subject, the Mac build has similar issues. It won't run on Mountain Lion: dyld: Library not loaded: /usr/local/lib/libintl.8.dylib Referenced from: /Applications/Network/TigerVNC

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-18 Thread Robert Goley
I have mountain lion. I will test it later and report back. Robert On May 18, 2013 6:29 PM, Brian Hinz bph...@users.sourceforge.net wrote: On Fri, May 17, 2013 at 2:30 PM, DRC dcomman...@users.sourceforge.netwrote: Brian, While we're on the subject, the Mac build has similar issues. It

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-18 Thread Robert Goley
Brian, I tested the build on 10.8. It seems to be working fine. My test was against a 1.2 Xvnc server. I listed out the dynamic libraries it is using on 10.8 with tool. This is what I got. TigerVNC Viewer: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-17 Thread Brian Hinz
On Fri, May 17, 2013 at 2:06 PM, DRC dcomman...@users.sourceforge.netwrote: Pursuant to our discussion on tigervnc-users regarding whether the project RPMs could be used on SuSE, I noticed that the RHEL 5 RPMs and the cross-compatible build have external dependencies on GnuTLS and libstdc++.

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-17 Thread Brian Hinz
On Fri, May 17, 2013 at 2:30 PM, DRC dcomman...@users.sourceforge.netwrote: Brian, While we're on the subject, the Mac build has similar issues. It won't run on Mountain Lion: dyld: Library not loaded: /usr/local/lib/libintl.8.dylib Referenced from: /Applications/Network/TigerVNC

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-17 Thread DRC
On 5/17/13 2:01 PM, Brian Hinz wrote: I think I'm actually using a patch that you posted to the list sometime in Februaury(?). I wasn't able to build GnuTLS correctly on MinGW so I'm linking against the pre-compiled version listed in BUILDING.txt Ah. OK, that's what I'm doing as well. Just

Re: [Tigervnc-devel] External dependencies in cross-compatible build

2013-05-17 Thread D.L.C. Burggraaff
Actually building 1.2.90 for Slackware current turned out not to be a terrible pain at all - after translating the RPM spec file into a bash script things went smoothly. Using this build script on Xubuntu 12.04 was ok too. But alas Xvnc there bailed out on start because of a keymap compile error