Compile Error r14451 (GUIPythonWindowXML.cpp)
#1
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
return null;
Reply
#2
Should be fixed in rev 14453.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
and there's the more elegant way Smile

Cheers jmarshall.
return null;
Reply

Logout Mark Read Team Forum Stats Members Help
Compile Error r14451 (GUIPythonWindowXML.cpp)0