> We have built FLTK1.3.2 on x86 with the following configuration > > $ ./configure --prefix=/home/sachin/FLTK1.3.2_test/ --enable-threads -- > enable-shared --enable-gl --enable-Xft --enable-x11 > --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
What host system are you building on? And is it necessary to force the X libs like that? I guess you are cross-compiling for an arm target, but would perhaps need to know more. Or are you building on the arm system itself? If so, forcing the X values for configure is probably not helpful, it would be better to let the configure script find the X values for itself I think... If you are cross-compiling, should you not be setting the X values to point to the arm target files? Those look like paths to host files you see, and that seems odd to me. > When we run the test/fonts.cxx we are not able to choose between the > fonts and the font size on the X window.It shows the default. Hmm, I don't know what that would be. I ran your sample code on several machines, including a linux/arm board, and it worked fine in each case. Which is why I have to assume that something is awry in the configuration of the build, since the code itself seems to be OK... ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

