Jeff Vian wrote:
I made the change in utf8-utils and recompiled.
It then failed with the same error in body-pane.cc
Changed "guint len(0)" to "size_t len(0)" on line 506
I had to change line 252 in utf8-utils.cc and line 506 in body-pane.cc.
It then compiled and works well.
Now for some dedicated testing. :-)
Would it not be best for the code to check the architecture and use the
appropriate type since the guint is not a valid type for use on x86-64
architecture.
size_t works on 32 bit machines too, so the source should use those and
no ifdefs needed.
_______________________________________________
Pan-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-devel