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

2014-05-02 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

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

2014-05-01 Thread Jim Reisert AD1C
#include stdarg.h #include stdio.h #include stdlib.h #include string.h #include ctype.h #include regex.h 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

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 stdarg.h #include stdio.h #include stdlib.h #include string.h #include ctype.h #include regex.h results in: # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp csv2adif.cpp:12:19: fatal error:

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

2014-04-30 Thread Jim Reisert AD1C
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 example of PCRE and this compiler? It seems that there's a 64-bit Cygwin

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