Created
August 8, 2009 04:34
-
-
Save ob/164299 to your computer and use it in GitHub Desktop.
This file contains 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
dirac build $ make | |
Scanning dependencies of target rphp-runtime | |
[ 1%] Building CXX object runtime/CMakeFiles/rphp-runtime.dir/pErrorManager.cpp.o | |
In file included from /Users/ob/projects/rphp/include/rphp/runtime/pRuntimeTypes.h:26, | |
from /Users/ob/projects/rphp/include/rphp/runtime/pErrorManager.h:24, | |
from /Users/ob/projects/rphp/runtime/pErrorManager.cpp:21: | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:26:28: error: unicode/unistr.h: No such file or directory | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:31: error: ‘UnicodeString’ does not name a type | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:36: error: ‘UnicodeString’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:36: error: template argument 1 is invalid | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:46: error: expected `)' before ‘*’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h: In constructor ‘rphp::pUStringP::pUStringP(const char*)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:41: error: ‘pUString’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:41: error: template argument 1 is invalid | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:41: error: expected type-specifier before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:41: error: expected `)' before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h: In member function ‘rphp::pUStringP& rphp::pUStringP::operator=(const char*)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:53: error: ‘class rphp::pUStringP’ has no member named ‘operator*’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:53: error: ‘US_INV’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pUString.h:53: error: ‘UnicodeString’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: At global scope: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:37: error: ISO C++ forbids declaration of ‘UnicodeString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:37: error: expected ‘;’ before ‘*’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:83: error: ISO C++ forbids declaration of ‘UnicodeString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:83: error: expected ‘;’ before ‘*’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:87: error: expected `;' before ‘const’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:119: error: expected ‘,’ or ‘...’ before ‘&’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:119: error: ISO C++ forbids declaration of ‘pUString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In constructor ‘rphp::pOutputBuffer::pOutputBuffer(rphp::pOutputBuffer::bufTypeT)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:45: error: class ‘rphp::pOutputBuffer’ does not have any field named ‘uBuffer_’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:51: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:51: error: expected type-specifier before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:51: error: expected `;' before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In destructor ‘rphp::pOutputBuffer::~pOutputBuffer()’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:58: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:59: error: type ‘<type error>’ argument given to ‘delete’, expected pointer | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In member function ‘size_t rphp::pOutputBuffer::length() const’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:69: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In member function ‘const char* rphp::pOutputBuffer::getRawBuffer() const’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:92: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In member function ‘void rphp::pOutputBuffer::newline()’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:102: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In member function ‘void rphp::pOutputBuffer::print(const rphp::pBString&)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:114: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:114: error: ‘US_INV’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:114: error: ‘UnicodeString’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: In member function ‘void rphp::pOutputBuffer::print(int)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:123: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:123: error: expected type-specifier before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:123: error: expected `;' before ‘UnicodeString’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:127: error: ‘uBuffer_’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:127: error: ‘str’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h: At global scope: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:137: error: expected ‘,’ or ‘...’ before ‘&’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputBuffer.h:137: error: ISO C++ forbids declaration of ‘pUString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pHash.h: In member function ‘size_t rphp::hKeyHasher::operator()(const rphp::pUStringP&) const’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pHash.h:64: error: base operand of ‘->’ has non-pointer type ‘const rphp::pUStringP’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pVarOperators.h: In member function ‘void rphp::pVar_var_dump::operator()(const rphp::pUStringP&) const’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pVarOperators.h:66: error: base operand of ‘->’ has non-pointer type ‘const rphp::pUStringP’ | |
/Users/ob/projects/rphp/include/rphp/runtime/pSupport.h: At global scope: | |
/Users/ob/projects/rphp/include/rphp/runtime/pSupport.h:33: error: expected ‘,’ or ‘...’ before ‘&’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pSupport.h:33: error: ISO C++ forbids declaration of ‘pUString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pSupport.h:37: error: ‘pUString’ does not name a type | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h:82: error: expected ‘,’ or ‘...’ before ‘&’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h:82: error: ISO C++ forbids declaration of ‘pUString’ with no type | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h: In member function ‘void rphp::pOutputManager::print(int)’: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h:85: error: ‘str’ was not declared in this scope | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h: At global scope: | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h:96: error: expected ‘,’ or ‘...’ before ‘&’ token | |
/Users/ob/projects/rphp/include/rphp/runtime/pOutputManager.h:96: error: ISO C++ forbids declaration of ‘pUString’ with no type | |
make[2]: *** [runtime/CMakeFiles/rphp-runtime.dir/pErrorManager.cpp.o] Error 1 | |
make[1]: *** [runtime/CMakeFiles/rphp-runtime.dir/all] Error 2 | |
make: *** [all] Error 2 | |
dirac build $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment