[ft-devel] Problems compiling Freetype

2008-05-06 Thread Novice Programmer
Hello All, I have downloaded latest freetype2.3.5 source code from source forge. I am compiling freetype on ming and windows. The dynamic compilation works well but when it is building static libs it throws the following errors. Please help. undefined reference to _imp_ft_mem_alloc,

Re: [ft-devel] Problems compiling Freetype

2008-05-06 Thread Novice Programmer
I thought that i woudl just move into the folder freetype and run ./configure and make after that. Is there some thing more to it? The file name that is affected is : /src/psaux/psobjs.c near line number 1533. and all the places where some function as _imp_ft_* is used are affected. Thanks.

Re: [ft-devel] Problems compiling Freetype

2008-05-12 Thread Novice Programmer
Hello Werner, I got thro this one... how i got thro this is a bit interesting... i installed linux on my system and it worked on linux, then i copied the dito environment variables from linux to ming on windows and it worked.. :). But now i have another issue. I have placed libfreetype.a in the

Re: [ft-devel] Problems compiling Freetype

2008-05-12 Thread Novice Programmer
and another thing is that if i use the dynamic libfreetype.dll.a then it builds pretty well. Thanks. On Mon, May 12, 2008 at 5:03 PM, Novice Programmer [EMAIL PROTECTED] wrote: Hello Werner, I got thro this one... how i got thro this is a bit interesting... i installed linux on my system