Skip Menu |

This queue is for tickets about the HTML-MyHTML CPAN distribution.

Report information
The Basics
Id: 113094
Status: resolved
Priority: 0/
Queue: HTML-MyHTML

People
Owner: Nobody in particular
Requestors: ZDM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.32



Subject: Is it possible to build module under Windows?
Hi. Is is possible at all to build this module using strawberry perl now? I got the following errors: Looks good Generating a dmake-style Makefile Writing Makefile for HTML::MyHTML Writing MYMETA.yml and MYMETA.json OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10) Building and testing HTML-MyHTML-0.25 ... cp MyHTML.pm blib\lib\HTML\MyHTML.pm gcc -Wall -Werror -O2 -fPIC --std=c99 -D_POSIX_C_SOURCE=199309L -pthread -IC:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML-MyHTML-0.25/source -c -o source/charef.o C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML-MyHTML-0.25/source/myhtml/charef.c C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML-MyHTML-0.25/source/myhtml/charef.c:1:0: error: -fPIC ignored for target (all code is position independent) [-Werror] /* ^ cc1.exe: all warnings being treated as errors dmake.exe: Error code 129, while making 'pm_to_blib' dmake.exe: 'pm_to_blib' removed. FAIL ! Installing HTML::MyHTML failed. See C:\Users\zdm\AppData\Local\Temp\.cpanm\work\1458147296.2368\build.log for details. Retry with --force to force install it.
Hi! It's possible! The parser supports windows. It is necessary to deal with build in Perl I will deal with it On Wed Mar 16 13:22:56 2016, ZDM wrote: Show quoted text
> Hi. > > Is is possible at all to build this module using strawberry perl now? > > I got the following errors: > > Looks good > Generating a dmake-style Makefile > Writing Makefile for HTML::MyHTML > Writing MYMETA.yml and MYMETA.json > OK > Checking dependencies from MYMETA.json ... > Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10) > Building and testing HTML-MyHTML-0.25 ... cp MyHTML.pm > blib\lib\HTML\MyHTML.pm > gcc -Wall -Werror -O2 -fPIC --std=c99 -D_POSIX_C_SOURCE=199309L > -pthread > -IC:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- > MyHTML-0.25/source -c -o source/charef.o > C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- > MyHTML-0.25/source/myhtml/charef.c > C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- > MyHTML-0.25/source/myhtml/charef.c:1:0: error: -fPIC ignored for > target (all code is position independent) [-Werror] > /* > ^ > cc1.exe: all warnings being treated as errors > dmake.exe: Error code 129, while making 'pm_to_blib' > dmake.exe: 'pm_to_blib' removed. > FAIL > ! Installing HTML::MyHTML failed. See > C:\Users\zdm\AppData\Local\Temp\.cpanm\work\1458147296.2368\build.log > for details. Retry with --force to force install it.
Subject: Re: [rt.cpan.org #113094] Is it possible to build module under Windows?
Date: Wed, 16 Mar 2016 21:15:18 +0200
To: bug-HTML-MyHTML [...] rt.cpan.org
From: "dzagashev [...] gmail.com" <dzagashev [...] gmail.com>
Thank you. On 16.03.2016 20:02, Alexander Borisov via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=113094 > > > Hi! > > It's possible! The parser supports windows. It is necessary to deal with build in Perl > I will deal with it > > > On Wed Mar 16 13:22:56 2016, ZDM wrote:
>> Hi. >> >> Is is possible at all to build this module using strawberry perl now? >> >> I got the following errors: >> >> Looks good >> Generating a dmake-style Makefile >> Writing Makefile for HTML::MyHTML >> Writing MYMETA.yml and MYMETA.json >> OK >> Checking dependencies from MYMETA.json ... >> Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10) >> Building and testing HTML-MyHTML-0.25 ... cp MyHTML.pm >> blib\lib\HTML\MyHTML.pm >> gcc -Wall -Werror -O2 -fPIC --std=c99 -D_POSIX_C_SOURCE=199309L >> -pthread >> -IC:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- >> MyHTML-0.25/source -c -o source/charef.o >> C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- >> MyHTML-0.25/source/myhtml/charef.c >> C:/Users/zdm/AppData/Local/Temp/.cpanm/work/1458147296.2368/HTML- >> MyHTML-0.25/source/myhtml/charef.c:1:0: error: -fPIC ignored for >> target (all code is position independent) [-Werror] >> /* >> ^ >> cc1.exe: all warnings being treated as errors >> dmake.exe: Error code 129, while making 'pm_to_blib' >> dmake.exe: 'pm_to_blib' removed. >> FAIL >> ! Installing HTML::MyHTML failed. See >> C:\Users\zdm\AppData\Local\Temp\.cpanm\work\1458147296.2368\build.log >> for details. Retry with --force to force install it.
>
RT-Send-CC: dzagashev [...] gmail.com
Starting with version 0.33 build and work normally on Windows OS
Subject: Re: [rt.cpan.org #113094] Is it possible to build module under Windows?
Date: Tue, 29 Mar 2016 18:25:56 +0300
To: bug-HTML-MyHTML [...] rt.cpan.org
From: "dzagashev [...] gmail.com" <dzagashev [...] gmail.com>
Thank you. On 29.03.2016 16:04, Alexander Borisov via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=113094 > > > Starting with version 0.33 build and work normally on Windows OS