http://qs1969.pair.com?node_id=944375


in reply to Turn a Website into a native application

Fixing MakeMaker

Please forward upstream, it appears they haven't thought of that solution https://rt.cpan.org/Public/Bug/Display.html?id=69318 # Bug #69318 for ExtUtils-MakeMaker: EU:MM rejects necessary link library

The temporary kludge is to edit Makefile.PL and prefix :nosearch

  • Comment on Re: Turn a Website into a native application

Replies are listed 'Best First'.
Re^2: Turn a Website into a native application
by cavac (Parson) on Dec 20, 2011 at 12:39 UTC

    The temporary kludge is to edit Makefile.PL and prefix :nosearch

    Seems it isn't anymore. Current version outputs something along the line ":nosearch" is not a known keyword or something like that.

    Update: Please forward upstream, it appears they haven't thought of that solution

    Been there, done that, got the T-Shirt.

    BREW /very/strong/coffee HTTP/1.1
    Host: goodmorning.example.com
    
    418 I'm a teapot

      Seems it isn't anymore. Current version outputs something along the line ":nosearch" is not a known keyword or something like that.

      Um, prefix it to LIBS, for ExtUtils::Liblist , as my link explains