SHOW:
|
|
- or go back to the newest paste.
| 1 | - | The C compiler identification is GNU 4.4.0 |
| 1 | + | Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg |
| 2 | - | The CXX compiler identification is GNU 4.4.0 |
| 2 | + | $ ./configure --toolchain=msvc |
| 3 | - | Check for working C compiler: C:/MinGW/bin/gcc.exe |
| 3 | + | cl is unable to create an executable file. |
| 4 | - | Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken |
| 4 | + | If cl is a cross-compiler, use the --enable-cross-compile option. |
| 5 | - | CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): |
| 5 | + | Only do this if you know what cross compiling means. |
| 6 | - | The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test |
| 6 | + | C compiler test failed. |
| 7 | - | program. |
| 7 | + | |
| 8 | If you think configure made a mistake, make sure you are using the latest | |
| 9 | - | It fails with the following output: |
| 9 | + | version from Git. If the latest version fails, report the problem to the |
| 10 | [email protected] mailing list or IRC #ffmpeg on irc.freenode.net. | |
| 11 | - | Change Dir: C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp |
| 11 | + | Include the log file "config.log" produced by configure as this will help |
| 12 | solving the problem. | |
| 13 | - | |
| 13 | + | |
| 14 | Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg | |
| 15 | - | Run Build Command:C:/MinGW/bin/mingw32-make.exe |
| 15 | + | $ cl |
| 16 | - | "cmTryCompileExec2797364214/fast" |
| 16 | + | Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64 |
| 17 | Copyright (C) Microsoft Corporation. All rights reserved. | |
| 18 | - | C:/MinGW/bin/mingw32-make.exe -f |
| 18 | + | |
| 19 | - | CMakeFiles\cmTryCompileExec2797364214.dir\build.make |
| 19 | + | usage: cl [ option... ] filename... [ /link linkoption... ] |
| 20 | - | CMakeFiles/cmTryCompileExec2797364214.dir/build |
| 20 | + | |
| 21 | Administrator@121CBANSHULMPC /i/Anshul/Project/ffmpeg | |
| 22 | - | mingw32-make.exe[1]: Entering directory |
| 22 | + | $ cd .. |
| 23 | - | `C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp' |
| 23 | + | |
| 24 | Administrator@121CBANSHULMPC /i/Anshul/Project | |
| 25 | - | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report |
| 25 | + | $ cl temp.c |
| 26 | - | C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\CMakeFiles 1 |
| 26 | + | Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64 |
| 27 | Copyright (C) Microsoft Corporation. All rights reserved. | |
| 28 | - | Building C object |
| 28 | + | |
| 29 | - | CMakeFiles/cmTryCompileExec2797364214.dir/testCCompiler.c.obj |
| 29 | + | temp.c |
| 30 | Microsoft (R) Incremental Linker Version 12.00.21005.1 | |
| 31 | - | C:\MinGW\bin\gcc.exe -o |
| 31 | + | Copyright (C) Microsoft Corporation. All rights reserved. |
| 32 | - | CMakeFiles\cmTryCompileExec2797364214.dir\testCCompiler.c.obj -c |
| 32 | + | |
| 33 | - | C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\testCCompiler.c |
| 33 | + | /out:temp.exe |
| 34 | temp.obj | |
| 35 | - | Linking C executable cmTryCompileExec2797364214.exe |
| 35 | + | |
| 36 | Administrator@121CBANSHULMPC /i/Anshul/Project | |
| 37 | - | "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_link_script |
| 37 | + | $ temp.exe |
| 38 | - | CMakeFiles\cmTryCompileExec2797364214.dir\link.txt --verbose=1 |
| 38 | + | hello |