pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] [SOLVED} pan 0.90 and compile errors on FC5 x86_64


From: Charles Kerr
Subject: Re: [Pan-devel] [SOLVED} pan 0.90 and compile errors on FC5 x86_64
Date: Mon, 03 Apr 2006 12:35:04 -0500
User-agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]