Build Deploy Release.bat missing (1 Viewer)

tompa

MP Donator
  • Premium Supporter
  • October 3, 2005
    665
    34
    Stockholm
    Home Country
    Sweden Sweden
    Hi, need some help!

    I can build TVserver with MSbuild but NOT mediaportal!? (using MSBUILD_Rebuild_Release_MediaPortal.bat and MSBUILD_Rebuild_Release_TVServer_Client.bat)

    Get this error message: error MSB4126: The specified solution configuration "Release|MCD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties

    What am I doing wrong?
    /tompa
     

    Jay_UK

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

    I'm not sure what the issue is, but I notice you dont have some DOS/System variables defined:

    WINDOWS_SDK
    DSHOW_BASE

    Are you running a 32 bit or 64 bit OS?

    Have you tried updating the SVN?

    J.
     

    tompa

    MP Donator
  • Premium Supporter
  • October 3, 2005
    665
    34
    Stockholm
    Home Country
    Sweden Sweden
    Thanks, I´ll check that!

    So those are not needed to build TVserver?

    same in that log
    ***
    Using following environment variables:
    DSHOW_BASE =
    DXSDK_DIR = C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\
    WINDOWS_SDK =
    ***

    I have tried to "clean up" and update few times.

    Running 64bits

    /tompa
     

    Jay_UK

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

    I am no expert on this stuff.... Hopefully a Dev might help.

    Are you using VS/C# at all? Or just MSBuild?

    There are complications with using 64bit OS

    Has this ever worked for you before?

    J.
     

    tompa

    MP Donator
  • Premium Supporter
  • October 3, 2005
    665
    34
    Stockholm
    Home Country
    Sweden Sweden
    Ok, now filters build Ok and fixed Environment Variables, but still no go :(
    Is it possible to see whats going wrong in logg? Still same error but now it seems to stop at NSIS script?

    thx!
    /tompa
     

    Jay_UK

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

    I have never really analysed the build logs in detail before (and I can only speak English) :(

    But it appears to fail on building the uninstaller solution.

    I are you building a "Debug" or "Release" version?

    Can you check your System Environment settings, to see if you have PLATFORM defined? You can do this through a "command prompt" and the command "set", or through the control panel, or you check the following registry setting:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\Platform

    I bet its set to MCD ? Try clearing/deleting it, rebooting your PC and rebuilding.

    Cheers,

    J.
     

    tompa

    MP Donator
  • Premium Supporter
  • October 3, 2005
    665
    34
    Stockholm
    Home Country
    Sweden Sweden
    Thanks a 1000 times!!

    Now its working :D and it was those MCD

    Removed
    HKEY_LOCAL_MACHINE\SOFTWARE\Hewlett-Packard\...\PLATFORM
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment\PLATFORM
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\Environment\PLATFORM
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\PLATFORM

    /tompa
     

    Users who are viewing this thread

    Top Bottom