Kodi Community Forum

Full Version: Compile Error r14451 (GUIPythonWindowXML.cpp)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was getting a compile error with r14451

Was complaining that xbmc/lib/libPython/xbmcmodule/GUIPythonWindowXML.cpp couldn't find File.h

As a fix I appended the CFLAGS variable with "-I/path/to/xbmc svn_checkout/xbmc/FileSystem" (I'm sure there's a more elegant solution)

ie
Code:
CFLAGS+=-I/home/pvr/XBMC/xbmc/FileSystem

Cheers,
xgrep
Should be fixed in rev 14453.

Cheers,
Jonathan
and there's the more elegant way Smile

Cheers jmarshall.