I had read "Error compiling CInt with cygwin" message.
I had a similar situation. So I write "Error compiling CInt with cygwin2" message.
I used cint-5.16.19 and cygwin.
I tried "configure --arch=cygwin".
I get to message "error".
I want a success from build.
I read that this problem is preparing a new release.
If it is necessary, I can try cint version change.
Please let me know, version without problem and new release date.
== Cygwin command & message ====
$ Configure --arch=cygwin
Using /usr/lib/libreadline.a
Using /usr/lib/libncurses.a
Writing Makefile.conf...
Writing inc/configcint.h...
Done.
Run "make" to build cint.
Run "make help" to see the available build targets.
$ make
:
:
Apiif.cxx:78: error: 'G__ExceptionWrapper' is not a member of 'Cint'
Apiif.cxx: In function 'void G__setup_memfuncCint()':
Apiif.cxx:3555: error: 'G__ExceptionWrapper' is not a member of 'Cint'
:
:
=====================