1.24.0 1.25.0 pre : problem with build ? (1 Viewer)

framug

Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    Hello there,

    To test a change made, I wanted to build the 1.25 prerelease wich is not out, yet.
    Then, I followed this and all the other things.
    And launched "MSBUILD_Rebuild_All_MediaPortal_Release.bat"

    The problem I have is :

    Code:
    -= MediaPortal =-
    -= build mode: Release =-
     
     
    Using following environment variables:
    DXSDK_DIR = 
     
    Using git dir: ..
    Running : C:\Program Files (x86)\Git\bin\git.exe --git-dir="..\.git" name-rev --refs="refs/heads/*" --name-only HEAD
    Running : C:\Program Files\Git\bin\git.exe --git-dir="..\.git" name-rev --refs="refs/heads/*" --name-only HEAD
    git.exe not found!

    1/ For DXSDK_DIR, can someone tell me what is the value needed (seems like DirectX sdk is not necessary in Windows 10 and/or VS2015 ?)

    2/ For git.exe, I looked in "MediaPortal-1\Tools\Script & Batch tools\DeployVersionGIT" and needed paths are "Program Files" or "Program Files (x86)" where, when we install GIT now, folder (in my case) is in "C:\Users\Franck\AppData\Local\Programs\Git" and GIT.exe is in "C:\Users\Franck\AppData\Local\Programs\Git\bin".

    Then, can someone help a bit, please ?
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #3
    hum, how could I recover MP code in master and, create .diff files without git installed ?
    For dx9 and other, all wiki explanations has been executed and, I'm able to compile client, server and tvplugin without problem.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    1587892572297.png
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #6
    Impossible to recover MP code with winmerge but, I answered to your message in conversations. ;)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    2/ For git.exe, I looked in "MediaPortal-1\Tools\Script & Batch tools\DeployVersionGIT" and needed paths are "Program Files" or "Program Files (x86)" where, when we install GIT now, folder (in my case) is in "C:\Users\Franck\AppData\Local\Programs\Git" and GIT.exe is in "C:\Users\Franck\AppData\Local\Programs\Git\bin".
    On my computer, Git installed to "C:\Program Files\Git\" (default install) and not git in User..AppData\Local\Programs\ folder ...
    1/ For DXSDK_DIR, can someone tell me what is the value needed (seems like DirectX sdk is not necessary in Windows 10 and/or VS2015 ?)
    Its need for Mediaportal and DXSDK_DIR=C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\ (default install) :)
     

    Users who are viewing this thread

    Top Bottom