This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: groff-1.21.1-1


Christopher Faylor <cgf-use-the-mailinglist-please <at> cygwin.com> writes:
> I've made a new version of groff available for installation.  This is a
> refresh from ftp.gnu.org.

This version produces the same errors with pfbtops that I reported some time ago
against the previous version.  I've compiled from the source package again and
all is well:

#> foreach f ( /usr/share/ghostscript/fonts/*.pfb )
#>   ./src/utils/pfbtops/pfbtops.exe $f > /dev/null
#> end

Whereas the binary delivered with the package fails:

#> foreach f ( /usr/share/ghostscript/fonts/*.pfb )
#>   pfbtops $f > /dev/null
#> end
#pfbtops: first byte of packet not 0x80
#pfbtops: first byte of packet not 0x80
#...

I've configured the build with

#> ./configure --with-x --with-gnu-ld --with-libiconv-prefix --prefix=/usr

I'm not really sure what is different between the two builds, but it may have
something to do with wide char support.


Achim.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]