This is getting away from the actual issue.

XaraLX requires wxWidgets, compiled with the Unicode options (--with-unicode). 
The wxWidgets configure script errors out because it sees Motif bits, and the 
Unicaode option explicitly will not compile when Motif bits are found.

So, it is not a matter of adding other bits (wxGTK, lesstif, openmotif, etc.), 
it is a matter of trying to remove the existing Motif bits. Alternatively, I 
can grovel through the configure script to see what it is checking for when the 
script finds Motif bits and exits, but I have a suspicion there's little I can 
do to make the compile work in a stable fashion. The Motif bits will still be 
on the system (unless I want to remove the stability of all other pieces of the 
OS by manually removing bits).

Rainer
 
 
This message posted from opensolaris.org

Reply via email to