-
File Added: geninfo-space.patch.
2008-10-07 23:50:52 UTC in Linux Test Project
-
In lcov 1.6, geninfo fails to find gcno/gcda files if the source directory has spaces in the name, because it uses backticks to shell out to "find", passing $directory on the command-line.
Attached is a patch that double-quotes the variable, allowing geninfo to operate on directories with spaces in their name. The fix isn't perfect; it won't work on directories with a " character, but it...
2008-10-07 23:50:20 UTC in Linux Test Project
-
Response from http://developer.pidgin.im/ticket/5651 :
---
04/28/2008 12:40:44 PM changed by datallah ΒΆ
owner changed from lschiere to datallah.
component changed from unclassified to winpidgin (gtk).
pending set to 1.
In general, it is best to avoid polluting the System Path with stuff that is likely to conflict (as some components of the GTK+ runtime are likely to do). It would cause...
2008-04-28 18:12:36 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
Filed this in Pidgin's bug tracker at http://developer.pidgin.im/ticket/5651 .
2008-04-28 01:55:27 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
The 16-bit checksum needs to be reverse-engineered in order to make a working MP2P client. This hasn't been done yet, so all this project has produced is a Wireshark dissector.
I recently attended a presentation about neural networks and the claim was that they can be trained, given a set of inputs and desired outputs. This may be able to crack the 16-bit checksum, since it is trivial to...
2008-03-14 05:00:39 UTC in OpenLITO Open Source MANOLITO P2P Client
-
Supposedly, this kind of configuration shouldn't allow the packaged libraries to conflict with installed libraries. It was designed to allow programs to run of USB drives, for example, without installing anything on the host system.
2008-02-14 02:15:30 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
One possible solution could be to use a "portable" installation, such as described for Pidgin on http://developer.pidgin.im/wiki/Using%20Pidgin#RunningWindowsPidginFromaUSBDrivePortableMode - this will allow TiEmu to use a different Gtk+ runtime than on the system, but that might be overkill.
2008-02-13 16:45:50 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
rom's new installer at fixes this problem. I tested it by installing Pidgin 2.3.1, then TiEmu with rom's installer, and the installer accepted the installed version of Gtk+.
However, after installation, running TiEmu still results in this problem: https://sourceforge.net/tracker/index.php?func=detail&aid=1891657&group_id=23169&atid=377680 .
2008-02-12 19:16:54 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
Nope, I'm not setting any search paths. Probably the search path isn't the problem if the Gtk+ installer sets it up automatically. Pidgin finds it just fine.
If you think DLL hell is bad, try installing multiple versions of Cygwin :), but that's for another thread...
2008-02-12 04:21:38 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.
-
Ah, so the installer is alphabetically determining 2.10 < 2.6... it looked like that was happening.
Using the installer with gdb doesn't exhibit this problem, but I do get a "cannot find glib-2.0-0.dll" runtime error when starting TiEmu. Seems to be a separate issue, filed: https://sourceforge.net/tracker/index.php?func=detail&aid=1891657&group_id=23169&atid=377680.
2008-02-12 02:38:17 UTC in TiEmu - a TI89(ti)/92(+)/V200 emulator.