Installing X11::GUITest on Ubuntu Linux

| No Comments | No TrackBacks

When you try to install X11::GUITest on a fresh installation of Ubuntu Linux, you will get the following error:

GUITest.xs:41:27: error: X11/Intrinsic.h: No such file or directory

GUITest.xs:42:28: error: X11/StringDefs.h: No such file or directory

make: *** [GUITest.o] Error 1

 

To fix it, you must install first the X.Org X Window System development libraries: 

 

sudo apt-get install xorg-dev

 

And then issue again the usual installation commands:

 

perl Makefile.PL

make

make test

make install


I have notified this issue to the module author, and asked him to update the Readme.

No TrackBacks

TrackBack URL: http://www.haboogo.com/cgi-bin/mt/mt-tb.cgi/15

Leave a comment

About this Entry

This page contains a single entry by Enrique Nell published on September 29, 2009 7:52 PM.

Hard Disk Head Crash was the previous entry in this blog.

Displaying non-Latin1 Unicode Characters in CPAN Documentation is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.23-en