Hi! I know that it needs X11. My idea is to make a binary with NO library
requirements, so any schmoe who has Apple's X11 (or any other X11 server)
installed can run it, without having to learn how to install libs ;)

Output of otool -L on my vncviewer binary:

/usr/local/bin/vncviewer:
        /usr/X11R6/lib/libSM.6.dylib (compatibility version 6.0.0, current
version 6.0.0)
        /usr/X11R6/lib/libICE.6.dylib (compatibility version 6.3.0,
current version 6.3.0)
        /usr/X11R6/lib/libXmu.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
        /usr/X11R6/lib/libXaw.7.dylib (compatibility version 7.0.0,
current version 7.0.0)
        /usr/X11R6/lib/libXt.6.dylib (compatibility version 6.0.0, current
version 6.0.0)
        /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
        /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0,
current version 6.4.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 63.0.0)


On Tue, 3 Jun 2003, Adrian Umpleby wrote:

> >> Hi! OK, so now I've finally compiled RealVNC under Mac OS X.
> >
> > Gee, it sure would be nice if you told list members how you finally
> > managed to do that. It might save someone else some
> > trouble/inquiries/responses...
>
> Jessica is talking specifically about the viewer.
> Once GET_PIXEL is sorted out in hextile.c (as outlined previously) this
> is very straightforward.
>
>
> The real challenge is to compile Xvnc on OS X.
>
> The only way I managed to do that myself was to grab the darwin.cf file
> from the XDarwin project, add the appropriate lines into Imake.cf (in
> Xvnc/config/cf) and do a bit of fiddling with paths to make sure it
> looks for various X11 libs in the right place (/usr/X11R6/lib/X11
> instead of /usr/lib/X11).
>
> I have something that basically works OK, but some motif-based apps
> (like nedit, xephem, etc.) fail to find the fonts for some reason (for
> example, all the characters in the menus just come out as squares).
>
> Since I don't really need Xvnc on OSX, I've not spent any time trying to
> overcome this issue.
>
>
> Having said all the above, fink does have vnc available for OSX
> ('stable' v3.3.3r2-5 only for 10.1 at the moment -don't know if the
> 'unstable' v3.3.7-1 works on 10.2):
> http://fink.sourceforge.net/pdb/package.php/vnc
>
>
> Going back to the static vncviewer issue... Jessica, which library is it
> asking for exactly?
> (The vncviewer I compiled works fine both on my TiBook, running OSX10.1,
> and my Quicksilver at Imperial, running 10.2 - all I did was copy the
> vncviewer binary straight across.)
>
> Of course, you must have X11 (hence its appropriate libs) installed to
> run it - it does need an X server, after all!
>
> Bye!
>
> Adrian
> _______________________________________________
> VNC-List mailing list
> [EMAIL PROTECTED]
> To remove yourself from the list visit:
> http://www.realvnc.com/mailman/listinfo/vnc-list
>

J e s s i c a    L e a h    B l a n k
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to