Almost done building on Windows without XBMC

Just need to get the curl files now...
mcheng89
Fan Posts: 373 Joined: Jan 2012 Reputation: 2 |
2012-03-13 01:45
Post: #21
You have to compile it for the platform that you want to use it on
Almost done building on Windows without XBMC ![]() Just need to get the curl files now...
(This post was last modified: 2012-03-13 01:45 by mcheng89.)
|
| find quote |
redknight
Senior Member Joined: Oct 2009 Reputation: 3 |
2012-03-13 02:09
Post: #22
(2012-03-13 01:45)mcheng89 Wrote: You have to compile it for the platform that you want to use it on I don't suppose you could run us through what you're doing? I know how to compile everything including xbmc but how do you compile just the addon and then what do you do with the results. You say it needs compiled on each platform which makes sense but how do you make a zip that contains Linux, win32 and mac compiled versions |
| find quote |
shadower
Junior Member Joined: Nov 2010 Reputation: 0 Location: Sydney, Australia |
2012-03-13 02:20
Post: #23
Hi guys,
Just thought I would try out this build to work with my DM500S, but I am having issues after compiling. I am able to access XBMC and Enable Live TV but I am cannot Enable any of the PVR Clients. Any Ideas? EDIT: Fixed by recompiling again.
(This post was last modified: 2012-03-13 06:50 by shadower.)
|
| find quote |
mcheng89
Fan Posts: 373 Joined: Jan 2012 Reputation: 2 |
2012-03-13 02:55
Post: #24
removed... use the download from the second post
![]() Not sure if I broke anything... Also, you dont need "msvcp100d.dll" and "msvcr100d.dll" with this build Just put the addon into the Xbmc/addons folder...
(This post was last modified: 2012-03-16 01:03 by mcheng89.)
|
| find quote |
markus625
Member Posts: 56 Joined: Jan 2010 Reputation: 1 |
2012-03-13 12:06
Post: #25
Ive created a thread with the same title over on openelecs forum, maybe some clever git can get it working on the openelec build.
openelec forum |
| find quote |
soultemptation
Junior Member Joined: Feb 2012 Reputation: 0 |
2012-03-13 12:22
Post: #26
Hi Guys! YOU GOD DAMN ROCK! Would like to see this project finish.
Whats about timeshifting? Works flawlessly with my DM800C. Is this tricky? I've got experience in Java, PHP and C# (a little) development, So if I can support somehow tell me... And for me as well, OpenELEC support appreciated. Kind Regards My HTPC GOTO CPU: Intel Core I3-2100 | GPU: Asus GT-430 | MOBO: Asus P8H61-M PRO Rev.3.0 | Case: MS-Tech MC-1200AN | SSD: 64GB Crucial m4 NAS Synology DS411 | 4x WD Caviar Green 3TB HTPC 2 APU: AMD A6-3500 HD6530D | MOBO: ASRock A75M, AMD A75 | Case: Silverstone SST-ML03B | Flash: TRANSCEND JetFlash 780 USB 3.0 16GB | 2x WD Caviar Green 3TB
(This post was last modified: 2012-03-13 12:30 by soultemptation.)
|
| find quote |
markus625
Member Posts: 56 Joined: Jan 2010 Reputation: 1 |
2012-03-13 12:43
Post: #27
This is from Ultraman on the openelec forum.
But i haven't a clue on compiling especially for OE. ------------------------ I tried it and it is working fine with OE. What I did was to include this patch to xbmc github.com/jdembski/xbmc/commit/e9ba4816...1fe8a60af28d14.patch downloaded from here github.com/jdembski/xbmc/commit/e9ba4816...e6097c1fe8a60af28d14 After recompile and update of OE I get new PVR client. |
| find quote |
n0fragger
Junior Member Posts: 8 Joined: Sep 2011 Reputation: 0 |
2012-03-13 19:00
Post: #28
(2012-03-13 02:55)mcheng89 Wrote: CodeBlocks project/source + Compiled Windows library The addon works, its not that stable when switching channels. And there is no EPG loaded, only for 1 channel. So far it looks promising. If you want me to send some logs, let me know. |
| find quote |
jdembski
Fan Posts: 455 Joined: Feb 2012 Reputation: 11 |
2012-03-13 20:12
Post: #29
(2012-03-13 19:00)n0fragger Wrote: The addon works, its not that stable when switching channels. And there is no EPG loaded, only for 1 channel. Hello everyone! I just tried to find out why there are no EPG entries and no timer entries when using the addon on windows, unfortunately without any luck so far. I chased it down until the point when Code: PVR->TransferEpgEntry(handle, &broadcast);Code: PVR->TransferTimerEntry(handle, &tag);Can someone with better programming skills have a quick look at the sources and point me into the direction why this is happening? @mcheng89 You seem to be a "real" developer - any idea? On the bright side: Compiling the addon on windows is now working without problems ![]() Also FYI: I have closed the Pull Request in opdenkamps PVR branch for now - I will wait until everything is more stable (on linux and win32) before opening another Pull Request again.
(This post was last modified: 2012-03-13 20:36 by jdembski.)
|
| find quote |
mcheng89
Fan Posts: 373 Joined: Jan 2012 Reputation: 2 |
2012-03-14 04:13
Post: #30
(2012-03-13 19:00)n0fragger Wrote:(2012-03-13 02:55)mcheng89 Wrote: CodeBlocks project/source + Compiled Windows library What does this mean? Quote:no EPG loaded, only for 1 channel.Are you not getting EPG at all? or are you getting it only for 1 channel? EDIT @jdembski: I just finished up epg data in my other app and PVR->TransferEpgEntry seems to be working fine on Windows. I dont see anything wrong with your code though...
(This post was last modified: 2012-03-14 06:29 by mcheng89.)
|
| find quote |