Building TV Plugin (1 Viewer)

vapourEyes

Portal Pro
July 31, 2013
144
43
Home Country
United Kingdom United Kingdom
Hello,

I am trying to build TVPlugin, from:
Master Branch for 1.24.
Commit ID: 35be3186595b66aec85379de224631171a883136
Using VS2012, Version 12.0.21005.1 REL

For some reason I get 823 errors, mostly reference errors.

One example is below:
1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Common.GUIPlugins". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

How do I resolve to enable TVPlugin to build ?

I'd like to change it a little.
 

vapourEyes

Portal Pro
July 31, 2013
144
43
Home Country
United Kingdom United Kingdom
I followed the guide. I got this:

MSBUILD_Rebuild_Release_TVServer_Client.bat

-= TVServer_Client =-
-= build mode: Release =-

File not found - _BuildReport_Files
0 File(s) copied
The system cannot find the path specified.

Writing GIT revision assemblies...

Building TV Server...
The system cannot find the path specified.
'BuildReport\msxsl' is not recognized as an internal or external command,
operable program or batch file.

Building TV Client plugin...
The system cannot find the path specified.
'BuildReport\msxsl' is not recognized as an internal or external command,
operable program or batch file.

Reverting assemblies...

Reading the GIT revision...

Building Installer...
The system cannot find the path specified.

:eek:
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,456
    10,330
    Kyiv
    Home Country
    Ukraine Ukraine
    On that page below it is written that you first need to build the directshowfilters, then you can already build the Media Portal, and then you can build what you need. :)

    --
    WBR, ajs :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,456
    10,330
    Kyiv
    Home Country
    Ukraine Ukraine
    @vapourEyes
    Note: the MSBUILD_Rebuild_ALL*.bat scripts also build the DirectShow Filters. If you use the .bat scripts to build only the Client or TVServer_Client, you'll have to build the DirectShow Filters first!
     

    vapourEyes

    Portal Pro
    July 31, 2013
    144
    43
    Home Country
    United Kingdom United Kingdom
    Appreciate the help.

    I had run the Direct...Filter.bat.

    I should have included its output. Here it is below:

    MSBUILD_Rebuild_Release_MediaPortal.bat

    -= MediaPortal =-
    -= build mode: Release =-

    File not found - _BuildReport_Files
    0 File(s) copied
    The system cannot find the path specified.

    Writing GIT revision assemblies...

    Building Libbluray Java...
    The system cannot find the path specified.

    Building MediaPortal...
    The system cannot find the path specified.
    'BuildReport\msxsl' is not recognized as an internal or external command,
    operable program or batch file.

    Reverting assemblies...

    Reading the git revision...
    The process cannot access the file because it is being used by another process.

    Make MediaPortal 2GB LARGEADDRESSAWARE...

    Make MediaPortal 2GB LARGEADDRESSAWARE...
    '"vsvars32.bat"' is not recognized as an internal or external command,
    operable program or batch file.
    'EditBin.exe' is not recognized as an internal or external command,
    operable program or batch file.

    Building Installer...
    The system cannot find the path specified.

    VS_Rebuild_Release_DirectShowFilters.bat

    -= DirectShowFilters =-
    -= build mode: Release =-

    File not found - _BuildReport_Files
    0 File(s) copied
    The system cannot find the path specified.

    Building DirectShowFilters
    The system cannot find the path specified.
    'BuildReport\msxsl' is not recognized as an internal or external command,
    operable program or batch file.
     

    Users who are viewing this thread

    Top Bottom