1 Apr 2007 09:46
Re: Re: FindSDL.cmake and mingw / msys
> Maybe this could be implemented in a major release of CMake, thus > developers would be aware that changes are required to their scripts. > As soon as it is advertized enought, it's ok. I'm more inclined to leave the current behavior, and when SDL 1.3 finally rolls around, try a fresh start then since we'll most likely need a new script for that anyway. > Currenly, under Windows, when I click on the configure button in CMAKE, it > says: > > - I did not found "qmake.exe", > - so I set the value for the QMAKE_EXECUTABE variable, > - click on configure one more time. So we have nothing to do with QMake. Whatever happens there is outside our domain. > - It says, "I did not found SDLMAIN_INCLUDE, SDLMAIN_LIBRARY, > SDLIMAGE_INCLUDE, SDLIMAGE_LIBRARY" > - I set those variables, > - click on configure one more time. > So I need more details about how CMake does this. I don't understand how CMake determines which ones to nag you about. The nags I get are different than yours. > And what about calling that variable SDL_LIBRARY_DIR (with > for example the value "c:\My project\lib") and deducing from(Continue reading)
RSS Feed