torsdag 17 september 2009

jamvm

Trying to compile jamvm on AmigaOS4.
I have a configure-line:

I also neede to define HAVE_SYS_PARAM_H 0 in src/config.h
#define HAVE_SYS_PARAM_H 0
#define USE_ZIP 0

alphasort had to be included in class.c:

int alphasort(const struct dirent **a, const struct dirent **b) {
return strcmp((*a)->d_name,(*b)->d_name);
}

Don't know if that is correct.

Then a few SIGs wasn't defined.

Inga kommentarer:

Skicka en kommentar