I expected questions like this. As you see in the output, gcc was used. The Perl I installed is a Standardpackage from www.sunfreeware.com. So I can't say what compiler they have used.
This is the first time I compile something on this system. But you are right. I checked e.g. stdlib.h.
This should be a header delivered with Solaris. So, I guess, this is the wrong forum for my error. I will check, why it isn't available in my box.
Without the XS Stash it compiles. But I don't know if I should use it, because the reason for need is Bugzilla.
Darren, thanks for your hints.
Heiko
darren chamberlain wrote:
* 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 directoryErrors 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)
-- -------------------- Heiko Kundlacz Schanzstrasse 26 4437 Waldenburg Switzerland -------------------- Phone: 0041-79-6111931 # EMail: [EMAIL PROTECTED] ----------------------------------------------------- _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.ourshack.com/mailman/listinfo/templates
