problems compiling Fuego under windows (using Cygwin/Mingw)
Posted: Sun Jan 06, 2013 9:55 am
Hi.
I'd like to explore the source a bit of various open source programs
like Gnugo and Fuego, so I wanted to see if I could compile them from
the source on a Windows computer.
I was able to compile Gnugo using Cygwin, but I had more problems trying to compile Fuego with either Cygwin or Mingw under windows.
I've followed these instructions:
http://fuego.sourceforge.net/fuego-doc- ... mingw.html
The 'make' command didn't seem to get very far before it aborted with
a weird error, so based on:
http://sourceforge.net/apps/trac/fuego/ticket/80
I changed
CXXFLAGS="-O3 -ffast-math -DBOOST_THREAD_USE_LIB -static-libgcc -static-libstdc++"
to
CXXFLAGS="-O3 -ffast-math -fpermissive -DBOOST_FILESYSTEM_DEPRECATED -DBOOST_THREAD_USE_LIB -static-libgcc -static-libstdc++"
That seemed to resolve the error, but eventually the 'make' command
still failed to generate the fuego.exe executable.
The output of the make command was:
http://pastebin.com/N8bX8nPh
The config.log file generated was:
http://pastebin.com/evJ3zDth
Does anyone have any idea what goes wrong here?
I'd like to explore the source a bit of various open source programs
like Gnugo and Fuego, so I wanted to see if I could compile them from
the source on a Windows computer.
I was able to compile Gnugo using Cygwin, but I had more problems trying to compile Fuego with either Cygwin or Mingw under windows.
I've followed these instructions:
http://fuego.sourceforge.net/fuego-doc- ... mingw.html
The 'make' command didn't seem to get very far before it aborted with
a weird error, so based on:
http://sourceforge.net/apps/trac/fuego/ticket/80
I changed
CXXFLAGS="-O3 -ffast-math -DBOOST_THREAD_USE_LIB -static-libgcc -static-libstdc++"
to
CXXFLAGS="-O3 -ffast-math -fpermissive -DBOOST_FILESYSTEM_DEPRECATED -DBOOST_THREAD_USE_LIB -static-libgcc -static-libstdc++"
That seemed to resolve the error, but eventually the 'make' command
still failed to generate the fuego.exe executable.
The output of the make command was:
http://pastebin.com/N8bX8nPh
The config.log file generated was:
http://pastebin.com/evJ3zDth
Does anyone have any idea what goes wrong here?