You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Here is the first batch of files and diffs for the BeOS port. I've run into
problems with some bits of it, but when all the patches are in it'll buildand we can fix it from there :) I've got a version that builds and runs andthat is the basis for these patches.The first file has the new additional files that are required, template/beos backend/port/dynloader/beos.c backend/port/dynloader/beos.h include/port/beos.h makefiles/Makefile.beosThe second is a tarball of diffs against a few files. I've added sys/ipc.hto configure and config.h via configure.in and config.h.in and then startedadding the check as this file isn't needed on BeOS and having loads of#ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't asautconf'ish :)Files touched are include/c.h configure.in include/config.h.in include/storage/ipc.h include/utils/int8.hLet me know how these go. I'll await a response before submitting any more.Any problems just get in touch.David Reid