I want to use the machine translation tool Moses on Windows platform with cygwin. I have the "boost" lib installed from Cygwin(libboost_XXX.dll.a under /cygwin64/lib/).
When I tried to compile mosesdecoder (I have copied it under cygwin folder), but I got the error like this: "boost does not seem to be installed or g++ is confused"
Do anyone knows what the problem might be?
Thanks.