[Msys2-users] php5-cli and texlive-xetex

2016-03-19 Thread Matthew A. Postiff
Hi, New to msys2 last week. It has helped me tremendously in getting a build environment up and running for a native Linux gtk program. I need two packages that don't seem to be available through pacman -Ss. They are php5-cli and texlive-xetex. Can someone give me some advice on the best/easiest

Re: [Msys2-users] Missing libxml that's not missing?

2016-03-22 Thread Matthew A. Postiff
zlib1.dll in its own system directories instead of in /mingw32/... On 3/22/2016 12:11 AM, Greg Jung wrote: On Mon, Mar 21, 2016 at 6:41 PM, Matthew A. Postiff <posti...@comcast.net> wrote: > Do you mean more c

Re: [Msys2-users] Missing libxml that's not missing?

2016-03-21 Thread Matthew A. Postiff
at 8:40 PM, Matthew A. Postiff <posti...@comcast.net> wrote: So I partially answered my own question, by removing C:\Windows\SysWOW64\zlib1.dll. This caused $ ldd conftest.exe | grep zlib         zlib1.dll => /mi

[Msys2-users] Missing libxml that's not missing?

2016-03-21 Thread Matthew A. Postiff
Hi, The answer you all provided for my last question was very helpful. I'm still trying to compile a program in msys2. In the MINGW64 environment, configure passes and it compiles. In the MINGW32 environment, configure fails, complaining about missing libxml2. But, the conftest.exe that is built

[Msys2-users] Missing libxml that's not missing?

2016-03-21 Thread Matthew A. Postiff
ion. Obviously it has something to do with the DLL search path, but how do I manage that path correctly so this won't happen again or to someone else building our software? Matt On 3/21/2016 8:25 AM, Matthew A. Postiff wrote: > Hi, > > The answer you all provided for my last question was

[Msys2-users] tar + gzip problem

2017-02-18 Thread Matthew A. Postiff
Hi, I have a Windows gtk program that I build in an msys2 environment, and the program itself uses some msys2 utilities. I copy the ones I need into the C:\program files\myprogram\bin with the idea that I don't have to install all of msys2 to run the program. In my program I spawn the command

Re: [Msys2-users] tar + gzip problem

2017-02-21 Thread Matthew A. Postiff
NAME NOT FOUND Matt On 2/21/2017 4:48 AM, Ray Donnelly wrote: Can you use procmon.exe to see which folders get searched then? On Tue, Feb 21, 2017 at 2:07 AM, Matthew A. Postiff <posti...@comcast.net> wrote:

Re: [Msys2-users] xgettext problem with gtkbuilder xml files

2017-05-22 Thread Matthew A. Postiff
  ~/gtkbuilder*.xml -o ~/test11.pot     and get the right output. But it doesn't recognize .xml if I don't put the --language flag. And that's not good for a list of POTFILES that includes both .cpp and .xml files. On 5/21/2017 10:46 PM, Matthew A. Postiff wrote

Re: [Msys2-users] xgettext problem with gtkbuilder xml files

2017-05-21 Thread Matthew A. Postiff
2017-05-20 13:18-0400 Matthew A. Postiff wrote: mingw64 xgettext (0.19.8) is failing to process xml files. 0.19.7 on mingw64 behaved same. $ xgettext --language=glade ../templates/gtkbuilder.*.xml -o bi

Re: [Msys2-users] xgettext problem with gtkbuilder xml files

2017-05-21 Thread Matthew A. Postiff
. Irwin wrote: On 2017-05-20 13:18-0400 Matthew A. Postiff wrote: mingw64 xgettext (0.19.8) is failing to process xml files. 0.19.7 on mingw64 behaved same. $ xgettext --language=glade ../templates/gtkbuilder