On 12/02/12 17:33, James Turner wrote:
> On Sun, Dec 02, 2012 at 05:07:47PM +0000, Miod Vallat wrote:
>>> I'm trying to build the latest libsqlite3 in tree and am running into a
>>> number of problems. First I want to make sure I'm following the correct
>>> build procedure.
>>>
>>> In lib/libsqlite3 I'm running
>>>
>>> make obj
>>> make depend
>>> make
>>>
>>> During make I get the following build failure on amd64:
>>
>> You forgot to make includes before attempting to build the library.
>>
>> Miod
>>
> 
> So I did:
> 
> make obj
> make depend
> make includes
> make
> 
> and am still receiving the same build errors. I'd normally just wait for
> a new snapshot, but now I want to make sure the build isn't broken.
> 
> As long as developers aren't seeing a problem, thats good enough for me.
> 
I built both amd64/i386 releases without problems yesterday, and two
days before after libsqlight3 was updated. However I built the whole
userland as part of the release not just a small part.

Reply via email to