Created
August 11, 2014 17:41
-
-
Save pareshchouhan/6732808b6ab82488fe5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\MinGW\mjin\build> make all | |
| [ 9%] Building CXX object CMakeFiles/effectCompositor.dir/effectCompositor/EffectCompositor.cpp.obj | |
| cc1plus.exe: error: unrecognized command line option '-std=c++11' | |
| C:\MinGW\mjin\effectCompositor\EffectCompositor.cpp:1:0: warning: -fPIC ignored for target (all code is position indepe | |
| dent) [enabled by default] | |
| make[2]: *** [CMakeFiles/effectCompositor.dir/effectCompositor/EffectCompositor.cpp.obj] Error 1 | |
| make[1]: *** [CMakeFiles/effectCompositor.dir/all] Error 2 | |
| make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment