Compiling and building MP (2 Viewers)

traxx

New Member
March 29, 2010
4
0
Home Country
Netherlands Netherlands
Re: AW: Compiling and building MP

Same here: making a clean complete checkout isn't possible for the last two weeks I think.
only copying the folders manually helps. Here's a screenshot from my server:

errormessage.jpg


edit: Now it's running perfect again, thx :)
I can also check out fine :D

Though I have the following issue:
- Uninstalling Mediaportal and clean installing the compiled version gives me a "gentle.config" error on the TV-Server configuration
- Upgrading Mediaportal 1.1.0 RC1 seems not to have this bug!
 

Seidelin

Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    It looks like you are downloading the complete trunk. For MP1 you don't need the mp-xaml-experiment. You can set that folder to "Delete and add to ignore list" in TortoiseSVN. The MP2 folder can be added to the same list if you aren't following that code yet. That will save us a bit on server traffic/load.
    The error you see is a known bug that occurs rarely and randomly and almost exclusively on full checkouts. It used to occur much too often, but should be quite rare now. You just do another SVN update and it will (eventually) get all the sources for you.
     

    DaiC1

    Portal Pro
    November 17, 2007
    77
    2
    Neath
    Home Country
    Wales Wales
    I cant get either Mp or Tvserver to compile

    TV-server gave this error

    File: "..\..\..\TvEngine3\TVLibrary\TvPlugin\TvPlugin\bin\Release\TvPlugin.dll" -> no files found.
    Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
    /oname=outfile one_file_only)
    Error in script "Setup\setup.nsi" on line 666 -- aborting creation process

    MP gave this

    File: "..\..\mediaportal\xbmc\bin\Release\MediaPortal.exe" -> no files found.
    Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
    /oname=outfile one_file_only)
    Error in script "Setup\setup.nsi" on line 457 -- aborting creation process

    Any Ideas, ??
     

    surfermc

    Portal Pro
    May 7, 2006
    369
    17
    Dorset
    Home Country
    England England
    DaiC1 have a earlier in the Build.log. There will probably be a Build Failed entry. Above this will be some error messages.

    The error message you are getting is because NSIS cannot find the defined file to include in the installer.
     

    moesfeld

    Portal Pro
    September 27, 2007
    131
    13
    Home Country
    Germany Germany
    AW: Re: Compiling and building MP

    I cant get either Mp or Tvserver to compile

    TV-server gave this error

    File: "..\..\..\TvEngine3\TVLibrary\TvPlugin\TvPlugin\bin\Release\TvPlugin.dll" -> no files found.
    Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
    /oname=outfile one_file_only)
    Error in script "Setup\setup.nsi" on line 666 -- aborting creation process

    MP gave this

    File: "..\..\mediaportal\xbmc\bin\Release\MediaPortal.exe" -> no files found.
    Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
    /oname=outfile one_file_only)
    Error in script "Setup\setup.nsi" on line 457 -- aborting creation process

    Any Ideas, ??

    Make shure you checked out:

    MediaPortal 1: https://sources.team-mediaportal.com/svn/public/trunk/mediaportal

    TV-Server: https://sources.team-mediaportal.com/svn/public/trunk/TvEngine3

    MediaPortal and TV-Server's common plugins: https://sources.team-mediaportal.com/svn/public/trunk/Common-MP-TVE3/

    Tools: https://sources.team-mediaportal.com/svn/public/trunk/Tools

    DirectShowFilters: https://sources.team-mediaportal.com/svn/public/trunk/DirectShowFilters

    With your svn client.
     

    DaiC1

    Portal Pro
    November 17, 2007
    77
    2
    Neath
    Home Country
    Wales Wales
    @DaiC1 have a earlier in the Build.log. There will probably be a Build Failed entry. Above this will be some error messages.

    The error message you are getting is because NSIS cannot find the defined file to include in the installer.

    :D I'll have a look when I get home.

    @Moesfeld Yip I thought that was the problem so I ended up checking-out the whole trunk, with no resolution to the problem {same erors}.
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,161
    747
    AW: Compiling and building MP

    .... make sure, NSIS installer is installed in %programdirectory% - not anywhere else - the path to it is hardcoded in the buildscripts.
     

    mike0999

    Portal Member
    June 21, 2009
    13
    0
    Home Country
    United States of America United States of America
    Hi everyone,

    I am getting the following error when I try to compile mediaportal:

    c:\svnroot\mediaportal\trunk\Tools\Script & Batch tools\UninstallFilelist\UninstallFilelist.sln.cache(59,5): error MSB4126: The specified solution configuration "Release|MCD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:platform="Any CPU") or leave those properties blank to use the default solution configuration.
    Done Building Project "c:\svnroot\mediaportal\trunk\Tools\Script & Batch tools\UninstallFilelist\UninstallFilelist.sln" (Rebuild target(s)) -- FAILED.

    Build FAILED.


    Any thoughts? I apologize, I am somewhat inexperienced at this. Thanks in advance for any help.

    Regards,

    Mike
     

    Users who are viewing this thread

    Top Bottom