>
> On 25.08.2008, at 20:07, Christian Convey wrote:
>
> > Any advice regarding the following?
> >
> > First, is my approach the best one given what I'm trying to
> > accomplish?
>
> Have you tried to make a symbolic link to the burried executable?
> Something like this:
>
> cd somwhere
> ls
>   Movido.app/
> ln -s Movido.app/Contents/MacOS/Movido ./Movido
> chmod +x ./Movido

Yes, that approach does work.  I was hoping to avoid creating symlinks (either 
in my source repository, or by my build process), but I guess that's the right 
thing to do.

>
> > Second, when I tried to build FLTK with "FLTK_APPLE_X11" set to "ON"
>
> The X11 support only worked on early Mac ports, but was no longer
> taken care of after the Carbon port, so I expect it will not work.
>

Thanks very much for the info about X11 on OS X no longer being actively 
supported.  You saved me some wasted effort.

- Christian
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to