pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53264: graphics/libotf Freetype library wan't found in your system!
The following reply was made to PR pkg/53264; it has been noted by GNATS.
From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/53264: graphics/libotf Freetype library wan't found in your system!
Date: Tue, 8 May 2018 17:18:20 -0700
graphics/libotf now builds on DragonFly 5.3-DEVELOPMENT.
Unfortunately, devel/m17n-lib still does not:
checking for libotf-config... yes
checking for OTF_check_features in -lotf... yes
checking otf.h usability... yes
checking otf.h presence... yes
checking for otf.h... yes
checking for OTF_drive_gpos2 in -lotf... yes
checking for freetype-config... no
...
m17n-X.c: In function 'xft_open':
m17n-X.c:1153:12: error: 'mfont__ft_driver' undeclared (first use in
this function)
rfont = (mfont__ft_driver.open) (frame, font, spec, rfont);
^
m17n-X.c:1153:12: note: each undeclared identifier is reported only
once for each function it appears in
m17n-X.c: In function 'xft_has_char':
m17n-X.c:1242:16: error: 'mfont__ft_driver' undeclared (first use in
this function)
result = mfont__ft_driver.has_char (frame, font, spec, c, code);
^
m17n-X.c: In function 'xft_encode_char':
m17n-X.c:1259:14: error: 'mfont__ft_driver' undeclared (first use in
this function)
code = mfont__ft_driver.encode_char (frame, font, spec, code);
^
m17n-X.c: In function 'xft_check_capability':
m17n-X.c:1356:12: error: 'mfont__ft_driver' undeclared (first use in
this function)
result = mfont__ft_driver.check_capability (rfont, capability);
^
m17n-X.c: In function 'xft_check_otf':
m17n-X.c:1369:12: error: 'mfont__ft_driver' undeclared (first use in
this function)
result = mfont__ft_driver.check_otf (font, spec);
^
m17n-X.c: In function 'xft_drive_otf':
m17n-X.c:1385:12: error: 'mfont__ft_driver' undeclared (first use in
this function)
result = mfont__ft_driver.drive_otf (font, spec, in, from, to, out,
^
m17n-X.c: In function 'xft_iterate_otf_feature':
m17n-X.c:1409:12: error: 'mfont__ft_driver' undeclared (first use in
this function)
result = mfont__ft_driver.iterate_otf_feature (font, spec, from, to, table);
^
m17n-X.c: In function 'mwin__device_get_prop':
m17n-X.c:1441:12: warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
return (void *) device->depth;
^
m17n-X.c: In function 'device_init':
m17n-X.c:2125:23: error: 'mfont__ft_driver' undeclared (first use in
this function)
xft_driver.select = mfont__ft_driver.select;
^
m17n-X.c: In function 'device_open':
m17n-X.c:2199:10: warning: cast from pointer to integer of different
size [-Wpointer-to-int-cast]
depth = (unsigned) mplist_value (plist);
^
*** Error code 1
Stop.
bmake[2]: stopped in /usr/pkgsrc/devel/m17n-lib/work/m17n-lib-1.8.0/src
Home |
Main Index |
Thread Index |
Old Index