flbiggs has asked for the wisdom of the Perl Monks concerning the following question:
cc -c -pthread -D_REENTRANT -I/usr/include/poppler/glib -I/usr/include +/poppler -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/inc +lude/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr +/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/pixman +-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/li +bpng12 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe + -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_O +FFSET_BITS=64 -O2 -g -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC " +-I/usr/lib/perl/5.10/CORE" Poppler.c cc -c -pthread -D_REENTRANT -I/usr/include/poppler/glib -I/usr/include +/poppler -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/inc +lude/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr +/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/pixman +-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/li +bpng12 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe + -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_O +FFSET_BITS=64 -O2 -g -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC " +-I/usr/lib/perl/5.10/CORE" Goo.c cc: Goo.c: No such file or directory cc: no input files make: *** [Goo.o] Error 1
In case it matters, in generating the make file during the initial install step, the output of perl Makefile.PL includes the following:
Unrecognized argument in LIBS ignored: '-pthread'
The module's readme lists cairo, poppler and glib as dependencies. I have cairo, poppler and glib packages installed (and development packages). I have also installed cairo and glib modules from CPAN. I regularly use cairo and gtk from perl without problems.
I am at a loss as to what this Goo.c error is. Any ideas? If I can provide more information, then please let me know. Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem Installing Poppler Module
by syphilis (Archbishop) on Nov 12, 2010 at 05:46 UTC | |
by flbiggs (Novice) on Nov 12, 2010 at 15:00 UTC | |
by flbiggs (Novice) on Nov 15, 2010 at 13:57 UTC |