Skip to content

PAR::Heavy::_dl_findfile searches only for mangled DLL names when using cache dir #11

@shawnlaffan

Description

@shawnlaffan

Unfortunately it seems I did not properly test the change made in 7626a9c

That change uses the non-mangled DLL name only when first unzipping the archive. Subsequent calls using the cache dir still use the mangled name and hence Gtk2, Cairo, Pango and Glib all hit issues when loading their dlls on Windows.

Previous discussion is under #8

My current workaround is to always check if the target exists under $ENV{PAR_TEMP}/inc: shawnlaffan@64b5eac

This works except that it is necessary to add the lib/auto/Gtk2, lib/auto/Cairo etc dirs to the path before any use Gtk2 call.

Maybe there is an additional change that can be applied to PAR::Heavy, but I'm not sure where.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions