Kodi Community Forum
[WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: [WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] (/showthread.php?tid=61355)



- liquidskin76 - 2010-12-24

@seb,

I've done a fresh checkout however can't download the build dependencies. The command prompt window flashes up however closes straight away.

I can download ok with old checkout of dsplayer and new checkout of trunk.

Tried copying over a copy of the BuildDependencies folder but the build is failing. Checking errors now. Do some dependencies download to other folders than the BuildDependencies folder?

Cheers


- blinkseb - 2010-12-24

liquidskin76 Wrote:@seb,

I've done a fresh checkout however can't download the build dependencies. The command prompt window flashes up however closes straight away.

I can download ok with old checkout of dsplayer and new checkout of trunk.

Tried copying over a copy of the BuildDependencies folder but the build is failing. Checking errors now. Do some dependencies download to other folders than the BuildDependencies folder?

Cheers

Hm, what it the output of the dependecies script? (run it with cmd to see).

For everyone, please forget Dharma. DSPlayer is and was not based on Dharma branch, only on trunk. *Every* commits that are in trunk *are* in dsplayer. I may have made some mistakes in merging (rather unlikely, there was too few conflicts).

Also, be careful, internal filters won't be usable: you need to rebuild ffmpeg dll, and I fail on Linux (too few time to look at it)


- liquidskin76 - 2010-12-24

I get this when running in command prompt...

\project\BuildDependencies\scripts\tmp was unexpected at this time.

[EDIT] copying over the BuildDependencies folder doesn't solve. Guess it's missing dependencies in other folders. When building i get the following error repeated...

..\..\xbmc\FileSystem\DllLibCurl.h(30): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory

Cheers seb


- blinkseb - 2010-12-24

liquidskin76 Wrote:I get this when running in command prompt...

\project\BuildDependencies\scripts\tmp was unexpected at this time.

[EDIT] copying over the BuildDependencies folder doesn't solve. Guess it's missing dependencies in other folders. When building i get the following error repeated...

..\..\xbmc\FileSystem\DllLibCurl.h(30): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory

Cheers seb

That's all, nothing more? Can you try to remove the "@echo OFF" from the download script and post the full output please?

The builds errors are du to a missing dependencie, you won't be able to go further without downloading the build dep.


- gav1577 - 2010-12-24

liquidskin76 Wrote:..\..\xbmc\FileSystem\DllLibCurl.h(30): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory

Same error for me too.
http://pastebin.com/gT3HrbqN


- liquidskin76 - 2010-12-24

With @echo off removed...

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SETLOCAL

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET CUR_PATH=C:\xbmc
\dsplayer (fresh checkout)\project\BuildDependencies

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET XBMC_PATH=C:\xbm
c\dsplayer (fresh checkout)\project\BuildDependencies\..\..

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET TMP_PATH=C:\xbmc
\dsplayer (fresh checkout)\project\BuildDependencies\scripts\tmp

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>rem can't run rmdir
and md back to back. access denied error otherwise.

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST lib rmdir l
ib /S /Q

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST include rmd
ir include /S /Q
\project\BuildDependencies\scripts\tmp was unexpected at this time.

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST C:\xbmc\dsp
layer (fresh checkout)\project\BuildDependencies\scripts\tmp rmdir C:\xbmc\dspla
yer (fresh checkout)\project\BuildDependencies\scripts\tmp /S /Q


Thanks Seb


- blinkseb - 2010-12-24

liquidskin76 Wrote:With @echo off removed...

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SETLOCAL

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET CUR_PATH=C:\xbmc
\dsplayer (fresh checkout)\project\BuildDependencies

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET XBMC_PATH=C:\xbm
c\dsplayer (fresh checkout)\project\BuildDependencies\..\..

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>SET TMP_PATH=C:\xbmc
\dsplayer (fresh checkout)\project\BuildDependencies\scripts\tmp

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>rem can't run rmdir
and md back to back. access denied error otherwise.

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST lib rmdir l
ib /S /Q

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST include rmd
ir include /S /Q
\project\BuildDependencies\scripts\tmp was unexpected at this time.

C:\xbmc\dsplayer (fresh checkout)\project\BuildDependencies>IF EXIST C:\xbmc\dsp
layer (fresh checkout)\project\BuildDependencies\scripts\tmp rmdir C:\xbmc\dspla
yer (fresh checkout)\project\BuildDependencies\scripts\tmp /S /Q


Thanks Seb

Oh yeah, I remember now, no spaces in the path! That's why it does not work Smile


- liquidskin76 - 2010-12-24

Ahhhh... removed space in root folder name and its worked!

Downloading dependencies now. Wink


- liquidskin76 - 2010-12-24

Hey seb,

I'm getting one fail...

http://pastebin.com/download.php?i=yJMiKEAm

...with the same error...

c:\xbmc\dsplayer_new\xbmc\filesystem\DllLibCurl.h(30): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory.

The dependencies downloaded ok.

Cheers


- tocinillo - 2010-12-24

I have the same error:

c:\users\javier\documents\xbmc\builds\compilar\xbmc\filesystem\DllLibCurl.h(30) : fatal error C1083: No se puede abrir el archivo incluir: 'curl/curl.h': No such file or directory

http://pastebin.com/download.php?i=H8ZbXBcs


- blinkseb - 2010-12-24

liquidskin76 Wrote:Hey seb,

I'm getting one fail...

http://pastebin.com/download.php?i=yJMiKEAm

...with the same error...

c:\xbmc\dsplayer_new\xbmc\filesystem\DllLibCurl.h(30): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory.

The dependencies downloaded ok.

Cheers

tocinillo Wrote:I have the same error:

c:\users\javier\documents\xbmc\builds\compilar\xbmc\filesystem\DllLibCurl.h(30) : fatal error C1083: No se puede abrir el archivo incluir: 'curl/curl.h': No such file or directory

http://pastebin.com/download.php?i=H8ZbXBcs

Can you both look if you have a curl folder in the "include" folder of the build dependencies?


- tocinillo - 2010-12-24

No, I don't have any curl folder in include directory:

Image

I am not an expert on this topic..Sad


- arairait - 2010-12-24

@seb/tocinillo

in BuildDependencies/scripts/libcurl_d.txt:
Code:
filename                        source of the file
curl-7.21.1-devel-mingw32.zip           http://www.gknw.de/mirror/curl/win32/
but actually this file was moved to old_releases/ directory on the host.
Is this why?

I'm not yet familiar with the development, just have been interested in dsplayer recently. So I'm sorry if this post makes no sense.


- blinkseb - 2010-12-24

arairait Wrote:@seb/tocinillo

in BuildDependencies/scripts/libcurl_d.txt:
Code:
filename                        source of the file
curl-7.21.1-devel-mingw32.zip           http://www.gknw.de/mirror/curl/win32/
but actually this file was moved to old_releases/ directory on the host.
Is this why?

I'm not yet familiar with the development, just have been interested in dsplayer recently. So I'm sorry if this post makes no sense.

You are totally right, that's why the curl dependency is not downloaded. I'll update the script to download the newer version of curl, many thanks !

EDIT: It's fixed, are you able to build now?


- gav1577 - 2010-12-24

blinkseb Wrote:EDIT: It's fixed, are you able to build now?

Yes seb its fixed Smile here is a link to the build http://www.mediafire.com/?fqbbqox66fnipwr
This build is not an official dsplayer build and no support will be given for it as far as im aware.