FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

Install error #435

Open MrJiangSheng opened 7 years ago

MrJiangSheng commented 7 years ago

when I install in win10,I meet this error,what I can do?

unzip libpng-1.6.20-master-signed.zip
对 COM 组件的调用返回了错误 HRESULT E_FAIL。
所在位置 行:1 字符: 1
+ (New-Object -ComObject shell.application).NameSpace('E:\under_graduat ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException

unzip zlib128.zip
对 COM 组件的调用返回了错误 HRESULT E_FAIL。
所在位置 行:1 字符: 38
+ ... application;$s.NameSpace('E:\under_graduate\FLIF-master\build\MSVC'). ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException

unzip SDL2-devel-2.0.3-VC.zip
对 COM 组件的调用返回了错误 HRESULT E_FAIL。
所在位置 行:1 字符: 38
+ ... application;$s.NameSpace('E:\under_graduate\FLIF-master\build\MSVC'). ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException

Microsoft (R) 程序维护实用工具 14.00.24210.0 版
版权所有 (C) Microsoft Corporation。  保留所有权利。

        cd zlib-1.2.8
NMAKE : fatal error U1077: “cd”: 返回代码“0x1”
Stop.

Microsoft (R) 程序维护实用工具 14.00.24210.0 版
版权所有 (C) Microsoft Corporation。  保留所有权利。

        cd zlib-1.2.8
NMAKE : fatal error U1077: “cd”: 返回代码“0x1”
Stop.
Microsoft Windows [版本 10.0.14393]
(c) 2016 Microsoft Corporation。保留所有权利。

E:\under_graduate\FLIF-master\build\MSVC>
MrJiangSheng commented 7 years ago

Dear Sir,could you help me?@ssbssa @JoshuaKolden @colindean @orlp @hrj

saschanaz commented 7 years ago

What happens when you use .ps1 file instead of .bat one?