Hi,
Now I know how to build my own squeak vm with FT2Plugin (yeepeee !!). ��So:
Linux + FT2Plugin + Squeak vm = success
Linux + FT2Plugin + Exupery vm = fails
The squeak binary is build/squeak.
I will have less time from today as I'm starting a new job.
Cheers,
Laurent��
On Sun, Jan 24, 2010 at 10:01 PM, laurent laffont
<laurent.laffont@gmail.com> wrote:
2010/1/24 Henrik Sperre Johansen
<henrik.s.johansen@veloxit.no>
On 24.01.2010 21:36, laurent laffont wrote:
It's the opposite for me :)
TestIndenting>>testCR2 and
TestIndenting>>testNewLineLeaveSpacesOnOldLine fails because
FTPlugin is here (in exupery). If I delete FTPlugin directory, these
tests succeed.
Laurent
Technically, the tests don't fail because the Plugin no longer exists
(ie, these tests failing does not indicate there's anything wrong with
the plugin), but because a font which satisfies the hardcoded
assumptions about width is used when no FreeType-fonts are availiable.
;)
You're right. The test results depends on the font that is choosed as default font. May be the tests should change the Form object font ?
Laurent