in reply to Re^6: Any module suggestion for URL QRCode rendeing for ActivePerl?
in thread Any module suggestion for URL QRCode rendeing for ActivePerl?

The bug report you link to is unrelated to your problem. Your installation of Imager hasn't been built with GIF support, the required libraries are not found on your system. See Imager::Install. I (any many others) find that the pain of woring on Windows is eased a great deal by using Strawberry Perl, rather than ActiveState, since it ships with a more complete development environment and many additional (but frequently used) libraries.

  • Comment on Re^7: Any module suggestion for URL QRCode rendeing for ActivePerl?

Replies are listed 'Best First'.
Re^8: Any module suggestion for URL QRCode rendeing for ActivePerl?
by exilepanda (Friar) on Aug 05, 2014 at 05:35 UTC
    Thanks man! But no luck for Strawberry either. The MakeFile.pl encounter it's own error.. when I see something like this inside the MakeFile :
    my $libs = qx|$pkgconfig --cflags --libs libqrencode|; .... system("$compile_cmd -o test_libqrencode test_libqrencode.c $libs >/de +v/null 2>&1") == 0
    I am totally hopeless. Anyway, I have found a workaround by using qrencode-win32, there's an console executable.