Back to top

Herzlich Willkommen!

Die aktuelle Seite ist eine Zusammenstellung von dem, was in so einem Internetleben anfallen kann: Eine persönliche Homepage.

Enable logging in Jabref

Recently, I started to fix some issues in the Bibsonomy JabRef plugin. As debugging is not possible if you don't get any information about what's going on, I tried to enable logging. According to the Bibsonomy website the plugin uses Log4J for logging. But I was unable to change the console output of JabRef. I simply didn't accept my log4j.properties.

Running OpenMusic on Debian GNU/Linux

Recently, I have been asked to try to get OpenMusic running on Linux. So far, IRCAM provides only versions for Windows and Mac OS X. Ok. OpenMusic is GPL licensed and the source code is availlable from their download page. I downloaded it, ignoring the sufficiently large list of dependencies – I can return to this topic later.

LispWorks

Compiling LeoCAD on Debian or Ubuntu

Though LeoCAD could be availlable in Debian soon, I wanted to install it now.

Compiling LeoCAD on Debian based systems as Ubuntu is easy as described on The official Wiki page. But there are some easy steps missing.

Lets. start: Open a shell window (xterm, Terminal, rxvt).

At first we need some software and libraries:

sudo apt-get install subversion libgtk2.0-dev libgl1-mesa-dev libjpeg-dev libpng-dev zlib1g-dev

Schlagworte: 

Some notes to wxWidgets

Well, today I've solved some problems using wxWidgets for Mutabor.

The first one was, that my focus changes are not shown on Microsoft Windows. The reason is simple: Microsoft Windows does not allow to change the border of a window. Even if it is a child of another one! So, I changed the corresponding drawing routines to draw a border on wxMSW when the corresponding shape is focused.

Pages