LINUX.ORG.RU
Ответ на: комментарий от postrediori

А с последней ревизией что-то не то:

error (subversion)

XML data was not well formed


И не вспомнил об игрушке, если б не эта тема. Нужно быдить авторов по почте.

postrediori
()
g++ -c -O2 `wx-config --version=2.9 --debug=no --cxxflags std,aui,gl,stc` -o src/AnimatedEntryPanel.o src/AnimatedEntryPanel.cpp
In file included from src/Main.h:57,
                 from src/AnimatedEntryPanel.cpp:31:
src/MemChunk.h:7: error: ISO C++ forbids declaration of ‘uint8_t’ with no type
src/MemChunk.h:7: error: expected ‘;’ before ‘*’ token
src/MemChunk.h:8: error: ‘uint32_t’ does not name a type
src/MemChunk.h:9: error: ‘uint32_t’ does not name a type
src/MemChunk.h:12: error: expected ‘)’ before ‘size’
src/MemChunk.h:13: error: ISO C++ forbids declaration of ‘uint8_t’ with no type
src/MemChunk.h:13: error: expected ‘,’ or ‘...’ before ‘*’ token
src/MemChunk.h:16: error: ISO C++ forbids declaration of ‘uint8_t’ with no type
src/MemChunk.h:16: error: expected ‘;’ before ‘&’ token
src/MemChunk.h:19: error: expected ‘;’ before ‘const’
src/MemChunk.h:19: error: ISO C++ forbids declaration of ‘uint8_t’ with no type
src/MemChunk.h:19: error: expected ‘;’ before ‘*’ token
src/MemChunk.h:20: error: expected ‘;’ before ‘uint32_t’


...



make: *** [src/AnimatedEntryPanel.o] Ошибка 1

Главная ошибка, как я понял, здесь:

#ifndef __MEMCHUNK_H__
#define __MEMCHUNK_H__

class MemChunk {
protected:
	uint8_t* 	data;
	uint32_t	cur_ptr;
	uint32_t	size;
в строке uint8_t* data.

Mihaly4_6572
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.