Opened 20 years ago
Closed 20 years ago
#1540 closed defect (fixed)
xpdf-3.01
Reported by: | Owned by: | Randy McMurchy | |
---|---|---|---|
Priority: | normal | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Version Increment.
I install it as follows:
./configure --prefix=/usr --sysconfdir=/etc --enable-opi \
--enable-multithreaded --enable-wordlist \ --with-freetype2-includes=/usr/include/freetype2 &&
make && make install
The patch for freetype is not needed.
Change History (8)
comment:1 by , 20 years ago
bug_file_loc: | ftp://ftp.foolabs.com/pub/xpdf/ → http://www.foolabs.com/xpdf/download.html |
---|---|
op_sys: | All → Linux |
Priority: | high → normal |
rep_platform: | PC → All |
comment:5 by , 20 years ago
I remember adding to this patch and thinking hard should it be a new patch or add to the existing one. But, because the whole issue with libpaper is that *XPDF* didn't identify the *FREETYPE* include directory during the configure test for libpaper (note that it discovers libpaper okay, only that when it performs a test against it, the *FREETYPE* include directory is wrong) I thought it best to include this into the existing patch.
I will test it out right now.
comment:6 by , 20 years ago
Milestone: | future → 6.2 |
---|---|
Owner: | changed from | to
All issues from the freetype patch are fixed.
As a bonus, there is no longer a requirement for a GCC-4 patch as it appears that issue is also fixed.
I will update the book right now.
comment:7 by , 20 years ago
Status: | new → assigned |
---|
Is the fix in the freetype patch for the libpaper/freetype issue fixed as well?