[Bug 575968] Re: Fullscreen doesn't work since Lucid
Fabrice Coutadeur
coutadeurf at gmail.com
Tue Sep 14 05:59:28 BST 2010
Hi,
IT seems to FTBFS (not because of your patch, I think). Can you check?
This is the error I am getting:
...g++ -o Video.o -g -O2 -I/usr/include/freetype2 -fno-strict-aliasing -g -DDBG -pthread -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/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -fno-strict-aliasing -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fpic -DPIC -Wall -DUSE_GTK -pthread -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/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -c Video.cpp
In file included from /usr/include/glib-2.0/glib.h:90,
from /usr/include/glib-2.0/gobject/gtype.h:26,
from /usr/include/glib-2.0/gobject/gboxed.h:26,
from /usr/include/glib-2.0/glib-object.h:25,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from messagebox.h:26,
from Video.cpp:27:
/usr/include/glib-2.0/glib/gvariant.h:71: error: two or more data types in declaration of 'parameter'
make[3]: *** [Video.o] Error 1
thanks,
Fabrice
** Changed in: mupen64plus (Ubuntu Lucid)
Status: New => In Progress
** Changed in: mupen64plus (Ubuntu Lucid)
Assignee: (unassigned) => Sven Eckelmann (sven-eckelmann)
--
Fullscreen doesn't work since Lucid
https://bugs.launchpad.net/bugs/575968
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
Status in “mupen64plus” package in Ubuntu: Fix Released
Status in “mupen64plus” source package in Lucid: In Progress
Status in “mupen64plus” package in Debian: Fix Released
Bug description:
Binary package hint: mupen64plus
After an update to Lucid Lynx, the fullscreen mode in mupen64plus (1.5+dfsg1-7build1) doesn't work anymore. Neither can you switch to fullscreen by pressing Alt+Return, nor does the "Always start in fullscreen mode" option work.
Everything worked fine in Karmic Koala.
TEST CASE: To test the problem just use a driver with a very long vendor string. Just patch your libgl to output such a string (256 bytes should be sufficient). Use different random strings and test it on different platforms to create the different types of crashes/random misbehavior.
The m_strDeviceStats is only used in one place:
{{{
sprintf(m_strDeviceStats, "%s - %s : %s", m_pVendorStr, m_pRenderStr, m_pVersionStr);
TRACE0(m_strDeviceStats);
printf("%s\n", m_strDeviceStats);
}}}
More information about the Ubuntu-sponsors
mailing list