Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » Font bug in X11
Font bug in X11 [message #9957] Mon, 11 June 2007 15:03 Go to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
This is the simplest test-case I've been able to create:
#include <CtrlLib/CtrlLib.h>
using namespace Upp;

struct Test {
	Font font;
	Test() {font.FaceName("sans serif");}
};
Test t;

GUI_APP_MAIN
{	
	printf("Hello World!");
}

This causes the app to stop at the following point in an X11 library:
Quote:

XAddExtension () from /usr/X11R6/lib/libX11.so.6


This only happens when you set the font in this particular way (perhaps because GUI_APP_MAIN hasn't been run when the font face is set?).

I can understand if this problem is not fixable, but could there please be some sort of #error so it's easier to detect. It has taken me a lot of time to find out what caused this. Test on Slackware (KDE) with dev-3.

James

[Updated on: Mon, 11 June 2007 15:04]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Mac OS X + 2007.1rc5
Next Topic: NTL bench on XP64 - Just for info
Goto Forum:
  


Current Time: Fri Apr 26 19:59:33 CEST 2024

Total time taken to generate the page: 0.02963 seconds