Re: OpenBSD fix for fopencookie

2005-03-06 Thread Matt Jibson
Jan Nieuwenhuizen wrote: Matt Jibson writes: This appears to have worked. With another patch to make utf8 wchar support work it compiled and linked. utf8 patch? Do we want to include that? Probably not, it's just an include fix in lily/general-scheme.cc: -#include /* wcrtomb */ +#include

Re: OpenBSD fix for fopencookie

2005-03-06 Thread Jan Nieuwenhuizen
Matt Jibson writes: > This appears to have worked. With another patch to make utf8 wchar > support work it compiled and linked. utf8 patch? Do we want to include that? > It's now tracing bitmaps. Thanks for providing patches so quick for > BSD support. You're welcome. Jan. -- Jan Nieuwenhuiz

Re: OpenBSD fix for fopencookie

2005-03-06 Thread Matt Jibson
Jan Nieuwenhuizen wrote: Matt Jibson writes: This patch just relocates the error: Hmm, silly me. I've now added plain casts in CVS. If that doesn't work, we probably need a developer with a BSD system to look into this. This appears to have worked. With another patch to make utf8 wchar su

Re: OpenBSD fix for fopencookie

2005-03-06 Thread Jan Nieuwenhuizen
Matt Jibson writes: > This patch just relocates the error: Hmm, silly me. I've now added plain casts in CVS. If that doesn't work, we probably need a developer with a BSD system to look into this. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.

Re: OpenBSD fix for fopencookie

2005-03-06 Thread Matt Jibson
Jan Nieuwenhuizen wrote: Matt Jibson writes: The current CVS gives a much nicer error: Thanks. I've added the patch below to CVS. Can you check if that works for you? Jan. [...] This patch just relocates the error: memory-stream.cc:28: error: invalid conversion from `ssize_t (*)(void*, c

Re: OpenBSD fix for fopencookie

2005-03-06 Thread Jan Nieuwenhuizen
Matt Jibson writes: > The current CVS gives a much nicer error: Thanks. I've added the patch below to CVS. Can you check if that works for you? Jan. --- libc-extension.hh 28 feb 2005 20:03:16 +0100 1.26 +++ libc-extension.hh 06 mrt 2005 10:14:05 +0100 @@ -53,6 +53,8 @@ extern "

Re: OpenBSD fix for fopencookie

2005-03-05 Thread Matt Jibson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: I am attempting to lilypond 2.5 to OpenBSD. One of the problems I'm running into is that the BSDs don't have the fopencookie function and libio.h. The BSD equivalent is funopencookie. The offending files are flower/memory-stream.cc and .hh. I

Re: OpenBSD fix for fopencookie

2005-03-05 Thread Matt Jibson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: I am attempting to lilypond 2.5 to OpenBSD. One of the problems I'm running into is that the BSDs don't have the fopencookie function and libio.h. The BSD equivalent is funopencookie. The offending files are flower/memory-stream.cc and .hh. I

OpenBSD fix for fopencookie

2005-03-05 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > I am attempting to lilypond 2.5 to OpenBSD. One of the problems I'm > running into is that the BSDs don't have the fopencookie function and > libio.h. The BSD equivalent is funopencookie. The offending files are > flower/memory-stream.cc and .hh. I looked in the PHP c

OpenBSD fix for fopencookie

2005-03-05 Thread Matt Jibson
I am attempting to lilypond 2.5 to OpenBSD. One of the problems I'm running into is that the BSDs don't have the fopencookie function and libio.h. The BSD equivalent is funopencookie. The offending files are flower/memory-stream.cc and .hh. I looked in the PHP codebase to see how they handle th