Skip Menu |

This queue is for tickets about the Win32-GuiTest CPAN distribution.

Report information
The Basics
Id: 111373
Status: resolved
Priority: 0/
Queue: Win32-GuiTest

People
Owner: Nobody in particular
Requestors: Mathew.Shember [...] synopsys.com
Cc:
AdminCc:

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



Subject: Missing Header file. RSNDMSG.H
Date: Fri, 22 Jan 2016 18:36:15 +0000
To: "bug-Win32-GuiTest [...] rt.cpan.org" <bug-Win32-GuiTest [...] rt.cpan.org>
From: Mathew Shember <Mathew.Shember [...] synopsys.com>
Hey All, Thank you for the fast response for the pthread errors (running make in Cygwin) However, the new build seems to be missing a header file. Thanks again for the fast response. Wish some of my vendors worked that quick. I tried the cpan install which basically failed at the same point as running the make. $ make cp lib/Win32/GuiTest/GuiTest.pc blib/lib/Win32/GuiTest/GuiTest.pc cp lib/Win32/GuiTest/Examples.pm blib/lib/Win32/GuiTest/Examples.pm cp lib/Win32/GuiTest.pm blib/lib/Win32/GuiTest.pm cp lib/Win32/GuiTest/Cmd.pm blib/lib/Win32/GuiTest/Cmd.pm Running Mkbootstrap for Win32::GuiTest () chmod 644 "GuiTest.bs" "/usr/bin/perl.exe" -I/usr/lib/perl5/5.14/x86_64-cygwin-threads -I/usr/lib/perl5 /5.14 "/usr/lib/perl5/5.14/ExtUtils/xsubpp" -typemap "/usr/lib/perl5/5.14/ExtUt ils/typemap" -typemap "perlobject.map" -typemap "typemap" GuiTest.xs >xstmp.c && mv xstmp.c GuiTest.cpp g++ -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -ggdb -O2 -pipe -Wimplicit-fun ction-declaration -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/build=/usr/src /debug/perl-5.14.4-3 -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/src/perl-5. 14.4=/usr/src/debug/perl-5.14.4-3 -fwrapv -fno-strict-aliasing -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"1.61\" -DXS_VERSION=\"1.61\" "-I/usr/lib/perl 5/5.14/x86_64-cygwin-threads/CORE" GuiTest.cpp cc1plus: warning: command line option `-Wimplicit-function-declaration' is valid for C/ObjC but not for C++ GuiTest.xs:21:21: fatal error: RSNDMSG.h: No such file or directory #include "RSNDMSG.h" ^ compilation terminated. Makefile:357: recipe for target 'GuiTest.o' failed make: *** [GuiTest.o] Error 1 Mathew Shember ---------------------------------------------------------------------- Synopsys, Inc. * Generalist * +1.650.584.2985 * mathew.shember@synopsys.com<mailto:mathew.shember@synopsys.com>
Subject: Re: [rt.cpan.org #111373] Missing Header file. RSNDMSG.H
Date: Fri, 22 Jan 2016 22:53:29 +0100
To: Mathew Shember via RT <bug-Win32-GuiTest [...] rt.cpan.org>
From: Dmitry Karasik <dmitry [...] karasik.eu.org>
Hi, I've uploaded 1.62, please try now /dk On Fri, Jan 22, 2016 at 01:36:28PM -0500, Mathew Shember via RT wrote: Show quoted text
> Fri Jan 22 13:36:27 2016: Request 111373 was acted upon. > Transaction: Ticket created by Mathew.Shember@synopsys.com > Queue: Win32-GuiTest > Subject: Missing Header file. RSNDMSG.H > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: Mathew.Shember@synopsys.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111373 > > > > Hey All, > > Thank you for the fast response for the pthread errors (running make in Cygwin) > > However, the new build seems to be missing a header file. > > Thanks again for the fast response. Wish some of my vendors worked that quick. > > I tried the cpan install which basically failed at the same point as running the make. > > > $ make > cp lib/Win32/GuiTest/GuiTest.pc blib/lib/Win32/GuiTest/GuiTest.pc > cp lib/Win32/GuiTest/Examples.pm blib/lib/Win32/GuiTest/Examples.pm > cp lib/Win32/GuiTest.pm blib/lib/Win32/GuiTest.pm > cp lib/Win32/GuiTest/Cmd.pm blib/lib/Win32/GuiTest/Cmd.pm > Running Mkbootstrap for Win32::GuiTest () > chmod 644 "GuiTest.bs" > "/usr/bin/perl.exe" -I/usr/lib/perl5/5.14/x86_64-cygwin-threads -I/usr/lib/perl5 > /5.14 "/usr/lib/perl5/5.14/ExtUtils/xsubpp" -typemap "/usr/lib/perl5/5.14/ExtUt > ils/typemap" -typemap "perlobject.map" -typemap "typemap" GuiTest.xs >xstmp.c && > mv xstmp.c GuiTest.cpp > g++ -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -ggdb -O2 -pipe -Wimplicit-fun > ction-declaration -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/build=/usr/src > /debug/perl-5.14.4-3 -fdebug-prefix-map=/mnt/share/maint/perl.x86_64/src/perl-5. > 14.4=/usr/src/debug/perl-5.14.4-3 -fwrapv -fno-strict-aliasing -fstack-protector > -DUSEIMPORTLIB -O3 -DVERSION=\"1.61\" -DXS_VERSION=\"1.61\" "-I/usr/lib/perl > 5/5.14/x86_64-cygwin-threads/CORE" GuiTest.cpp > cc1plus: warning: command line option `-Wimplicit-function-declaration' is valid > for C/ObjC but not for C++ > GuiTest.xs:21:21: fatal error: RSNDMSG.h: No such file or directory > #include "RSNDMSG.h" > ^ > compilation terminated. > Makefile:357: recipe for target 'GuiTest.o' failed > make: *** [GuiTest.o] Error 1 > > > > Mathew Shember > ---------------------------------------------------------------------- > Synopsys, Inc. * Generalist * +1.650.584.2985 * mathew.shember@synopsys.com<mailto:mathew.shember@synopsys.com> > >
-- Sincerely, Dmitry Karasik
fixed in 1.63