Hi-
Compiling 32 bit coot with GTK2 and python was failing on my machine. The
error was in converting 'const char *' to 'char *' in the SWIG generated
coot_wrap_python.cc. Putting an explicit cast to 'char *' in each of the
offending lines (there were only 2) allowed it to compile with no further
problems. I wonder if anyone who knows more (i.e. anything) about SWIG than I
do can tell me how to convince it to avoid this problem for future attempts.
Now to spend an enjoyable afternoon playing with all the new stuff in the
latest 0.5-pre...
Joel