On Fri, 2005-10-28 at 20:03 -0400, Dave Thomas wrote: > I'm trying to get a vnc client for a PXA255 (arm) platform. I saw > DirectVNC > which uses DirectFB and have begun building DirectFB for use in a > subsequent > DirectVnc build. > > I'm wondering if DirectVnc would make use of the "free-type" config > code, if I > included it in the DirectFB build. Right now, the DirectFB configure > script > isn't finding the freetype libraries, though they are in the > staging_dir of the > target directory structure (cross-compiling). I can't figure out > exactly where > or what the configure script is looking for to decide whether it has > freetype > support.
DirectFB has problems with cross compiling. You'll need to use a chroot to get it to compile properly. I've had it find the cross compiled freetype stuff, but linking then becomes a problem. It is pretty complex. I saw something in the new versions that have a configure flag of sysroot-dir or something that may solve it. However, the only way I've gotten cross-compiled DirectFB together is with a chroot. -- Nathanael D. Noblet Gnat Solutions http://www.gnat.ca/ T 250.385.4613 C 250.893.4613 _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
