squish.h not found when using mk-debian-packages.sh
#1
Error snippet:


Code:
CPP     xbmc/pvr/windows/GUIWindowPVRTimers.o
AR      xbmc/pvr/windows/pvrwindows.a
make[2]: Leaving directory '/home/desktop/kodi/kodi-source/xbmc/pvr/windows'
make[2]: Entering directory '/home/desktop/kodi/kodi-source/xbmc/guilib'
CPP     xbmc/guilib/DDSImage.o
DDSImage.cpp:24:20: fatal error: squish.h: No such file or directory
#include <squish.h>
                    ^
compilation terminated.
/home/desktop/kodi/kodi-source/Makefile.include:97: recipe for target 'DDSImage.o' failed
make[2]: *** [DDSImage.o] Error 1
make[2]: Leaving directory '/home/desktop/kodi/kodi-source/xbmc/guilib'
Makefile:420: recipe for target 'xbmc/guilib/guilib.a' failed
make[1]: *** [xbmc/guilib/guilib.a] Error 2
make[1]: Leaving directory '/home/desktop/kodi/kodi-source'
dh_auto_build: make -j1 returned exit code 2
debian/rules:68: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
output directory: /home/desktop/kodi/kodi-source/..


Results of find (after build attempt):

Code:
desktop@steamos:~$ find . -name "squish.h"
./kodi/kodi-source/tools/depends/native/libsquish-native/native/squish.h
./kodi/kodi-source/tools/depends/native/libsquish-native/src/squish.h
./kodi/kodi-source/tools/depends/native/libsquish-native/squish-install/include/squish.h

I have added all dependencies in the Linux readme, including crossguid. I am checking out the Jarvis beta 5 branch before build time, and using the master branch of xbmc-packaging. I only replace the target of xbmc-packaging to ensure I check out the right branch from xbmc-packaging. Any steps I am missing here?

Building on Debian 8 Jessie / SteamOS
Build script: https://github.com/ProfessorKaos64/Steam...ld-kodi.sh

Full build log: http://slexy.org/view/s271VAafmN
Reply
#2
check this thread:
http://forum.kodi.tv/showthread.php?tid=256891
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thank you very much ronie, I missed that in my search.
Reply
#4
Fixed by:

https://github.com/Pulse-Eight/platform/pull/22
Reply

Logout Mark Read Team Forum Stats Members Help
squish.h not found when using mk-debian-packages.sh0