bugGNU a2ps - Bugs: bug #63918, a2ps-4.15: paper.h not found, but...

 
 

bug #63918: a2ps-4.15: paper.h not found, but ignored

Submitter:  Thomas Klausner <tk>
Submitted:  Mon 13 Mar 2023 10:32:23 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 12 Apr 2023 11:14:08 AM UTC, comment #1: 

Fixed in 4.15.2.

Reuben Thomas <rrt>
Group administrator
Mon 13 Mar 2023 10:32:23 AM UTC, original submission:  

Building a2ps-4.15, I see:

media.c:21:10: fatal error: paper.h: No such file or directory
   21 | #include <paper.h>
      |          ^~~~~~~~~
compilation terminated.               
jobs.c:25:10: fatal error: paper.h: No such file or directory
   25 | #include <paper.h>
      |          ^~~~~~~~~

I found a configure check for the paper.h header, but if I wrap the paper.h includes in the two files in #ifdef HAVE_PAPER_H, I get
jobs.c:152:3: error: 'struct paper' declared in 'for' loop initial declaration
and similar errors, so it doesn't seem optional.

Please make the configure paper.h detection an error if the header is not found, and refer to libpaper in that case. Thank you.

Thomas Klausner <tk>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rrt (Posted a comment)
  • -email is unavailable- added by tk (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-04-12 rrt StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code