Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    kc-8.7.x master: ../common/ECChannel.cpp:362:1: error: jump to label 'exit' [-fpermissive]

    Development
    1
    1
    390
    Loading More Posts
    • 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.
    • patrick
      patrick last edited by

      Just tried to compile kc-8.7.x master on CentOS 7 x86_64 with gcc-c++ version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) and get this error:

      ../common/ECChannel.cpp: In static member function 'static HRESULT KC::ECChannel::HrSetCtx(KC::ECConfig*)':
      ../common/ECChannel.cpp:362:1: error: jump to label 'exit' [-fpermissive]
       exit:
       ^~~~
      ../common/ECChannel.cpp:173:9: note:   from here
          goto exit;
               ^~~~
      ../common/ECChannel.cpp:245:22: note:   crosses initialization of 'long int ssl_opclear'
        long ssl_opset = 0, ssl_opclear = 0;
                            ^~~~~~~~~~~
      ../common/ECChannel.cpp:245:7: note:   crosses initialization of 'long int ssl_opset'
        long ssl_opset = 0, ssl_opclear = 0;
             ^~~~~~~~~
      make[2]: *** [Makefile:4310: common/ECChannel.lo] Error 1
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post