apartmentEmulator / mupen64plus

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

Main.cpp:787: error: invalid conversion from 'const char*' to 'char*' on Fedora 12 #298

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution: Fedora 12
 - Machine type: 64-bit
 - Mupen64Plus version: 1.5
 - Plugins used: -/-

Describe the problem:
Compiling on Fedora 12 fails.

Please provide any additional information below.
make -C glide64 all
make[1]: Entering directory `/home/martin/Desktop/Mupen64Plus-1-5-src/glide64'
g++ -o Main.o -I/usr/include/freetype2   -pipe -O3 -ffast-math
-funroll-loops -fexpensive-optimizations -fno-strict-aliasing
-march=athlon64 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12   -fpic -DPIC -DGCC
-DUSE_GTK -Iwrapper/ -MMD -MP -MQ Main.o -DUSE_GTK -I/usr/include/gtk-2.0
-I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12   -c Main.cpp
Main.cpp: In function 'BOOL InitGfx(BOOL)':
Main.cpp:787: error: invalid conversion from 'const char*' to 'char*'
make[1]: *** [Main.o] Error 1
make[1]: Leaving directory `/home/martin/Desktop/Mupen64Plus-1-5-src/glide64'
make: *** [plugins/glide64.so] Error 2

gtk2-devel-2.18.3-21.fc12.x86_64
gcc-4.4.2-7.fc12.x86_64
gcc-c++-4.4.2-7.fc12.x86_64

Original issue reported on code.google.com by mjuerg...@gmail.com on 22 Nov 2009 at 9:55

GoogleCodeExporter commented 8 years ago
Already reported and fixed. See
http://git.debian.org/?p=collab-maint/mupen64plus.git;a=blob;f=debian/patches/ft
bfs-glibc210.patch;h=91643595370dd87642917791c8f38fd14e555077;hb=HEAD
and bug 261

Original comment by sven@narfation.org on 23 Nov 2009 at 12:34

GoogleCodeExporter commented 8 years ago
okay thanks, this can be closed (sorry, i do not find the button to do so)

Original comment by mjuerg...@gmail.com on 23 Nov 2009 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by richard...@gmail.com on 6 Dec 2009 at 10:42