om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] dave's lash patches


From: Lars Luthman
Subject: Re: [Om-synth] dave's lash patches
Date: Sat, 12 Nov 2005 22:37:10 +0100

On Sat, 2005-11-12 at 20:28 +0100, Atte André Jensen wrote:
> Next my compile problems (debian/unstable), specimen first. I cannot 
> even compile it without the patches, since making phat-0.3.1 fails:
> 
> address@hidden phat-0.3.1]$ make
> <snip>
> cc1: warnings being treated as errors
> phatkeyboard.c: In function 'phat_keyboard_get_adjustment':
> phatkeyboard.c:622: warning: missing sentinel in function call
> phatkeyboard.c:624: warning: missing sentinel in function call
> phatkeyboard.c: In function 'phat_keyboard_set_adjustment':
> phatkeyboard.c:644: warning: missing sentinel in function call
> phatkeyboard.c:646: warning: missing sentinel in function call
> make[2]: *** [libphat_la-phatkeyboard.lo] Error 1

These are just warnings, so a trivial fix would be to remove -Werror
from the compiler flags. I think these warnings are triggered when you
send 0 values instead of proper NULL pointers to some functions.


> I compiled seq 24 fine with out the patch, but with the patch I get:
> 
> address@hidden seq24-0.7.0]$ make
> <snip>
> In file included from seq24.cpp:30:
> lash.h:29:23: error: lash/lash.h: No such file or directory
> <snip>

I haven't used seq24, but I would guess that you need to
add /usr/local/include/lash-1.0 to your include search path. The
pkg-config script should have taken care of that though.

-- 
Lars Luthman
PGP key:     http://www.d.kth.se/~d00-llu/pgp_key.php
Fingerprint: FCA7 C790 19B9 322D EB7A  E1B3 4371 4650 04C7 7E2E

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]