Hello,

  Something in perl 816 (perhaps perl\lib\ExtUtils\xsubpp or
  perl\lib\core) doesn't like the identifier __attribute__
  whereas earlier builds had no such issue. 
  
    C:\Programs\perl\Lib\Core if_perl.c if_perl.c
    if_perl.xs(158) : error C2061: syntax error : identifier '__attribute__'
    if_perl.xs(158) : error C2059: syntax error : ';'
  
  Line 158 of if_perl.xs is:
  
     static void (*Perl_croak)(pTHX_ const char*, ...) 
__attribute__((noreturn));

  Preceding comes from attempts to build Vim with perl 816
  support.  Removing the __attribute__((noreturn)) results
  in a successful build.  Earlier builds of perl did not
  have this issue.  
  
  --Suresh

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to