Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
cmake-2.8.7-1.el5.rfb
gcc-4.1.2-48.el5
gcc-c++-4.1.2-48.el5
cmake . \
-DCMAKE_BUILD_TYPE:STRING=CMAKE_CXX_FLAGS \
-DENABLE_DEBUG_SYNC:BOOL=off \
-DINSTALL_LAYOUT:STRING=STANDALONE \
-DWITH_BUNDLED_LIBEVENT:BOOL=off \
-DWITH_BUNDLED_MEMCACHED:BOOL=off \
-DCMAKE_INSTALL_PREFIX:PATH=$HOME/mysql \
-DMYSQL_DATADIR:PATH=$HOME/data \
-DWITH_NDB_PORT=1286 \
-DWITH_NDB_TEST:BOOL=on \
-DWITH_UNIT_TESTS:BOOL=ON \
-L
errors are:
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp:34: error: expected class-name before '{' token
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: '_jbooleanArray' was not declared in this scope
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 1 is invalid
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 3 is invalid
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: invalid type in declaration before ';' token
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: '_jbooleanArray' was not declared in this scope
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 1 is invalid
...
......
and line 34 is:
struct _jtie_j_n_ByteBuffer : _jobject {
Best regars
Vincent He
cmake-2.8.7-1.el5.rfb
gcc-4.1.2-48.el5
gcc-c++-4.1.2-48.el5
cmake . \
-DCMAKE_BUILD_TYPE:STRING=CMAKE_CXX_FLAGS \
-DENABLE_DEBUG_SYNC:BOOL=off \
-DINSTALL_LAYOUT:STRING=STANDALONE \
-DWITH_BUNDLED_LIBEVENT:BOOL=off \
-DWITH_BUNDLED_MEMCACHED:BOOL=off \
-DCMAKE_INSTALL_PREFIX:PATH=$HOME/mysql \
-DMYSQL_DATADIR:PATH=$HOME/data \
-DWITH_NDB_PORT=1286 \
-DWITH_NDB_TEST:BOOL=on \
-DWITH_UNIT_TESTS:BOOL=ON \
-L
errors are:
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp:34: error: expected class-name before '{' token
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: '_jbooleanArray' was not declared in this scope
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 1 is invalid
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 3 is invalid
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: invalid type in declaration before ';' token
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: '_jbooleanArray' was not declared in this scope
/home/test/mysql-cluster-gpl-7.2.6/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp:59: error: template argument 1 is invalid
...
......
and line 34 is:
struct _jtie_j_n_ByteBuffer : _jobject {
Best regars
Vincent He