Subject: | Error in Makefile.PL |
When trying to run Makefile.PL I get the following error:
Argument "2.0.0.16" isn't numeric in multiplication (*) at Makefile.PL
line 15.
No other errors or messages. I've attached a text file showing the
values in %pkgcfg after the call to ExtUtils::PkgConfig on line 11.
I'd offer a patch but I'm not clear about the significance of the $ver
variable as used to build this line:
#define MCS_MOZEMBED_VERSION $ver
Here are some vitals on my system:
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
Linux laptop 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686
GNU/Linux
Subject: | pkgcfg.txt |
---------------------------------------
cflags = -I/usr/include/firefox-2/gtkembedmoz -I/usr/include/firefox-2 -I/usr/include/firefox-2/xpcom -I/usr/include/firefox-2/string -I/usr/include/nspr
libs = -L/usr/lib/firefox-2 -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
modversion = 2.0.0.16
pkg = firefox-gtkmozembed >= 1.5
---------------------------------------