-
Hi,
currently soprano's virtuoso backend requires iodbc to build.
unixODBC (http://unixodbc.org/) is another implementation of the same ODBC API and can be easily supported by simply adjusting the cmake checks.
I'm attaching a (bogus) patch I've used to build the virtuoso backend with unixODBC; it needs some work though [right now it just assumes that if iodbc isn't installed, unixODBC is...
10:19AM UTC on May 20 2009 in Soprano
-
Updating now that a fix is attached.
01:04PM UTC on Jan 26 2009 in libusb
-
It barfs in the call to
usbi_err(ctx, "opendir devices failed errno=%d", errno);
in
sysfs_get_device_list.
12:49PM UTC on Jan 26 2009 in libusb
-
This code crashes on Linux if /proc/bus/usb isn't mounted (and/or there are no USB controllers):
libusb_init(0);
struct libusb_device **devs;
ssize_t cnt=libusb_get_device_list(0, &devs);.
11:14AM UTC on Jan 26 2009 in libusb
-
In the LZMA SDK 4.62, lzma.txt says
1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian)
to header:
unsigned char header[LZMA_PROPERTIES_SIZE + 8];
ReadFile(inFile, header, sizeof(header)
but LZMA_PROPERTIES_SIZE isn't defined anywhere anymore.
04:27PM UTC on Dec 17 2008 in 7-Zip
-
I think the crasher problem might be the usage of pScreen as dix key in dispcur.c, not sure though.
03:05PM UTC on Dec 08 2008 in xf4vnc
-
The attached patch (relative to xorg-server-1.5.99.2) adds xf4vnc code on top of current X.
It compiles, but there's still a crashing bug somewhere that needs more debugging than I currently have time for.
03:02PM UTC on Dec 08 2008 in xf4vnc
-
The problem is caused by the use of the asm statement
fnstsw %eax
That used to work with old versions of binutils, current binutils versions (correctly) reject it as invalid because it uses a 16 bit operation on a 32 bit register.
The correct fix is to work on the 16 bit version of the register instead:
fnstsw %ax
I'm attaching a patch that fixes this.
03:48PM UTC on Oct 04 2008 in Allegro game programming library
-
Trying to build soprano with a recent Qt 4.5.0 snapshot results in
In file included from /usr/src/ark/BUILD/soprano/soprano/inference/inferencemodel.cpp:434:
/usr/lib/qt4/include/QtCore/qhash.h: In member function 'typename QHash::Node** QHash::findNode(const Key&, uint*) const [with Key = Soprano::Node, T = QHashDummyValue]':
/usr/lib/qt4/include/QtCore/qhash.h:741...
03:07PM UTC on Aug 19 2008 in Soprano
-
qmake uses linux-g++-64 rather than linux-g++ on 64-bit linux systems - and since there's nothing linux specific in linux.cpp, it makes sense to just use it on all unix variants. Just using the generic "unix" instead of the linux-g++ hardcode should make it compile pretty much anywhere.
10:25AM UTC on May 03 2008 in Pencil