bugGNU Typist - Bugs: bug #58022, Does not compile on archlinux

 
 

bug #58022: Does not compile on archlinux

Submitter:  Gray Wolf <gray_wolf>
Submitted:  Sun 22 Mar 2020 11:27:14 AM UTC
   
 
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  * Open
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 22 Mar 2020 11:27:14 AM UTC, original submission:  

On archlinux, ncurses are located at /usr/include/ncurses.h and not at /usr/include/ncursesw/ncurses.h. Due to this, configure is not able to find the header leading to

gcc -DHAVE_CONFIG_H -I. -I..  -I../intl -DDATADIR=\"/tmp/gtypist/share/gtypist\" -DLOCALEDIR=\"/tmp/gtypist/share/locale\"   -g -O2 -MT gtypist.o -MD -MP -MF .deps/gtypist.Tpo -c -o gtypist.o gtypist.c
gtypist.c:34:10: fatal error: ncursesw/ncurses.h: No such file or directory
   34 | #include <ncursesw/ncurses.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.



Patched attached. One for master, one for 2.9 release branch.

Gray Wolf <gray_wolf>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #48648:  0001-Extend-the-list-of-searched-headers-for-ncurses.patch added by gray_wolf (3KiB - text/x-patch - Patch for 2.9 branch)
file #48647:  0001-Extend-the-list-of-searched-headers-for-ncurses.patch added by gray_wolf (4KiB - text/x-patch - Patch for master branch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gray_wolf (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
    2020-03-22 gray_wolf Attached File- Added 0001-Extend-the-list-of-searched-headers-for-ncurses.patch, #48648
    2020-03-22 gray_wolf Attached File- Added 0001-Extend-the-list-of-searched-headers-for-ncurses.patch, #48647

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code