|
From: Daniel J S. <dan...@ie...> - 2012-08-27 19:44:23
|
On 08/26/2012 09:20 AM, Mojca Miklavec wrote: > Hello, > > I just realized that I don't get any labels with wxt terminal under > Mac OS X (neither with 2.8 nor with 2.9.4). Is there any other mac > user out there who ever tried to use wxt? > > It is possible that some recent library changes under MacPorts broke > the functionality. That would be my guess judging from what you've reported. I've little knowledge of MacPorts, but it appears that wxt is attempting to call all these global functions which then get lost somewhere or in some way. You recompiled with a proper configuration from scratch, i.e., ./prepare, ./configure? That should find the proper header files, but you may want to check that is in fact the case. Dan > I have no idea what exactly is going on. If I try > to change the font, it crashes with > > (process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (process:3664): GLib-GObject-CRITICAL **: g_object_get_qdata: > assertion `G_IS_OBJECT (object)' failed > > (process:3664): GLib-GObject-CRITICAL **: g_object_set_qdata_full: > assertion `G_IS_OBJECT (object)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-CRITICAL **: void > pango_fontset_foreach(PangoFontset *, PangoFontsetForeachFunc, > gpointer): assertion `PANGO_IS_FONTSET (fontset)' failed > > (process:3664): Pango-WARNING **: failed to choose a font, expect ugly > output. engine-type='PangoRenderCoreText', script='common' > > (process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (process:3664): Pango-WARNING **: couldn't load font "Lucida > Not-Rotated 320", modified variant/weight/stretch as fallback, expect > ugly output. > > (process:3664): GLib-GObject-CRITICAL **: g_object_ref: assertion > `G_IS_OBJECT (object)' failed > > (process:3664): Pango-ERROR **: Could not load fallback font, bailing out. > Trace/BPT trap: 5 > > Does anyone have any idea what could be going on? > > Mojca > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Dan Sebald email: daniel(DOT)sebald(AT)ieee(DOT)org URL: http://www(DOT)dansebald(DOT)com |