I am sorry to digg ut this again. But I found it with google..

I am trying to install mono, but I am pretty new to Linux all togheter. But when I do:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0`
in the gtksourceview folder, it stopes after a while with the same error message as you got. I downloaded the file from the post just above this. Extracted it and ran:
perl Makefile.PL
make install
with no error messages. But when I tried to do
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0`
again I got the same error:
checking for intltool >= 0.30... 0.30 found
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
How can I have done this wrong. Do I have to extract the ziped file in some special folder, or do I have to restart (you can see I am a windows user) or what. I can't understand why it doesn't like. Maybe I have to undo the:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0`
line in some way before I can do it again?
Any ideas?
Thanks in advance
ии