|
Downloaded X11::GUITest from CPAN and tried install manually it give me this error can someone help me out
usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int -I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -ty
pemap /usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap GUITest.xs -- GUITest.xsc && mv GUITest.xsc GUITest.c
cc -c -I/usr/X11R6/include -I/usr/X/include -Wall -O2 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -KPIC -I/usr/perl5/5.
6.1/lib/sun4-solaris-64int/CORE -DNDEBUG -DX11_GUITEST_ALT_L_FALLBACK_META_L GUITest.c
sh: cc: not found
*** Error code 1
make: Fatal error: Command failed for target `GUITest.o'
Trying to automate functionality of a JAVA application which has to run on Solaris box is there any other PERL utility to automate where I need to get the window name, selecting menu from drop down etc |