Kodi Community Forum

Full Version: Fedora 19 gotham alpha 5 source compilation: problem with libsmbclient.h
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
following instructions in here: http://wiki.xbmc.org/index.php?title=HOW...nux_CentOS
I'm compiling from sources and I have to change two files to fix the path to include libsmbclient.h
SmbFile.cpp
SMBDirectory.cpp

I changed the include directive from:
#include <libsmbclient.h>
to:
#include <samba-4.0/libsmbclient.h>

Hope it helps somebody else.

thanks dev team for this awesome product.
samba 4 is not officially supported, but thanks for the reminder that we have work to do there.

Patches would be welcome Wink