Menu

visual studio 2010 , mathgl 2.3, errors occur in building

ngagewj
2014-08-08
2014-08-11
  • ngagewj

    ngagewj - 2014-08-08

    Error 650 error C2001: newline in constant D:\CMake\mathgl-2.3\src\canvas.cpp 832 1 mgl
    Error 652 error C2143: syntax error : missing ';' before 'if' D:\CMake\mathgl-2.3\src\canvas.cpp 833 1 mgl
    Error 653 error C2001: newline in constant D:\CMake\mathgl-2.3\src\canvas.cpp 837 1 mgl
    Error 654 error C2143: syntax error : missing ')' before '{' D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl
    Error 655 error C2661: 'wcschr' : no overloaded function takes 1 arguments D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl
    Error 656 error C2143: syntax error : missing ')' before '{' D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl
    Error 709 error C2001: newline in constant D:\CMake\mathgl-2.3\src\canvas.cpp 832 1 mgl-static
    Error 711 error C2143: syntax error : missing ';' before 'if' D:\CMake\mathgl-2.3\src\canvas.cpp 833 1 mgl-static
    Error 712 error C2001: newline in constant D:\CMake\mathgl-2.3\src\canvas.cpp 837 1 mgl-static
    Error 713 error C2143: syntax error : missing ')' before '{' D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl-static
    Error 714 error C2661: 'wcschr' : no overloaded function takes 1 arguments D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl-static
    Error 715 error C2143: syntax error : missing ')' before '{' D:\CMake\mathgl-2.3\src\canvas.cpp 838 1 mgl-static
    Error 1853 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 550 1 mgl-static
    Error 1860 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 735 1 mgl-static
    Error 1862 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 748 1 mgl-static
    Error 1864 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 761 1 mgl-static
    Error 2911 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 550 1 mgl
    Error 2918 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 735 1 mgl
    Error 2920 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 748 1 mgl
    Error 2922 error C3016: 'i' : index variable in OpenMP 'for' statement must have signed integral type D:\CMake\mathgl-2.3\src\font.cpp 761 1 mgl

     
  • Alexey Balakin

    Alexey Balakin - 2014-08-11

    Hi!

    Concerning errors in canvas.cpp -- it looks as yours IDE or compiler incorrectly load UTF8 source file. In particular symbol '−' was handled incorrectly.

    Concerning errors in font.cpp -- I hope it is already fixed by one of latest SVN coomits.

     

Anonymous
Anonymous

Add attachments
Cancel