Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Failed to compile chrome

Failed to compile chrome

Scheduled Pinned Locked Moved C / C++ / MFC
helppythondebuggingquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yu jian
    wrote on last edited by
    #1

    My system is win7 64Bit I use the VS2008 to compile the chrome solution. But I meet some problem about compile the FFMPEG. I google that the others are all ok when compiling, but I have bad luck. I donot know why some error happen. Does anyone meet the same problems?

    1>------ 已启动生成: 项目: convert_ffmpeg_sources, 配置: Debug Win32 ------
    1>Running external rules for convert_ffmpeg_sources
    1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsedirac.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsedirac.c" "-I" "chromium/config/Chromium/win/ia32"
    1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\rmdec.c_preprocessed.c”
    1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsevorbis.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsevorbis.c" "-I" "chromium/config/Chromium/win/ia32"
    1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsevorbis.c_preprocessed.c”
    1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsedirac.c_preprocessed.c”
    1>"python" "chromium/scripts/c99conv.py" "libavformat\rmdec.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/rmdec.c" "-I" "chromium/config/Chromium/win/ia32"
    1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\rmdec.c] Error 2
    1>make: *** Waiting for unfinished jobs....
    1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsevorbis.c] Error 2
    1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsedirac.c] Error 2
    2>------ 已启动生成: 项目: content_browser, 配置: Debug Win32 ------

    L 1 Reply Last reply
    0
    • Y yu jian

      My system is win7 64Bit I use the VS2008 to compile the chrome solution. But I meet some problem about compile the FFMPEG. I google that the others are all ok when compiling, but I have bad luck. I donot know why some error happen. Does anyone meet the same problems?

      1>------ 已启动生成: 项目: convert_ffmpeg_sources, 配置: Debug Win32 ------
      1>Running external rules for convert_ffmpeg_sources
      1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsedirac.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsedirac.c" "-I" "chromium/config/Chromium/win/ia32"
      1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\rmdec.c_preprocessed.c”
      1>"python" "chromium/scripts/c99conv.py" "libavformat\oggparsevorbis.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/oggparsevorbis.c" "-I" "chromium/config/Chromium/win/ia32"
      1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsevorbis.c_preprocessed.c”
      1>cl: 命令行 error D8021 :无效的数值参数“/Fid:\Code\chromium\src\third_party\ffmpeg\libavformat\oggparsedirac.c_preprocessed.c”
      1>"python" "chromium/scripts/c99conv.py" "libavformat\rmdec.c" "d:/Code/chromium/src/build/Debug/obj/global_intermediate/third_party/ffmpeg/libavformat/rmdec.c" "-I" "chromium/config/Chromium/win/ia32"
      1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\rmdec.c] Error 2
      1>make: *** Waiting for unfinished jobs....
      1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsevorbis.c] Error 2
      1>make: *** [/cygdrive/d/Code/chromium/src/build/Debug/obj\global_intermediate\third_party\ffmpeg\libavformat\oggparsedirac.c] Error 2
      2>------ 已启动生成: 项目: content_browser, 配置: Debug Win32 ------

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      See here[^] for D8021 errors; check the flags in your make file(s).

      Use the best guess

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups