zoukankan      html  css  js  c++  java
  • opencv编译:The CXX compiler identification is unknown The C compiler identification is unknown

    opencv编译:The CXX compiler identification is unknown The C compiler identification is unknown 


    解决方法:

    Found this on Google... I would assume that in your case you would copy rc.exe and rcdll.dllto visual studio 2012vcin or wherever you have installed:

    Part 2: FIX LINK : fatal error LNK1158: cannot run ‘rc.exe’

    Add this toyour PATH environment variables:

    C:Program Files (x86)WindowsKits8.0inx86

    Copy thesefiles:

    rc.exe
    rcdll.dll

    From

    C:Program Files (x86)WindowsKits8.0inx86

    To

    C:Program Files (x86)MicrosoftVisual Studio 11.0VCin

    Or I alsofound this:
    Microsoft left a few things out of their MSVT package. Since no one knowswhether they were left out by mistake or for license reasons, no one with MSVCis too interested in giving them out. A few Google searches turn up some trickysources. Fortunately, Microsoft has finally wised up and solved this problemand many more.

    http://msdn.microsoft.com/vstudio/express/support/faq/default.aspx#pricing

    http://msdn.microsoft.com/vstudio/express/support/install/

    A good amountof MSVT missing files are there but the missing SDK files aren't.

    and this:
    I had the same problem which I solved by doing this:

    1.     Installing the Microsoft .NetFramework 2.0

    2.     Adding the path of the .NET Frameworkfiles (for me "C:WINDOWSMicrosoft.NETFrameworkv2.0.50727") toGlobal compiler settings > Programs > Additional Paths withinCode::Blocks.


    第二个错误



    `CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
    Please set them or make sure they are set and tested correctly in the CMake files:

    CUDA_cublas_LIBRARY (ADVANCED)

    Try selecting "Visual Studio 12 2013 Win64" as your generator, and your problem should be solved.


    选择64位 解决问题



  • 相关阅读:
    rpm
    java 锁4
    java 锁3
    小技巧:在线生成按钮Shape的网站
    Python入门:内置函数
    山东理工大学SDUT
    Android项目实战(四十):Andoird 7.0+ 安装APK适配
    Android打赏功能:支付宝转账
    浅谈Android数据库DBFlow
    acffo的开源项目汇总
  • 原文地址:https://www.cnblogs.com/mrcharles/p/11879785.html
Copyright © 2011-2022 走看看