Compile aborted under Win8 (1 Viewer)

regeszter

Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi,

    build of MP aborted with same error:

    File: "..\..\DirectShowFilters\fontEngine\bin\Release\fontengine.dll" -> no files found.
    Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
    /oname=outfile one_file_only)
    Error in script "..\mediaportal\Setup\setup.nsi" on line 439 -- aborting creation process
     
    Last edited:

    dyamant

    Portal Pro
    July 31, 2007
    401
    36
    59
    Castrop-Rauxel
    Home Country
    Germany Germany
    For me is the problem not solved too.
    But i dont know what i must do, because ive installed all thats needed.
    And the compilation before the 1.3 Final comes out goes for me every time... and i dont have anything changed.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    I have added the all DirectShowFilters\..\ .vcxproj files to these rows:

    <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\Microsoft DirectX SDK (June 2010)\Include;$(IncludePath)</IncludePath>
    <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\Microsoft DirectX SDK (June 2010)\Lib\x86;$(LibraryPath)</LibraryPath>
     

    dyamant

    Portal Pro
    July 31, 2007
    401
    36
    59
    Castrop-Rauxel
    Home Country
    Germany Germany
    For me i have found my problem too. I must be run (under Tortoise Git) "submodule update". After that, the compiling run without errors.

    THNX All
     

    Benoire

    MP Donator
  • Premium Supporter
  • March 17, 2012
    679
    161
    44
    Auckland
    Home Country
    New Zealand New Zealand
    Hi

    Sorry to drag this up but I'm wondering how I can add the Windows_SDK line when I'm using Windows 8 and I can't install Windows 7 SDK... Is it required to compile the application when using VS2012?
     

    Users who are viewing this thread

    Top Bottom