I can't configure libwmf-0.2.2 with freetype-2.0.9
./configure --prefix=/usr
fails with
checking for freetype-config... /usr/X11/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking whether it's freetype 2... no
checking for freetype/ftglyph.h... yes
checking whether it's freetype 2... no
It works with freetype-2.0.4 and freetype-2.0.6. It seems me
that there is no 'typedef FT_Library' in the header files of
reetype-2.0.9, which was persent in the former versions, and
what is checked by configure { eval "$ac_cpp
conftest.$ac_ext") 2>&5 | egrep "FT_Library" }.
I would appreciate, if you could change this.
Cheers, Juergen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't configure libwmf-0.2.2 with freetype-2.0.9
./configure --prefix=/usr
fails with
checking for freetype-config... /usr/X11/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking whether it's freetype 2... no
checking for freetype/ftglyph.h... yes
checking whether it's freetype 2... no
It works with freetype-2.0.4 and freetype-2.0.6. It seems me
that there is no 'typedef FT_Library' in the header files of
reetype-2.0.9, which was persent in the former versions, and
what is checked by configure { eval "$ac_cpp
conftest.$ac_ext") 2>&5 | egrep "FT_Library" }.
I would appreciate, if you could change this.
Cheers, Juergen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
None
Logged In: NO
I can't configure libwmf-0.2.2 with freetype-2.0.9
./configure --prefix=/usr
fails with
checking for freetype-config... /usr/X11/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking whether it's freetype 2... no
checking for freetype/ftglyph.h... yes
checking whether it's freetype 2... no
It works with freetype-2.0.4 and freetype-2.0.6. It seems me
that there is no 'typedef FT_Library' in the header files of
reetype-2.0.9, which was persent in the former versions, and
what is checked by configure { eval "$ac_cpp
conftest.$ac_ext") 2>&5 | egrep "FT_Library" }.
I would appreciate, if you could change this.
Cheers, Juergen
Logged In: NO
I can't configure libwmf-0.2.2 with freetype-2.0.9
./configure --prefix=/usr
fails with
checking for freetype-config... /usr/X11/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking whether it's freetype 2... no
checking for freetype/ftglyph.h... yes
checking whether it's freetype 2... no
It works with freetype-2.0.4 and freetype-2.0.6. It seems me
that there is no 'typedef FT_Library' in the header files of
reetype-2.0.9, which was persent in the former versions, and
what is checked by configure { eval "$ac_cpp
conftest.$ac_ext") 2>&5 | egrep "FT_Library" }.
I would appreciate, if you could change this.
Cheers, Juergen
Logged In: NO
It occurs with gcc-3.0.4 but not with gcc-2.95.3.
Juergen