Robin, A ! yes, well, it then seems that we have 3 patches :D I found one very similar here :
https://red.libssh.org/issues/213 J Le 11/12/2015 16:17, Robin Mills a écrit : > Julien > > Thanks. I reported that already > https://red.libssh.org/issues/205#change-579 > > And I’ve got that in the copy of libssh we keep in the exiv2 repository. > > Robin Mills > http://exiv2.org > >> On 11 Dec 2015, at 13:42, godin julien <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hello libssh, >> I am trying to compile a libssh for windows and found a problem in one >> of the cmake scripts. >> Here is the patch to address it. >> >> diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake >> index d1581cb..b839b71 100644 >> --- a/ConfigureChecks.cmake >> +++ b/ConfigureChecks.cmake >> @@ -1,4 +1,5 @@ >> include(CheckIncludeFile) >> +include(CheckIncludeFiles) >> include(CheckSymbolExists) >> include(CheckFunctionExists) >> include(CheckLibraryExists) >> >> >> As you can see, an include was missing. >> >> Regards, >> >> Julien >> >> >
