Run From VS2013
#16
Well then I have no idea Sad All other (basic) windows apps I build works.

Maybe there's some logs for the build deps I can check ?
Reply
#17
@Tolriq can you run in debug mode from within VS2013?

I have also had some very odd effects with faulty build deps, like it says in the wiki sometimes a download gets skipped and there is no warning. Failing all else download from scratch and see if it fixes itself, I'm sure you have the time to spare Smile
Reply
#18
Started fresh with updated git and still same result.

Can't find any log for buildeps. Anyway not a problem won't compile as not needed. Thanks for investigating.
Reply
#19
(2016-01-05, 17:04)DaveBlake Wrote: @Tolriq can you run in debug mode from within VS2013?

I have also had some very odd effects with faulty build deps, like it says in the wiki sometimes a download gets skipped and there is no warning. Failing all else download from scratch and see if it fixes itself, I'm sure you have the time to spare Smile

You can just run the builddeps download multiple times. Usually fixes it for me.
Reply
#20
There's no error and everything is correctly downloaded, checked multiple times Wink

The errors seems related to builtins refactor (https://github.com/xbmc/xbmc/pull/8018)

From debugging only the last registered command from each builtin is registered.

In Builtins.h / RegisterCommands for whatever reason

Code:
CommandMap map = t.GetOperations();

Always returns a map of size 2, first item is empty string, 2 item is the last item of the said builtin.
Reply
#21
Not sure why that happens for you, I'm using VS2015 with VS2013 installed for compiling
Reply
#22
Well I'd say fuck C++ 11 and Visual Studio Wink

This is a bug in VS 2013 update 0 and 1. Kodi now needs update 2 at least to compile. Good to know will update Wiki.

So many hours lost.
Reply
#23
(2016-01-11, 15:14)Tolriq Wrote: Well I'd say fuck C++ 11 and Visual Studio Wink

This is a bug in VS 2013 update 0 and 1. Kodi now needs update 2 at least to compile. Good to know will update Wiki.

So many hours lost.

Thanks for this. I was also truggling with VS2013: Kodi started but only showed the background picture. Undecided
Install Update 5 and everything is fine! Also thanks for updating the Wiki.
Reply

Logout Mark Read Team Forum Stats Members Help
Run From VS20130