Having trouble building from SVN (1 Viewer)

Jay_UK

Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi there,

    I've just built the latest MePo SVN and tried it with MPTVS 2.6.9 - Unfortunately the importer craps out with an ICSharpCode.SharpZibLib error.

    Replacing the DLL with an old version from MePo 1.2.0 solves the problem. There is also a plugin/skin issue?

    I am trying to build the latest MPTVS SVN, but I'm struggling with the last part "post build". I believe %1 needs to be set to the location of the MePo solution?

    Thanks,

    J.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    It craps out because it needs to be compiled against the latest ICSharpCode.SharpZibLib which is in our SVN. v2.6.9 is only compatible with 1.1.x and 1.2 Alpha.

    The Post Build step is opitional:

    Code:
    if exist $(ProjectDir)PostBuild.bat call $(ProjectDir)PostBuild.bat $(ProjectDir) $(ConfigurationName)

    Note: it only calls PostBuild.bat if it exists. Basically its used for custom post file copies etc.
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi there,

    I think I've got it working (first time I've tried compiling a plugin) :D

    Good instructions ;)

    Just to be sure, is it just the three DLLs i need (MP-TVSeries, ICSharpCode.SharpZipLib, Subcentral)?

    J.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    You only need MP-TVSeries.dll.

    ICSharpCode.SharpZipLib is already in MediaPortal binary folder (just need to ensure your compiling against that one). SubCentral is optional and if you want it you should build from SubCentral source.
     

    Users who are viewing this thread

    Top Bottom