[hatari-devel] CMake build system

Thomas H. th.huth at gmx.de
Sun Jan 17 18:22:03 CET 2010


> Datum: Sun, 17 Jan 2010 18:59:33 +0200
> Von: George Nakos <ggn at hol.gr>
> 
> Small  update  here:  I  installed  libpng,  and I found that readline
> exists  for mingw, so I installed that too. Finally portaudio suggests
> that  it  can  be  compiled  for  windows,  so  I  tried  that  and it
> successfully built (configure/make/make install).
> 
> However CMake failed while parsing the following lines:
> 
> check_function_exists(cfmakeraw HAVE_CFMAKERAW)
> check_function_exists(setenv HAVE_SETENV)
> check_function_exists(select HAVE_SELECT)
> 
> The error message CMake gave me was:
> 
> Unknown CMake command "check_function_exists".

D'oh! Yet another command that is only defined by an optional cmake module... and I forgot to include the corresponding module in the CMakeList.txt :-(

It should be fixed now in the hg repository on the server...

 Thomas



More information about the hatari-devel mailing list