![]() |
|
[WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: XBMC General Discussion (/forumdisplay.php?fid=6) +--- Thread: [WIP] XBMC + Spotify = True (an XBMC implementation that uses Spotify's official API) (/showthread.php?tid=67012) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
- akezeke - 2011-10-14 17:07 vurtual Wrote:I'm so sorry, I've had a reasonable look through some of the 60 or so pages here for help but I am stuck right from step 1. Please use your favorite Internet search engine (http://www.google.com) to solve problems like this. This thread should be about the spotyxbmc implementation and I'm 100% sure that you can find out what you need to follow the guides with information that already exists on the web. http://en.wikipedia.org/wiki/Git_%28software%29 http://code.google.com/p/tortoisegit/ http://wiki.xbmc.org/index.php?title=Git_Usage_Windows /David - vurtual - 2011-10-14 22:34 Ok, I'll keep trying! - KRKA01 - 2011-10-15 10:43 vurtual Wrote:I'm so sorry, I've had a reasonable look through some of the 60 or so pages here for help but I am stuck right from step 1. Try this guide: http://forum.xbmc.org/showpost.php?p=882046&postcount=530 //Krister - Varazir - 2011-10-15 12:29 Is there any plans to release this as a addon ? - pettson3816 - 2011-10-15 16:07 Varazir Wrote:Is there any plans to release this as a addon ?Not in the near future as i understood. There is a plugin for Boxee though if You're really desperate.
- Varazir - 2011-10-15 20:47 pettson3816 Wrote:Not in the near future as i understood. There is a plugin for Boxee though if You're really desperate. ya I was thinking of installing boxee on my HTPC alongside XBMC. why I feel this isn't a solution for me 1. I don't like to compile on my HYPC 2. I need to setup a system that I can compile the source and create a deb pkg that I can use to install it on my HTPC 3. I haven't that much luck compiling stuff, all way's some errors I know no 2 can be done, in a virtual machine running ubuntu. Haven't taken my time time to set it up yet. - Varazir - 2011-10-16 14:24 Grrr I hate compiling... I do as it say in the readme.linux but ./bootstrap fails with configure.ac:46: error: possibly undefined macro: AC_LTDL_SHLIBEXT if this token and other legitimate, please use m4_pattern_allow . see the Autoconf documentatio. configure.ac:47: error: possibly undefined macro: AC_LTDL_* configure.ac:48: error: possibly undefined macro: AC_LTDL_* configure.ac:49: error: possibly undefined macro: AC_LTDL_* - akezeke - 2011-10-16 14:50 Varazir Wrote:Grrr I hate compiling... I do as it say in the readme.linux but ./bootstrap fails with configure.ac:46: error: possibly undefined macro: AC_LTDL_SHLIBEXT You are probably missing some dependencies or using the wrong version, a quick search resulted in this, might be helpful. http://forum.xbmc.org/showthread.php?tid=102398&highlight=AC_LTDL_SHLIBEXT - Varazir - 2011-10-16 21:01 akezeke Wrote:You are probably missing some dependencies or using the wrong version, a quick search resulted in this, might be helpful. Thanks, I tried to search in this thread and didn't find anything - Varazir - 2011-10-16 21:23 Now I get this when I run make -j2 Code: In file included from music/spotyXBMC/Addon.music.spotify.h:25:0, |