* Heiko Kundlacz <[EMAIL PROTECTED]> [2002-12-20 08:21]:
> I want to "make" the template module but run in the following error. I 
> don't know where to get these header files. Could you help me please?

It looks like your setup might be incomplete:

> ctype.h: No such file or directory
> stdlib.h: No such file or directory
> unistd.h: No such file or directory
> string.h: No such file or directory
> errno.h: No such file or directory
> sys/ipc.h: No such file or directory
> sys/sem.h: No such file or directory
> fcntl.h: No such file or directory

Errors like this make we wonder if your build environment works at all.

Do you have Sun's compiler installed as well?  Is /usr/bin/perl built by
you, or the one that comes with the OS?  If you built it, was it with
this gcc, or /usr/ccs/bin/cc?  So many questions...

On an different note, you can build TT without the XS stash, and skip
the compilation step completely.  Run:

  perl Makefile.PL TT_XS_ENABLE=0

or answer 'n' when Makefile.PL asks you if you want to build the XS
stash.

(darren)

-- 
Man will never be free until the last king is strangled with the
entrails of the last priest.
    -- Diderot

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to