[Matroska-users] Compiling on solaris
Brian Eller
briansideas at hotmail.com
Thu Sep 23 03:55:23 CEST 2004
I posted this message previously,
however I was unable to provide the compile error messages
this is on a SUN ultra 10 running Solaris 9 4/04 s9s_u6wos_08a SPARC (from
/etc/release)
-thanks in advance
--brian
BUILDING EBML:
/software/libmatroksa/libebml-0.7.1/make/linux
>make
g++ -c -Wall -Wno-unknown-pragmas -ansi -fno-gnu-keywords -Wshadow
-I/software/libmatroksa/libebml-0.7.1/make/linux/../.. -o
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/Debug.o
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/Debug.cpp
g++ -c -Wall -Wno-unknown-pragmas -ansi -fno-gnu-keywords -Wshadow
-I/software/libmatroksa/libebml-0.7.1/make/linux/../.. -o
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.o
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:39,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:42,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:97:
error: `int64_t' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:102:
error: `u_int64_t' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:103:
error: `u_int32_t' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:104:
error: `u_int16_t' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:105:
error: `u_int8_t' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/c/libebml_t.h:110:
error: `uint8' does not name a type
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:41,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:42,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:68:
error: expected `,' or `...' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:69:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:76:
error: variable or field `Fill' declared void
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:76:
error: `Fill' declared as an `inline' field
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:76:
error: expected `;' before '(' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:82:
error: expected `;' before "inline"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:86:
error: expected `,' or `...' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:86:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h: In
member function `libebml::Endian<TYPE, ENDIAN>& libebml::Endian<TYPE,
ENDIAN>::Eval(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:71:
error: `endian_buffer' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:71:
error: (Each undeclared identifier is reported only once for each function
it appears in.)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h: In
member function `bool libebml::Endian<TYPE, ENDIAN>::operator!=(int) const':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:86:
error: `buffer' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h: In
member function `void libebml::Endian<TYPE, ENDIAN>::process_endian()':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: `uint8' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected `>' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected `(' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected primary-expression before '>' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: `uint8' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected `>' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected `(' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected primary-expression before '>' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:97:
error: expected `)' before ';' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h: In
member function `void libebml::Endian<TYPE, ENDIAN>::process_platform()':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: `uint8' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected `>' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected `(' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected primary-expression before '>' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: `uint8' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected `>' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected `(' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected primary-expression before '>' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlEndian.h:109:
error: expected `)' before ';' token
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:42,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h: At
global scope:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:46:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:49:
error: `binary' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:53:
error: `int64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:53:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:53:
error: ISO C++ forbids declaration of `lil_int64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:54:
error: `uint16' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:54:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:54:
error: ISO C++ forbids declaration of `lil_uint16' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:55:
error: `uint32' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:55:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:55:
error: ISO C++ forbids declaration of `lil_uint32' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:56:
error: `uint64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:56:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:56:
error: ISO C++ forbids declaration of `lil_uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:59:
error: `int64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:59:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:59:
error: ISO C++ forbids declaration of `big_int64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:60:
error: `uint16' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:60:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:60:
error: ISO C++ forbids declaration of `big_uint16' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:61:
error: `uint32' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:61:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:61:
error: ISO C++ forbids declaration of `big_uint32' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:62:
error: `uint64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:62:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:62:
error: ISO C++ forbids declaration of `big_uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:63:
error: `uint32' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:63:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:63:
error: ISO C++ forbids declaration of `checksum' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:64:
error: `bits80' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:64:
error: template argument 1 is invalid
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlTypes.h:64:
error: ISO C++ forbids declaration of `big_80bits' with no type
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:40,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:43,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:48:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:51:
error: expected `,' or `...' before "aValue"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:52:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:62:
error: expected `,' or `...' before "aValue"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:63:
error: ISO C++ forbids declaration of `uint32' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:63:
error: `libebml::EbmlId::EbmlId(int)' and `libebml::EbmlId::EbmlId(int)'
cannot be overloaded
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:70:
error: variable or field `Fill' declared void
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:70:
error: `Fill' declared as an `inline' field
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:70:
error: expected `;' before '(' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:76:
error: expected `;' before '}' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h: In
constructor `libebml::EbmlId::EbmlId(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:52:
error: `aLength' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:54:
error: `Value' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:58:
error: `aValue' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h: In
constructor `libebml::EbmlId::EbmlId(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:63:
error: class `libebml::EbmlId' does not have any field named `Value'
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:63:
error: `aValue' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:63:
error: `aLength' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h: In
member function `bool libebml::EbmlId::operator==(const libebml::EbmlId&)
const':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:67:
error: 'const class libebml::EbmlId' has no member named 'Value'
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlId.h:67:
error: `Value' undeclared (first use this function)
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:41,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:43,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h: At
global scope:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h:61:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h:66:
error: variable or field `setFilePointer' declared void
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h:66:
error: `setFilePointer' declared as a `virtual' field
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h:66:
error: expected `;' before '(' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/IOCallback.h:76:
error: `uint64' does not name a type
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:43,
from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:48:
error: `uint64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:48:
error: expected primary-expression before "unsigned"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:48:
error: initializer expression list treated as compound expression
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:54:
error: `uint64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:54:
error: expected primary-expression before "int"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:54:
error: `binary' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:54:
error: `OutBuffer' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:54:
error: initializer expression list treated as compound expression
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:60:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:65:
error: `int64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:65:
error: expected primary-expression before "unsigned"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:65:
error: initializer expression list treated as compound expression
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:71:
error: `int64' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:71:
error: expected primary-expression before "int"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:71:
error: `binary' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:71:
error: `OutBuffer' was not declared in this scope
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:71:
error: initializer expression list treated as compound expression
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:77:
error: `int64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:153:
error: expected `,' or `...' before "aDefaultSize"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:153:
error: ISO C++ forbids declaration of `uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:160:
error: `uint64' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:160:
error: ISO C++ forbids declaration of `MaxDataSize' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:161:
error: expected `,' or `...' before "MaxDataSize"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:161:
error: ISO C++ forbids declaration of `uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:166:
error: expected `,' or `...' before "MaxDataSize"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:166:
error: ISO C++ forbids declaration of `uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:183:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:185:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:187:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:189:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:190:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:192:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:213:
error: `uint8' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:219:
error: expected `;' before '(' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:221:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:226:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:235:
error: expected `,' or `...' before "aDefaultSize"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:235:
error: ISO C++ forbids declaration of `uint64' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:240:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:241:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:244:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:245:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:256:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:257:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:262:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h: In
member function `virtual void libebml::EbmlElement::SetDefaultSize(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:235:
error: `DefaultSize' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:235:
error: `aDefaultSize' undeclared (first use this function)
In file included from
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:39:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h: At
global scope:
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:65:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:66:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:67:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:69:
error: expected `,' or `...' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:69:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:75:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:75:
error: expected `;' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:77:
error: expected `;' before "void"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:77:
error: expected `,' or `...' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:77:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:86:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:87:
error: ISO C++ forbids declaration of `type name' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:87:
error: expected `;' before "binary"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:89:
error: expected `;' before "bool"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:94:
error: ISO C++ forbids declaration of `binary' with no type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:94:
error: expected `;' before '*' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h: In
member function `void libebml::EbmlBinary::SetBuffer(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:70:
error: `Data' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:70:
error: expected primary-expression before ')' token
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:70:
error: expected `;' before "Buffer"
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:71:
error: `Size' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:71:
error: `BufferSize' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h: In
member function `void libebml::EbmlBinary::CopyBuffer(int)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:78:
error: `Data' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:80:
error: `binary' is not a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:80:
error: `BufferSize' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:81:
error: `Buffer' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlBinary.h:82:
error: `Size' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp: In
constructor `libebml::EbmlBinary::EbmlBinary()':
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:44:
error: class `libebml::EbmlBinary' does not have any field named `Data'
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:45:
error: no matching function for call to
`libebml::EbmlElement::EbmlElement(int, bool)'
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:267:
note: candidates are: libebml::EbmlElement::EbmlElement(const
libebml::EbmlElement&)
/software/libmatroksa/libebml-0.7.1/make/linux/../../ebml/EbmlElement.h:153:
note: libebml::EbmlElement::EbmlElement(int)
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp: In
copy constructor `libebml::EbmlBinary::EbmlBinary(const
libebml::EbmlBinary&)':
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:53:
error: 'const class libebml::EbmlBinary' has no member named 'Data'
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:54:
error: `Data' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:56:
error: `binary' has not been declared
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:56:
error: `Size' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:57:
error: 'const class libebml::EbmlBinary' has no member named 'Data'
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp: In
destructor `virtual libebml::EbmlBinary::~EbmlBinary()':
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:62:
error: `Data' undeclared (first use this function)
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp: At
global scope:
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:66:
error: `uint32' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:76:
error: `uint64' does not name a type
/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.cpp:81:
error: `uint64' does not name a type
make: ***
[/software/libmatroksa/libebml-0.7.1/make/linux/../../src/EbmlBinary.o]
Error 1
>
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
More information about the Matroska-users
mailing list