hi friends, i m following the echoprint guide in an attempt to identify a song on my server. I have come across the line in the guide
~/echoprint-codegen/src$ vi Makefile # edit BOOST_CFLAGS and other variables as necessary
i am using windows 7 and i using cynwin. i update my makefile to
BOOST_CFLAGS=-I/C:/Users/User/Desktop/project/codegen/boost_1_46_1
where it points to the location where i have uncompressed my boost file.
however, when i call the "make" command i got the following error:
fatal error: boost/config/compiler/gcc,hpp: No such file or directory
i believe that the compiler is unable to locate the file..and the root of the problem is likely to be due to wrong path defined in the BOOST_CFLAGS
so my questions are as followed:
1) How should i change my BOOST_CFLAGS if the problem comes from wrong path defined? 2) Is the method described in the guide applicable for window users? I have followed the windows guide and have generated the codegen.exe.. so do i still have to change my boost_cflags and call the make command?
thanks for all the help. cheers