problems compiling Fuego under windows (using Cygwin/Mingw)

For discussing go computing, software announcements, etc.
Post Reply
dohduhdah
Dies with sente
Posts: 109
Joined: Tue Oct 26, 2010 5:57 pm
Rank: KGS 4 kyu
GD Posts: 0
KGS: kneh
Has thanked: 8 times
Been thanked: 4 times

problems compiling Fuego under windows (using Cygwin/Mingw)

Post by dohduhdah »

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?
User avatar
emeraldemon
Gosei
Posts: 1744
Joined: Sun May 02, 2010 1:33 pm
GD Posts: 0
KGS: greendemon
Tygem: greendemon
DGS: smaragdaemon
OGS: emeraldemon
Has thanked: 697 times
Been thanked: 287 times

Re: problems compiling Fuego under windows (using Cygwin/Min

Post by emeraldemon »

It can't find your boost thread library. Sorry I can't give more help than that, I'm not really a windows user. Your best bet is probably to email the fuego-dev mailing list: https://lists.sourceforge.net/lists/lis ... uego-devel

You could also try reporting a bug on the trac (which you already found), maybe it would get resolved that way.

If I were trying to fix this myself, I'd make sure the boost thread library installed and maybe see if you can make a simple program with it.
dohduhdah
Dies with sente
Posts: 109
Joined: Tue Oct 26, 2010 5:57 pm
Rank: KGS 4 kyu
GD Posts: 0
KGS: kneh
Has thanked: 8 times
Been thanked: 4 times

Re: problems compiling Fuego under windows (using Cygwin/Min

Post by dohduhdah »

emeraldemon wrote:It can't find your boost thread library. Sorry I can't give more help than that, I'm not really a windows user. Your best bet is probably to email the fuego-dev mailing list: https://lists.sourceforge.net/lists/lis ... uego-devel

You could also try reporting a bug on the trac (which you already found), maybe it would get resolved that way.

If I were trying to fix this myself, I'd make sure the boost thread library installed and maybe see if you can make a simple program with it.
Thanks, I'll also try inquiring about the issue on the fuego mailinglist.

I think I have the boost library installed properly, because when I run configure before the make command,
it seems to check and indicate I have the boost libraries available.
Post Reply