I have been looking for the solution to this problem for months now but nothing has solved the issue so I would greatly appreciate anyone's help.
I am trying to install the Protocol Buffer (protobuf) version 2.5 on Windows 8 and while following the instructions
$ ./configure
$ make
$ make check
$ make install
I keep running into this error when I try "make"
C:\GnuWin32\bin\make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227dc)
I have read of multiple people experiencing the same problem (http://hdrlab.org.nz/articles/windows-development/make-interrupt-exception-caught-code-0xc00000fd-addr-0x4217b/) and have fixed both my directories and path. My current path looks like
C:\GnuWin32\bin;C:\MinGW\bin;
I also placed the protobuf folder in
C:\protobuf-2.5.0
in a desperate attempt but nothing seems to be working.
Any help would be greatly appreciated.