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 > 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. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

