Comment 2 for bug 1117852

Revision history for this message
Travis (dinky-dye-aussie) wrote :

OK so I did a really fresh CMAKE build and this is the list of what if found and what didn't get found just so you guys can let me know if anything is wrong with it.

Could not find program MakeNSIS
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
Could not find Mikmod
Could not find MNG
Could NOT find OggVorbis libraries
Found OpenGL: opengl32
Could not find OpenGL ES 1.1 libraries
Could not find SDL_gles
Could NOT find Sqlite (missing: SQLITE_INCLUDE_DIR SQLITE_LIBRARIES)
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Looking for sys/types.h
Looking for sys/types.h - found
Looking for stdint.h
Looking for stdint.h - found
Looking for stddef.h
Looking for stddef.h - found
Check size of errno_t
Check size of errno_t - done
Looking for strcpy_s
Looking for strcpy_s - found
Looking for strncpy_s
Looking for strncpy_s - found
Looking for strcasestr
Looking for strcasestr - not found <<<<<--------- is this critical to the generation of version-generated.h???????
Looking for strnlen
Looking for strnlen - found
Looking for getopt
Looking for getopt - not found <<<<<--------- is this critical to the generation of version-generated.h???????
Looking for strcat_s
Looking for strcat_s - found

All the other things in this build work, I just wanted to get the things it couldn't find, listed for you guys to look at.

I hope I'm making sense I've rushed the explaintion a bit.