GitHub user andylau004 opened a pull request:
https://github.com/apache/thrift/pull/1442
0.11.0
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../lib/cpp/src/thrift -I../../lib/c_glib/src/thrift -I./src
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -g -O2
-Wno-variadic-macros -Wno-long-long -Wno-c++11-long-long -MT
src/thrift/transport/libthriftz_la-THeaderTransport.lo -MD -MP -MF
src/thrift/transport/.deps/libthriftz_la-THeaderTransport.Tpo -c -o
src/thrift/transport/libthriftz_la-THeaderTransport.lo `test -f
'src/thrift/transport/THeaderTransport.cpp' || echo
'./'`src/thrift/transport/THeaderTransport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../..
-I../../lib/cpp/src/thrift -I../../lib/c_glib/src/thrift -I./src
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -g -O2
-Wno-variadic-macros -Wno-long-long -Wno-c++11-long-long -MT
src/thrift/transport/libthriftz_la-THeaderTransport.lo -MD -MP -MF
src/thrift/transport/.deps/libthriftz_la-THeaderTransport.Tpo -c
src/thrift/transport/THeaderTransport.cpp -fPIC -DPIC -o
src/thrift/transport/.libs/libthriftz_la-THeaderTransport.o
In file included from ./src/thrift/transport/THeaderTransport.h:39,
from src/thrift/transport/THeaderTransport.cpp:20:
./src/thrift/protocol/TProtocolTypes.h:30: warning: comma at end of
enumerator list
In file included from src/thrift/transport/THeaderTransport.cpp:20:
./src/thrift/transport/THeaderTransport.h:50: warning: comma at end of
enumerator list
./src/thrift/transport/THeaderTransport.h:169: warning: comma at end of
enumerator list
./src/thrift/transport/THeaderTransport.h: In constructor
âapache::thrift::transport::THeaderTransport::THeaderTransport(const
boost::shared_ptr<apache::thrift::transport::TTransport>&)â:
./src/thrift/transport/THeaderTransport.h:79: error: class
âapache::thrift::transport::THeaderTransportâ does not have any field named
âTVirtualTransportâ
./src/thrift/transport/THeaderTransport.h: In constructor
âapache::thrift::transport::THeaderTransport::THeaderTransport(boost::shared_ptr<apache::thrift::transport::TTransport>,
boost::shared_ptr<apache::thrift::transport::TTransport>)â:
./src/thrift/transport/THeaderTransport.h:93: error: class
âapache::thrift::transport::THeaderTransportâ does not have any field named
âTVirtualTransportâ
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-c++11-long-long"
make[4]: *** [src/thrift/transport/libthriftz_la-THeaderTransport.lo] Error
1
make[4]: Leaving directory `/home/fy-centos/Downloads/thrift/lib/cpp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fy-centos/Downloads/thrift/lib/cpp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fy-centos/Downloads/thrift/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fy-centos/Downloads/thrift'
the newest 0.11.0 ,,compile output some error
./configure --with-java=no --with-lua=no --without-python
--with-boost=/usr/local/include
how can i do?
someboyd giv me help,,,,3Q,,,,
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/thrift 0.11.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1442.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1442
----
commit 1310dc1eb4014457a667a7287d1fa113432c7a54
Author: Jens Geyer <[email protected]>
Date: 2017-11-29T21:35:29Z
Version 0.11.0
commit 1c7bf3ebc43b8f2f2a800f6ed43643d001e12040
Author: Jens Geyer <[email protected]>
Date: 2017-11-30T21:30:03Z
THRIFT-4398 Update EXTRA_DIST for "make dist"
Client: Build process
Patch: Jens Geyer
This closes #1431
commit fc0ff81ee7d4aa95a041c826dd5a83239ef98780
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-01-23T19:01:27Z
THRIFT-3580 THeader for Haskell
Client: hs
This closes #820
This closes #1423
commit 327ebb6c2b6df8bf075da02ef45a2a034e9b79ba
Author: Jens Geyer <[email protected]>
Date: 2017-12-03T17:27:58Z
Version 0.11.0
----
---