snowcrash+spamassassin <[EMAIL PROTECTED]> wrote:
> i've found that i need libtool to get the .dylibs built.
> 
> currently, as long as i DISABLE,
> 
>    TCC += -DSQLITE_TEST=1
> 
> then make & install complete ok, resulting in,
> 
> but then,
> 
>   make fulltest
> 
> is unhappy, complaining abt 'missing' testsuite, or some such.  a bit
> of fumbling around suggests that ENABLING,
> 
>    TCC += -DSQLITE_TEST=1
> 
> should fix _that_, but, with it enabled, just
> 
>   make
> 
> fails...
> 

I think the -DSQLITE_TEST=1 option needs to be added only
when building testfixture, not when doing a regular build.
Doing this should clear up your randstr() problems.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to