On May 13, 2013, at 11:54 PM, Maurice Janssen <maur...@z74.net> wrote:

>> *** Error 1 in /usr/xenocara (Makefile:35 'build')
>> 
>> Any hints as to what I'm doing wrong?
> 
> Are you using make in parallel (-j) mode?  If so, please try without -j

I'm doing a simple make build (after a make bootstrap && make obj)

Looking at the sources and the build output only leads to questions. 

1) makefile issue?  freetype fails to build but the makefile continues
   to the install phase where it finally fails trying to install the
   lib that didn't build.

2) t1load.c uses a structure element named keywords_encountered.  The code
   that uses this element does not appear to be conditional.

3) No-where in the source can I find where anything with the name
   keywords_encountered is defined.   There is a comment in Changelog.23:
   that says the field keywords_encountered was added to t1load.h back
   in 2006!!!  Yet that field doesn't exist in my t1load.h and a cvs diff
   says my file is current.

Confusion.

Reply via email to