Franck Charlet
Franck Charlet
I thought that would be rather straightforward. You just have to build the src/extralibs with the provided makefiles (actually the repository contains the lib already compiled) & then the tracker....
The seg fault is coming from the *pointer=value; in xml.cpp.
Also it's using oss so you'll probably have to install the oss emulation of alsa. I planed to move the audio output to alsa but never did (it shouldn't be...
Basically, you'll have to do a "make -f makefile.macosx" and it should create an universal binary but i don't think newer OSX can compile ppc code (it was made a...
diogoeichert: i'll see what i can do about that. SamuraiCrow: I'll move the linux version from oss to alsa.
Indeed there's an assertion in linux 64 bit (debian) and a seg fault in 32 bit flavour, i'll investigate.
It should now work on Linux 64 bit (it least it does in VirtualBox) but it refuses to work on Linux 32 bit (where it segfault in SDL_SetPalette()).
There are several errors and they all are occurring inside SDL, i don't know why (the tracker works perfectly in Windows & FreeBSD), it could also be some GCC quirks....
I just recompiled with the latest repository (the one from 8 minutes ago) on Debian 64 (in VirtualBox) and it works (albeit there may be some framerate issues with ALSA).
Try it again, it should work now...