in reply to Re: Help regarding a Perl Script
in thread Help regarding a Perl Script

Hi, In the Makefile.PL there is a condition that says unless (@objs > 1) { die "NA: Sorry, I can't find headers or libraries for a supported GUI\n" } I've changed the first line to unless (@objs > 0) after that the module got installed. may be you can help me with this information Thanks in Advance Ford...

Replies are listed 'Best First'.
Re^3: Help regarding a Perl Script
by Anonymous Monk on Jan 18, 2008 at 05:46 UTC
    That wasn't a smart thing to do, the module won't work with without it
      Hi, I need to connect from windows to UNIX. then run a script on UNIX.when i did that it says can't locate X11::GUI-Test. it is obvious because X11 can't be installed on windows.but it is installed in UNIX. how can i resolve this issue.. Thanks in Advance Ford.