# New Ticket Created by  Andrew Whitworth 
# Please include the string:  [perl #53954]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53954 >


Tried to build this morning using MSVC and the latest repo version.
svn update, make realclean, configure, make. Build fails with this
error:

src\pbc_merge.c(176) : error C2381: 'help' : redefinition;
__declspec(noreturn) differs
src\pbc_merge.c(59) : see declaration of 'help'
NMAKE : fatal error U1077: 'C:\perl\bin\perl.exe' : return code '0x2'
Stop.

The prototype for the help function requires the
PARROT_DOES_NOT_RETURN specifier. I have added this, and the build
succeeds. I have attached this in a patch.

--Andrew Whitworth

Attachment: pbc_merge_help_error.patch
Description: Binary data

Reply via email to