bug#64879: Error: obstack.c: In function '_obstack_allocated_p':

2023-07-26 Thread Sajjad Ali
I am trying to build grep for windows on MSYS2. here are the packages which i had installed (development and end user packages) : ``` $ pacman -Q 'libiconv' 'libintl' 'libpcre' 'sh' 'texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools' 'gcc' 'automake' 'gettext' 'git' 'gperf'

bug#64887: grep build for windows `grep.exe` not working.

2023-07-26 Thread Sajjad Ali
successfully build grep for windows on MSYS2. no errors. but it shows nothing for "grep.exe -h"​, "grep --version"​ or any other supplied argument. here is what i tried PS D:\CodePlayground\grep\src> ls Directory: D:\CodePlayground\grep\src -a 7/27/2023 5:25 AM

bug#64848: /usr/bin/autopoint: line 505: /usr/share/gettext/archive.dir.tar.xz: No such file or directory

2023-07-25 Thread Sajjad Ali
I was trying to build grep for windows using MSYS2. Why using MSYS2 for building grep. How does MSYS2 differ from Cygwin? All the pre-requisites are installed. $ pacman -Q autoconf automake gettext git gperf gzip help2man m4 make