![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Funny-business with Win32 extension module buildby Intrepid (Deacon) |
on Jun 04, 2025 at 21:10 UTC ( [id://11165260]=perlquestion: print w/replies, xml ) | Need Help?? |
Intrepid has asked for the wisdom of the Perl Monks concerning the following question: Under StrawberryPerl I'm having some difficulty building Win32::Exe and I'd like to get opinions from those more familiar with XS-using modules than I am. Here's what the distribution package contains, in tree format, after I did a 'make clean'. Win32-Exe-0.17-0/ |--Changes |--MANIFEST |--META.yml |--Makefile.PL |--Makefile.old |--README |--insert | |--InsertResourceSection.xs | |--Makefile.PL | |--Makefile.old | |--t | | |--0-load.t | | `--1-basic.t | `--typemap |--lib | `--Win32 | |--Exe | | |--Base.pm | | |--DataDirectory.pm | | |--DebugDirectory.pm | | |--DebugTable.pm | | |--IconFile.pm | | |--InsertResourceSection.pm | | |--Manifest | | | `--Parser.pm | | |--Manifest.pm | | |--PE | | | |--Header | | | | |--PE32.pm | | | | `--PE32Plus.pm | | | `--Header.pm | | |--PE.pm | | |--Resource | | | |--GroupIcon.pm | | | |--Icon.pm | | | |--Manifest.pm | | | `--Version.pm | | |--Resource.pm | | |--ResourceData.pm | | |--ResourceEntry | | | |--Id.pm | | | `--Name.pm | | |--ResourceEntry.pm | | |--ResourceTable.pm | | |--Section | | | |--Code.pm | | | |--Data.pm | | | |--Debug.pm | | | |--Exports.pm | | | |--Imports.pm | | | `--Resources.pm | | `--Section.pm | `--Exe.pm |--script | `--exe_update.pl `--t |--0-pod.t |--1-basic.t |--2-icon.t |--3-manifest.t |--4-execupdate.t |--application.xml |--empty.xml |--hd.ico |--par.ico |--winexe32.exe `--winexe64.exe The error in the make step is this:
I'm trying not to post too much from the screen so I'll just show this context for the error:
So the obvious thing to do is to look at the file tree for InsertResourceSection.c and it's at Win32-Exe-0.17-0/insert/InsertResourceSection.c. That's why I say there's "Funny business." ;-( Jun 04, 2025 at 21:09 UTC
Back to
Seekers of Perl Wisdom
|
|