xcore / tool_axe

An XCore Emulator
Other
15 stars 8 forks source link

Property.h missing '#include <stdint.h>'? #8

Closed jameshanlon closed 12 years ago

jameshanlon commented 12 years ago

Otherwise the build is failing:

[ 97%] Building CXX object CMakeFiles/axe.dir/Property.cpp.o In file included from /home/jamie/repos/tool_axe/Property.cpp:6:0: /home/jamie/repos/tool_axe/Property.h:15:3: error: ‘int32_t’ does not name a type /home/jamie/repos/tool_axe/Property.h:17:3: error: ‘uint32_t’ does not name a type /home/jamie/repos/tool_axe/Property.h:19:19: error: ‘int32_t’ has not been declared /home/jamie/repos/tool_axe/Property.h:27:22: error: ‘uint32_t’ does not name a type /home/jamie/repos/tool_axe/Property.h:27:31: error: ISO C++ forbids declaration of ‘value’ with no type [-fpermissive] /home/jamie/repos/tool_axe/Property.h:32:64: error: ‘int32_t’ has not been declared /home/jamie/repos/tool_axe/Property.h:36:32: error: ‘uint32_t’ has not been declared /home/jamie/repos/tool_axe/Property.h:38:3: error: ‘int32_t’ does not name a type /home/jamie/repos/tool_axe/Property.h:46:3: error: ‘uint32_t’ does not name a type /home/jamie/repos/toolaxe/Property.h: In constructor ‘Property::Property(const PropertyDescriptor)’: /home/jamie/repos/tool_axe/Property.h:18:58: error: class ‘Property’ does not have any field named ‘integer’ /home/jamie/repos/tool_axe/Property.h: In member function ‘void Property::setInteger(int)’: /home/jamie/repos/tool_axe/Property.h:21:5: error: ‘integer’ was not declared in this scope /home/jamie/repos/tool_axe/Property.h: In member function ‘void Property::setPort(int)’: /home/jamie/repos/tool_axe/Property.h:29:5: error: ‘port’ was not declared in this scope /home/jamie/repos/tool_axe/Property.cpp: At global scope: /home/jamie/repos/tool_axe/Property.cpp:8:65: error: ‘int32_t’ has not been declared /home/jamie/repos/tool_axe/Property.cpp:24:43: error: ‘uint32t’ has not been declared make[2]: ** [CMakeFiles/axe.dir/Property.cpp.o] Error 1 make[1]: * [CMakeFiles/axe.dir/all] Error 2 make: * [all] Error 2