Created
May 30, 2016 17:23
-
-
Save thalissondev-xx/a32d34e81938cf4f4038ed74ac72429e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/include/php5/Zend/zend.h:283:15: warning: comma at end of enumerator list [-Wpedantic] | |
FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */ | |
^ | |
In file included from /tmp/pear/temp/cassandra/php_cassandra.h:455:0, | |
from /tmp/pear/temp/cassandra/php_cassandra.c:17: | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:119:6: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:120:4: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:211:6: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:212:4: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:346:15: error: unknown type name 'CassKeyspaceMeta' | |
typedef const CassKeyspaceMeta cassandra_keyspace_meta; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:353:15: error: unknown type name 'CassTableMeta' | |
typedef const CassTableMeta cassandra_table_meta; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:360:15: error: unknown type name 'CassColumnMeta' | |
typedef const CassColumnMeta cassandra_column_meta; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:378:6: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:384:6: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra_types.h:385:4: warning: ISO C90 doesn't support unnamed structs/unions [-Wpedantic] | |
}; | |
^ | |
/tmp/pear/temp/cassandra/php_cassandra.c:34:2: error: #error C/C++ driver version 2.2.2 or greater required | |
#error C/C++ driver version 2.2.2 or greater required | |
^ | |
cc1: warning: unrecognized command line option "-Wno-extra-semi" | |
make: *** [php_cassandra.lo] Error 1 | |
ERROR: `make' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found any solution for this?