You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Rowan Kerr (JIRA)" <ji...@apache.org> on 2011/02/23 00:22:38 UTC

[jira] Issue Comment Edited: (THRIFT-1071) SSL/C++: invalid cast breaks build

    [ https://issues.apache.org/jira/browse/THRIFT-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998094#comment-12998094 ] 

Rowan Kerr edited comment on THRIFT-1071 at 2/22/11 11:21 PM:
--------------------------------------------------------------

Makefile.am needs an update to make sure ssl is linked?

      was (Author: rkerr):
    Makefile.am needs an update to make sure ssl is linked.
  
> SSL/C++: invalid cast breaks build
> ----------------------------------
>
>                 Key: THRIFT-1071
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1071
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>         Environment: Ubuntu (Thrift CI Server) https://hudson.apache.org/hudson/job/Thrift
> Debian Squeeze
>            Reporter: Roger Meier
>         Attachments: pthread_t_cast.patch
>
>
> THRIFT-151 breaks the build on Ubuntu and Debian Squeeze
> see https://hudson.apache.org/hudson/job/Thrift/64/console
> {code}
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src -Wall -g -O2 -MT TSSLSocket.lo -MD -MP -MF .deps/TSSLSocket.Tpo -c src/transport/TSSLSocket.cpp  -fPIC -DPIC -o .libs/TSSLSocket.o
> src/transport/TSSLSocket.cpp: In function 'long unsigned int apache::thrift::transport::callbackThreadID()':
> src/transport/TSSLSocket.cpp:481: error: invalid cast from type 'pthread_t' to type 'long unsigned int'
> make[4]: *** [TSSLSocket.lo] Error 1
> {code}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira