[ft] Ongoing Re: Installation issue

2015-05-17 Thread Jeffry Killen
Original thread subject line [ft] Installation issue Hello I have followed advice about getting freetype 2.5.5 downloaded it and unpacked it change shell to sh MAKE=/usr/local/bin/make ./configure ran fine Make did not Here are the gory details: # MAKE=/usr/local/bin/make ./configure

Re: [ft] Installation issue

2015-05-17 Thread Werner LEMBERG
I am trying to compile and install freetype 2.4.0 on FreeBSD v10.1 system Version 2.4.0 is very old. You might try the current release, 2.5.5. Viewing the requirement for GNU make, I downloaded, compiled and installed it. (GNU make v4.1) OK. In the /usr/local/bin dir I ran make -v and

Re: [ft] Installation issue

2015-05-17 Thread Jeffry Killen
On May 17, 2015, at 2:55 PM, Werner LEMBERG wrote: I am trying to compile and install freetype 2.4.0 on FreeBSD v10.1 system Version 2.4.0 is very old. You might try the current release, 2.5.5. I missed this on the freetype site. I thought 2.4.0 was the latest version. I will look

Re: [ft] Ongoing Re: Installation issue

2015-05-17 Thread Werner LEMBERG
MAKE=/usr/local/bin/make ./configure ran fine OK. Make did not # make Well, you've explicitly selected GNU make for the `configure' script via the `MAKE' variable. I think it is not a big surprise to conclude that you need GNU make for running the makefiles also :-) Call

Re: [ft] A suspicious memory leak in src/truetype/ttgload.c: tt_loader_init

2015-05-17 Thread Grissiom
On Fri, May 15, 2015 at 8:33 PM, Werner LEMBERG w...@gnu.org wrote: I'm porting FreeType-2.5.5 to an embedded RTOS. However, I found memory leak in looped `FT_Load_Char(fft-face, *text_ptr, FT_LOAD_RENDER)` while the memory won't leak if I set the load_flags ORed with FT_LOAD_NO_HINTING.

[ft] Installation issue

2015-05-17 Thread Jeffry Killen
Hello; I am trying to compile and install freetype 2.4.0 on FreeBSD v10.1 system I have not installed gui software. This is for the sake of php gd extension only Viewing the requirement for GNU make, I downloaded, compiled and installed it. (GNU make v4.1) In the /usr/local/bin dir I