apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

FTBFS while having NO_ASM=1 and DBG=1 #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I compile it with NO_ASM=1 and DBG=1 the compilation of the debugger
fails due to a missing MACRO.

---
Fails to build on powerpc with following message:
gcc -o debugger/memory.o -g -O2 -I/usr/include/freetype2   -pipe -O3
-ffast-math -funroll-loops -fexpensive-optimizations -fno-strict-aliasing -
mcpu=powerpc -D_BIG_ENDIAN -DNO_ASM -g -DDBG -D_REENTRANT
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -
I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -c debugger/memory.c
debugger/memory.c: In function 'write_memory_32':
debugger/memory.c:300: error: expected ';' before 'break'
make[2]: *** [debugger/memory.o] Error 1
make[2]: Leaving directory
`/build/buildd-mupen64plus_1.5+dfsg1-1-powerpc-lpM8sn/mupen64plus-1.5+dfsg1'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory
`/build/buildd-mupen64plus_1.5+dfsg1-1-powerpc-lpM8sn/mupen64plus-1.5+dfsg1'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

---
Patch taken from 
http://git.debian.org/?p=collab-maint/mupen64plus.git;a=tree;f=debian/patches;hb
=master

Original issue reported on code.google.com by sven@narfation.org on 1 Sep 2009 at 8:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Updated for to provide dummy functions for disassembling recompiled code

Original comment by sven@narfation.org on 2 Sep 2009 at 3:00

Attachments:

GoogleCodeExporter commented 8 years ago
thanks, fixed in rev 1409

Original comment by richard...@gmail.com on 29 Sep 2009 at 3:52