Pakete
- für SuSE Linux: PackMan
- für Ubuntu: Taxbird PPA
- für Debian: stesie’s Debian PPA
- für Gentoo: Portage
Quellcode
Der Quellcode der beiden Taxbird-Komponenten findet sich auf Gitoriuos in Form zweier Git-basierter Projekte:
Das ganze Repository kann wie folgt herunterladen werden:
git clone git://gitorious.org/taxbird/taxbird.git git clone git://gitorious.org/libgeier/libgeier.git
Tarbälle
Weiter gibt’s fertige Releases in der üblichen Form, als tar.gz-Archiv:
… ältere Versionen können durch Abändern der URL aufgerufen werden (oder in Form von Tags im Git-Repository).
Auch von mir vielen Dank für das Engagement!
Ich habe aber ein Problem, taxbird 0.16 unter Ubuntu 10.10 (Maverick) zu installieren. Das PPA (http://ppa.launchpad.net/madmuffin/ppa/ubuntu) liefert zwar unter Lucid taxbird 0.16 und libgeier0 0.12, nicht aber unter Maverick. Die Version für Maverick ist nicht installierbar, da libgeier0 0.11 aus dem normalen Archiv gefunden wird. Installiere ich aus der PPA für Lucid, meldet Taxbird beim Start “Failed to initialize GEIER data transfer library. Data transfers to fiscal authorities will not be possible.” Ist da ggf. etwas in dem PPA schief?
Gruß
martin
Well….I tried everything to get the damm things to install. Every time I came up to yet another brick wall. The last being “No libglade 2.0 and no libgnomeui-2.0″. And I couldn’t find them anywhere. Tried apt-get install – I tried finding them in Synaptic. Zip.
Now….I’m fairly new to all this compiling – but there has got to be an easier way than this just to get the sheets for 2011 installed. I must’ve wasted 2 hours pfaffing around.
Is there not a deb package anywhere that you can just “install”. In the end I sent off my vat tax for 2011 using the old 2010 headers. I just hope the office realizes that it’s 2011.
Unfortunately there’s not even a wee “notes” line for you to give a bit of written info – like “Sollte 2011 sein – tut mir leid”.
Ah well. Maybe there’ll be a deb package by the time the 2nd quarter is due.
Hallo Colin,
deb-Pakete für Ubuntu bzw. Debian-basierte Systeme sind unter https://launchpad.net/~madmuffin/+archive/ppa verfügbar. Bis gestern war in den Paketen ein Bug, das habe ich heute gefixt.
Gruß,
madmuffin
I was able to compile this for mac using macports libraries. You will need to install the following libraries before you compile:
$ port install libgtkhtml3 argp-standalone gnuregex openssl libproxy glib2 guile
Some of these could take some time to build if you do not already have them. After this grab the code from the repository for both taxbird and the library:
$ git clone git://gitorious.org/taxbird/taxbird.git
$ git clone git://gitorious.org/libgeier/libgeier.git
Compile libgeier:
$ cd libgeier
$ export PATH=/opt/local/bin:$PATH
(without the above various things will fail with autoreconf)
$ export LIBS=”-L/opt/local/lib -largp”
$ autoreconf -i
$ ./configure –prefix=/opt/local –with-openssl
$ make
$ sudo make install
Compile taxbird:
$ cd ../taxbird
$ export CFLAGS=”-fnested-functions”
$ autoreconf -i
$ ./configure –prefix=/opt/local
$ make
TROUBLESHOOTING:
If you get an error about a missing library during compile or configure just try to find that library from macports. If you get something more obscure that doesnt make sense, such as an error such as the following that indicates that some dependent library is referencing another outdated library:
libtool: link: cannot find the library `/opt/local/lib/libpng12.la’ or unhandled argument `/opt/local/lib/libpng12.la’
Libpng14 was installed so you can either update all the dependents for that library:
$ sudo port -R upgrade libpng
Or what I did was just fake having the old lib:
$ sudo ln -s /opt/local/lib/libpng14.la /opt/local/lib/libpng12.la
If you get this error when running taxbird:
$ taxbird
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
Referenced from: /opt/local/lib/libgnomeui-2.0.dylib
Reason: image not found
Trace/BPT trap
Try:
$ sudo port upgrade libgnomeui
tolle idee, tolles engagement..aber als “normalbürger” mit einem mac irgendwieundurchschaubar..versuche seit einer stunde vergeblich einen link für einen brauchbaren download zu finden…auf elster´s website ist vermerkt, daß man bei euch mac-taugliche umsatzvorsteuererklärung finden kann…
hm..
??
..
gruß micha
Hallo Micha,
das steht leider seit Ewigkeiten falsch auf der Elster-Homepage. Taxbird selbst ist primär für Unix-Systeme entwickelt und Teil verschiedener Distributionen — auf dieser Seite gibt es jedoch ausschließlich den Quellcode zum Download. Theoretisch sollte eine Installation unter MacOS bzw. Windows möglich sein, das hat soweit ich weiß aber noch niemand gemacht.
Viele Grüße
Stefan