[ scummvm-Bugs-1749559 ] Compilation failed on backend PSP with last toolchain
SourceForge.net
noreply at sourceforge.net
Sat Jul 7 12:46:04 CEST 2007
Bugs item #1749559, was opened at 2007-07-07 10:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1749559&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Floyd (pinkley)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compilation failed on backend PSP with last toolchain
Initial Comment:
Last svn version.
Last PSP toolchain version.
mkdir -p tools/.deps
cc -Wall -o tools/convbdf ../../../tools/convbdf.c
mkdir -p tools/.deps
cc -Wall -o tools/md5table ../../../tools/md5table.c
mkdir -p ./.deps
psp-g++ -Wp,-MMD,"./.deps/psp_main.d",-MQ,"psp_main.o",-MP -I../../.. -I. -I../../../engines/ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `/usr/local/pspdev/psp/sdk/../bin/sdl-config --cflags` -DUSE_MAD -DUSE_VORBIS -DUSE_TREMOR -fno-exceptions -fno-rtti -DDISABLE_SCALERS -DDISABLE_HQ_SCALERS -c psp_main.cpp -o psp_main.o
../../../common/scummsys.h:374: erreur: conflicting declaration typedef int int32
/usr/local/pspdev/psp/sdk/include/psptypes.h:90: erreur: int32 has a previous declaration as typedef int32_t int32
make: *** [psp_main.o] Erreur 1
After having deleted line 90 in psptypes.h, it does work.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1749559&group_id=37116
More information about the Scummvm-tracker
mailing list