Date: 29 Oct 1999 23:13:54 +0200 From: Kent Boortz <kent@erix.ericsson.se> To: freebsd-questions@freebsd.org Subject: GramoFile port Message-ID: <d21zadswdp.fsf@erix.ericsson.se>
next in thread | raw e-mail | index | archive | help
I tried to port the Linux sound program GramoFile but failed. The source was found at http://cardit.et.tudelft.nl/~card06/ It was easy to make it compile and link, mostly changing <curses.h> to <ncurses.h>, but the System V shared memory and semaphores failes when trying to play some sound. A call to semget(IPC_PRIVATE, SEMMSL, IPC_EXCL | IPC_CREAT | 0600)) fails with the error "No space left on device". I tried to use a smaller value for SEMMSL but it did not help. Any hints? I have set options SYSVSHM # System V Interface options SYSVMSG options SYSVSEM in the kernel config and I run FreeBSD 3.3-STABLE #0: Sun Oct 10 00:45:08 CEST 1999 kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d21zadswdp.fsf>