Hi,
I have troubles compiling the last build with cmake under cygwin, because I don't have MSVC.
I get the following output:
> $ cmake ./
> -- Check for working C compiler: /usr/bin/gcc.exe
> -- Check for working C compiler: /usr/bin/gcc.exe -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check if the system is big endian
> -- Check if the system is big endian - little endian
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> REPLAY_GAIN_INCLUDE_DIR
>
> -- Configuring done
I suppose it's easy to be fixed, though.
Any idea how to overcome it?
Thanks.
~
|