Bernhard Rosenkraenzer – bero

Show:

What's happening?

  • unixODBC support

    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

  • Comment: libusb_get_device_list crashes if /proc/bus/usb unmounted

    Updating now that a fix is attached.

    01:04PM UTC on Jan 26 2009 in libusb

  • Comment: libusb_get_device_list crashes if /proc/bus/usb unmounted

    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

  • libusb_get_device_list crashes if /proc/bus/usb unmounted

    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

  • Documentation doesn't match the code

    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

  • Comment: Support building with Xorg 1.6

    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

  • Support building with Xorg 1.6

    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

  • 4.2.2 fails to compile with recent versions of binutils

    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

  • Make it build with Qt 4.5.0 snapshots

    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

  • Make it compile on 64bit-Linux and on non-Linux unix systems

    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

About Me

  • 02/22/2000 (9 years ago)
  • 15538
  • bero (My Site)
  • Bernhard Rosenkraenzer

  • SQL-based SQL-based C Perl PHP Python HTML/XHTML Security Object Oriented Networking Documentation Documentation German

Send me a message