This patch file allows the WRE source to be built on a 64-bit Ubuntu system (tested under Karmic). Instructions for use:
Knowmad made a patch for Hardy Heron earlier.
You'll need to install the following Ubuntu libraries:
Note: I compiled the WRE because I needed to install the XML::LibXML library. If you need to install this library too, you should know that the build script installs the libxml2 header files here:
/data/wre/prereqs/include/libxml2/libxml
You should install XML::LibXML by hand like so and point the Makefile.PL to the header files:
perl Makefile.PL INC='-I/data/wre/prereqs/include/libxml2'