Subject: | 20-compile.t fails on Max OS X 10.6.6 |
Trying to install Alien::Tidyp via the Build.PL on Mac OS X 10.6.6 with
the stock perl 5.10.0 results in errors in the test 20-compile.t.
I get the same errors using cpanm to install it as well. I am attaching
the output of perl Build test and perl -V with this message.
To be honest, I am not 100% sure the problem is with Alien::Tidyp. It
could also lie with the configure script for tidyp and I do not have
much experience with OS X to be able to tell exactly where things are
going wrong.
Linking from the command line seems to work:
[sinan@macardy] ~/tmp/Alien-Tidyp-v1.4.5/sharedir/v1.4.5 $ cat t.c
#include <tidyp.h>
#include <stdio.h>
int main(void) {
printf("Tidy Version: %s\n", tidyVersion());
return 0;
}
[sinan@macardy] ~/tmp/Alien-Tidyp-v1.4.5/sharedir/v1.4.5 $ gcc t.c -o t
-I./include/tidyp -L./lib -ltidyp -Wall
[sinan@macardy] ~/tmp/Alien-Tidyp-v1.4.5/sharedir/v1.4.5 $ ./t
Tidy Version: 1.04
Subject: | perl-V.log |
Message body not shown because it is not plain text.
Subject: | test.log |
Message body not shown because it is not plain text.