cmake problem with strigi

David Faure faure at kde.org
Tue Mar 27 12:28:54 BST 2007


On Tuesday 27 March 2007, Marc Espie wrote:
> I can't seem to configure strigi simply. On OpenBSD, some system headers
> are not self-sufficient. So the strigi check
> CHECK_INCLUDE_FILE_CXX(sys/socket.h HAVE_SYS_SOCKET_H)
> fails, because sys/socket.h needs sys/types.h to work.
> 
> A quick glance at the cmake setup does not make it seem like this kind
> of issue has been taken into account, namely, CHECK_INCLUDE_FILE_CXX
> does not provide for extra headers...

CHECK_INCLUDE_FILE_CXX("sys/types.h;sys/socket.h" HAVE_SYS_SOCKET_H)
as used in kdelibs.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list