Hi tested on Debian and I got this compilation error:

  In file included from 
/home/ebourg/packaging/tomcat-native/native/include/tcn.h:52:0,
                   from src/ssl.c:17:
  src/ssl.c: In function 'Java_org_apache_tomcat_jni_SSL_setVerify':
  src/ssl.c:1557:16: error: 'ctx' undeclared (first use in this function)
       TCN_ASSERT(ctx != 0);
                  ^
  src/ssl.c:1557:5: note: in expansion of macro 'TCN_ASSERT'
       TCN_ASSERT(ctx != 0);
       ^
  src/ssl.c:1557:16: note: each undeclared identifier is reported only once for 
each function it appears in
       TCN_ASSERT(ctx != 0);
                  ^
  src/ssl.c:1557:5: note: in expansion of macro 'TCN_ASSERT'
       TCN_ASSERT(ctx != 0);
       ^
  /home/ebourg/packaging/tomcat-native/native/build/rules.mk:206: recipe for 
target 'src/ssl.lo' failed

The full build log is available here:

https://paste.apache.org/8kFY

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to