Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Yaakov (Cygwin/X)
On 2014-04-30 18:50, Jim Reisert AD1C wrote: Can anyone help me to use the POSIX regexp library (header regex.h) with the i686-pc-mingw32-g++ compiler? I've searched through google and I can't find any example of this. mingw64-i686-libgnurx is available in Ports. Yaakov -- Problem reports:

Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Jim Reisert AD1C
On Thu, May 1, 2014 at 7:38 AM, Jim Reisert AD1C wrote: > #include > #include > #include > #include > #include > > #include > > > results in: > > # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp > > csv2adif.cpp:12:19: fatal error: regex.h: No such file or directo

Re: POXIX regexp and i686-pc-mingw32-g++

2014-05-01 Thread Jim Reisert AD1C
#include #include #include #include #include #include results in: # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp csv2adif.cpp:12:19: fatal error: regex.h: No such file or directory /usr/include/regex.h /usr/lib/gcc/i686-pc-cygwin/4.8.2/include/c++/bits/reg

Re: POXIX regexp and i686-pc-mingw32-g++

2014-04-30 Thread Duncan Roe
On Wed, Apr 30, 2014 at 05:50:45PM -0600, Jim Reisert AD1C wrote: > Can anyone help me to use the POSIX regexp library (header regex.h) > with the i686-pc-mingw32-g++ compiler? I've searched through google > and I can't find any example of this. > > If this won't work, does anyone have a practical