Fedora 19 gotham alpha 5 source compilation: problem with libsmbclient.h
#1
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.
Reply
#2
samba 4 is not officially supported, but thanks for the reminder that we have work to do there.

Patches would be welcome Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Fedora 19 gotham alpha 5 source compilation: problem with libsmbclient.h0