今までできたいたのにmake出来なくなりました

PSPのプログラミングに関する話題はこちらでどうぞ。
フォーラムルール
フォーラムをご利用するにあたってのルールは以下に記載してあります。
初めてご利用になる方へ:最初にお読みください

今までできたいたのにmake出来なくなりました

未読記事by マンボウ » 2011年8月02日(火) 00:49

PSPSDK+DxLibPで四聖龍神録のソースコードをPSP用のゲームにmakeしています
今まで普通にmakeできていたのにある時からこんなエラーが出るようになりmakeできません
In file included from boss_shot.cpp:1:
../include/GV.h:4:1: warning: "KEY_INPUT_Z" redefined
In file included from ../include/GV.h:3,
from boss_shot.cpp:1:
../include/../source/dxlibp.h:213:1: warning: this is the location of the previous definition
In file included from boss_shot.cpp:1:
../include/GV.h:5:1: warning: "KEY_INPUT_LSHIFT" redefined
In file included from ../include/GV.h:3,
from boss_shot.cpp:1:
../include/../source/dxlibp.h:122:1: warning: this is the location of the previous definition
In file included from boss_shot.cpp:1:
../include/GV.h:6:1: warning: "KEY_INPUT_T" redefined
In file included from ../include/GV.h:3,
from boss_shot.cpp:1:
../include/../source/dxlibp.h:207:1: warning: this is the location of the previous definition
In file included from boss_shot.cpp:1:
../include/GV.h:9:36: warning: "/*" within comment
In file included from boss_shot.cpp:1:
../include/GV.h:1: error: expected unqualified-id before '/' token
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:18,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/psptypes.h:39: error: 'uint8_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:40: error: 'uint16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:42: error: 'uint32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:43: error: 'uint64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:45: error: 'int8_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:46: error: 'int16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:48: error: 'int32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:49: error: 'int64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:54: error: 'uint8_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:55: error: 'uint16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:57: error: 'uint32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:58: error: 'uint64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:60: error: 'int8_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:61: error: 'int16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:63: error: 'int32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:64: error: 'int64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:68: error: 'u8' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:69: error: 'u16' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:70: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:71: error: 'u64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:73: error: variable or field '_sb' declared void
C:/pspsdk096signed/psp/sdk/include/psptypes.h:73: error: 'u8' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:73: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:74: error: variable or field '_sh' declared void
C:/pspsdk096signed/psp/sdk/include/psptypes.h:74: error: 'u16' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:74: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:75: error: variable or field '_sw' declared void
C:/pspsdk096signed/psp/sdk/include/psptypes.h:75: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:75: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:76: error: variable or field '_sd' declared void
C:/pspsdk096signed/psp/sdk/include/psptypes.h:76: error: 'u64' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:76: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psptypes.h:80: error: 'uint16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:81: error: 'uint32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:82: error: 'uint64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:83: error: 'uint64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:87: error: 'int16_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:88: error: 'int32_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:89: error: 'int64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:90: error: 'int64_t' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:123: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:124: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:125: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:126: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:148: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:149: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:178: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:179: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:180: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:212: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:213: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:214: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:215: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:377: error: 'SceULong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:378: error: 'SceLong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:398: error: 'SceULong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psptypes.h:399: error: 'SceLong64' does not name a type
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:19,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspkerneltypes.h:36: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspkerneltypes.h:37: error: 'SceInt64' does not name a type
In file included from C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:19,
from C:/pspsdk096signed/psp/sdk/include/pspuser.h:20,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_stat.h:107: error: 'SceOff' does not name a type
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:20,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:169: error: 'SceOff' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:181: error: 'SceOff' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:399: error: 'SceInt64' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:409: error: 'SceInt64' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:419: error: 'SceInt64' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr.h:430: error: 'SceInt64' has not been declared
In file included from C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:21,
from C:/pspsdk096signed/psp/sdk/include/pspuser.h:25,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:75: error: variable or field 'pspDebugScreenSetBackColor' declared void
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:75: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:82: error: variable or field 'pspDebugScreenSetTextColor' declared void
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:82: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:99: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:99: error: 'u8' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:118: error: variable or field 'pspDebugScreenSetBase' declared void
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:118: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:118: error: 'base' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:196: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:198: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:200: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:202: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:203: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:204: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:205: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:206: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:208: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:209: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:210: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:211: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:213: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:214: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:215: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:216: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:217: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:218: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:219: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:220: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:221: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:222: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:223: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:224: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:225: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:226: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:227: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:229: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:230: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:256: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:270: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:272: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:292: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:293: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:294: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:295: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:296: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:297: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:298: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:299: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:300: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:301: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:302: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:303: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:304: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:305: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:306: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:307: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:308: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:309: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:310: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspdebug.h:311: error: 'u32' does not name a type
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:25,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:41: error: 'SceUInt32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:42: error: 'SceUInt32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:655: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:665: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:676: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:676: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:676: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:688: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:688: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:688: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:700: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:700: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:700: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1472: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1494: error: 'SceInt64' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1494: error: expected primary-expression before 'unsigned'
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1494: error: expected primary-expression before 'unsigned'
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1494: error: initializer expression list treated as compound expression
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1510: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1559: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1578: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1598: error: 'SceInt64' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1619: error: 'SceInt64' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1619: error: 'SceInt64' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspthreadman.h:1643: error: 'SceInt64' has not been declared
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:26,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/psputils.h:96: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:104: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:110: error: 'SceUShort16' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:111: error: 'SceUShort16' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:112: error: 'SceULong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: 'u8' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: 'data' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: 'u8' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: 'digest' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:125: error: initializer expression list treated as compound expression
C:/pspsdk096signed/psp/sdk/include/psputils.h:153: error: 'u8' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:153: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:163: error: 'u8' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:168: error: 'SceUShort16' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:169: error: 'SceUShort16' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:170: error: 'SceULong64' does not name a type
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: 'u8' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: 'data' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: 'u32' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: 'u8' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: 'digest' was not declared in this scope
C:/pspsdk096signed/psp/sdk/include/psputils.h:183: error: initializer expression list treated as compound expression
C:/pspsdk096signed/psp/sdk/include/psputils.h:212: error: 'u8' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:212: error: 'u32' has not been declared
C:/pspsdk096signed/psp/sdk/include/psputils.h:222: error: 'u8' has not been declared
In file included from C:/pspsdk096signed/psp/sdk/include/pspuser.h:29,
from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:18,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:153: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:154: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:155: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:156: error: 'u16' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:157: error: 'u16' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:158: error: 'u16' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:159: error: 'u16' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:160: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:161: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:162: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:163: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:164: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:165: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:166: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspintrman.h:167: error: 'u32' does not name a type
In file included from C:/pspsdk096signed/psp/sdk/include/pspkernel.h:19,
from ../include/GV.h:2,
from boss_shot.cpp:1:
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:48: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:50: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:54: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:68: error: expected identifier before '*' token
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:68: error: 'SceOff' has not been declared
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:68: error: ISO C++ forbids declaration of 'SceOff' with no type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:68: error: 'SceOff' declared as function returning a function
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:91: error: 'u32' does not name a type
C:/pspsdk096signed/psp/sdk/include/pspiofilemgr_kernel.h:93: error: 'u32' does not name a type
In file included from ../include/GV.h:3,
from boss_shot.cpp:1:
../include/../source/dxlibp.h:351: error: 'u32' does not name a type
../include/../source/dxlibp.h:354: error: 'u8' does not name a type
../include/../source/dxlibp.h:355: error: 'u8' does not name a type
../include/../source/dxlibp.h:356: error: 'u8' does not name a type
../include/../source/dxlibp.h:357: error: 'u8' does not name a type
../include/../source/dxlibp.h:455: error: 'u64' does not name a type
../include/../source/dxlibp.h: In function 'COLOR_U8 GetColorU8(int, int, int, int)':
../include/../source/dxlibp.h:1728: error: 'struct COLOR_U8' has no member named 'a'
../include/../source/dxlibp.h:1729: error: 'struct COLOR_U8' has no member named 'b'
../include/../source/dxlibp.h:1730: error: 'struct COLOR_U8' has no member named 'g'
../include/../source/dxlibp.h:1731: error: 'struct COLOR_U8' has no member named 'r'
make: *** [boss_shot.o] Error 1

こんな感じで大量にエラーが出ます
なぜですか?とくにゲーム本体のソースコード以外はいじっていません
http://psp-team.pl/forumpsp/index.php?showtopic=20673
ここでも同じように方報告されていましたが上のサイトは何語ですかね?
マンボウ
 
記事: 6
登録日時: 2011年7月07日(木) 23:28

今までできたいたのにmake出来なくなりました

スポンサードリンク

スポンサードリンク
 

Re: 今までできたいたのにmake出来なくなりました

未読記事by マンボウ » 2011年8月02日(火) 01:16

http://forum.core-ita.com/showthread.ph ... e-c-ubuntu
ここにも同じようなこと書いてあるんですけど、これもまた英語じゃないんですよね
マンボウ
 
記事: 6
登録日時: 2011年7月07日(木) 23:28

Re: 今までできたいたのにmake出来なくなりました

未読記事by マンボウ » 2011年8月02日(火) 09:09

龍神録の方にエラーがあったら作者様が一番わかってらっしゃると思うので
龍神録本家のhttp://dixq.net/forum/viewtopic.php?f=3&t=9016こちらにも質問させていただきました
マンボウ
 
記事: 6
登録日時: 2011年7月07日(木) 23:28

Re: 今までできたいたのにmake出来なくなりました

未読記事by マンボウ » 2011年8月02日(火) 12:15

エラーの原因わかりました
windowsでもPSPでもインクルードするファイルを変えるだけで同じ挙動を示す関数が使えるので

/*PSP*//
#include<pspkernel.h>
#include "../source/dxlibp.h"
#define KEY_INPUT_Z (0x00002000)
#define KEY_INPUT_LSHIFT (0x00000200)
#define KEY_INPUT_T (0x00000100)/**/

/*windows*
#include "../../../include/DxLib.h"/**/

こんな感じで、ビルドする用途に合わせて置き換えをしていました
(上の場合ではwindowsようのがコメントになって、PSPようのはコードの一分になります)
/*PSP*/のあとのスラッシュが邪魔してたようです
お騒がせしました
マンボウ
 
記事: 6
登録日時: 2011年7月07日(木) 23:28


Return to PSP Programing

オンラインデータ

このフォーラムを閲覧中のユーザー: なし & ゲスト[7人]

cron