-
I've been tracing this adding printf's to the relevant code, using gitk to test, and the failing XGetICValues() call never gets made when using an older libX11, so what changed is not that XGetICValues() started failing all of a sudden, but that it started getting called.
2009-02-23 13:45:20 UTC in Tk Toolkit
-
Hi,
I accidentally found out that the sf.net user
Michael Hardy:
https://sourceforge.net/users/hardycreations/
Abuses sf.net to host many GPL rip-offs which the tries to sell as shareware!
Given that he is obviously doing all this intentionally in an attemp to make money, I've not bothered to contact him before filing this request.
Here is a complete list of all his projects:
*...
2008-12-31 15:47:32 UTC in SourceForge.net
-
Hi,
When using pychecker 0.8.18 on our code base it gives various import errors, without a backtrace as the error happens within pychecker itself.
The error can be made visible by changing line 516 from:
for filename, line, func, text in tbinfo[1:]:
To:
for filename, line, func, text in tbinfo:
This shows the error is at line 628 of checker.py:
if not...
2008-10-30 12:02:17 UTC in PyChecker
-
Hi,
Short intro: I'm a Fedora developer and the maintainer of the bochs packages in Fedora.
The attached patch fixes compilation of bochs 2.3.7 on bigendian machines.
Regards,
Hans.
2008-06-12 19:07:28 UTC in Bochs x86 PC emulator
-
As a work around add: "using namespace __gnu_cxx;" after the "using namespace std;" line in symbols.cc.
2008-06-09 19:10:38 UTC in Bochs x86 PC emulator
-
Hi,
I'm the Fedora packager of scummvm and free scummvm title like bass fotaq and lure.
The Fedora packages of bass fotaq and lure provide a menu entry to launch them, which invokes scummvm like this:
scummvm -f -p /usr/share/flight-of-the-amazon-queen queen
If a user starts scummvm after he has used the menu entry invoking the above command atleast once, then scummvm lists fotaq as...
2008-05-26 10:07:31 UTC in ScummVM
-
jwrdegoede committed revision 62 to the Egoboo SVN repository, changing 8 files.
2008-05-24 18:24:12 UTC in Egoboo
-
Hi,
I encountered this crash in ekiga while writing a v4l2 device driver for a pac207 usb webcam (*). I was testing my driver with ekiga and at first I blamed my driver, but a few hours later I know better.
ekiga uses pwlib to access webcam's, and pwlib's vconvert.cxx, and converters from that class should be able to handle both pixelformat changes as scaling.
However the...
2008-03-22 19:02:52 UTC in OpenH323
-
jwrdegoede committed patchset 3056 of module kralovstvi to the 8 Kingdoms CVS repository, changing 7 files.
2008-01-08 19:58:23 UTC in 8 Kingdoms
-
Hi all,
msofer is correct, I'm the initiator of the wrong accusation that stack and heap addresses were being compared. My bad entirely, I misread the code. Now that msofer has educated me about the tcl thread model I will be writing a proper fix for 8Kingdoms this. I'll also make sure that stackchecking gets re-enabled in the Fedora packages I'm kinda a high profile contributer there so when...
2008-01-08 09:18:22 UTC in Tcl