> Because I wanna to use the wonderful widget Fl_Table. As I 
> download it in 
> "http://seriss.com/people/erco/fltk/Fl_Table/";, and uncomment 
> the "USEUTF8=.." line in "Makefile.<PLATFORM>" to support 
> utf8. When compile it, something wrong as belows,
> ----------------------------------------
> [r...@localhost Fl_Table-3.12]# pwd
> /root/LEARN/Fl_Table-3.12
> [r...@localhost Fl_Table-3.12]# make
> g++ -g -Wall -I. -DLINUX=1 -DUSEUTF8=1  
> -I/root/LEARN/fltk-1.3.x-r6700/src -c Fl_Table.cxx
> g++ -g -Wall -I. -DLINUX=1 -DUSEUTF8=1  
> -I/root/LEARN/fltk-1.3.x-r6700/src -c Fl_Table_Row.cxx
> g++ -g -Wall -I. -DLINUX=1 -DUSEUTF8=1  
> -I/root/LEARN/fltk-1.3.x-r6700/src testtablerow.cxx -o 
> testtablerow Fl_Table.o Fl_Table_Row.o 
> -L/root/LEARN/fltk-1.3.x-r6700/src/lib -lfltk 
> -L/usr/X11R6/lib -lXtst -lXft -lX11 -lXext -lXutf8 -lm
> /usr/bin/ld: cannot find -lXutf8
> collect2: ld returned 1 exit status
> make: *** [testtablerow] Error 1
> ----------------------------------------
> 
> The above error "cannot find -lXutf8", maybe the Xutf8 not 
> installed successful?


This is really one for Greg, I think, but I guess that USEUTF8 stuff was
required when linking against the patched 1.1.6-utf8 builds.

I would think it is not required with the 1.3.x builds.

The functionality of the Xutf8 lib is now built-in to the fltk libs in
1.3.

Try again, but without modifying the Makefile, just using the default
settings.





SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************


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

Reply via email to