On Tue, 8 Oct 2013, Sergey Vartanov wrote:
I'm trying to use libgretl library in MS Visual Studio project. I
have been
trying for a few weeks, but still cannot compile any project which has a
#include <libgretl.h>. I cannot compile even the arma_example.c file, which
is the demo file from libretl source.
I have always the same error: "ERROR: You must use a GNU Compiler."
It looks like you're trying to include mingw headers (or somehow
indirectly doing so). To my knowledge that error message is specific to
_mingw.h. I'm not sure how/why mingw headers would get involved in an MSVC
build.
Allin Cottrell