in reply to Re^2: XS on 64-bit: Warning from sv_vsetpvf call
in thread XS on 64-bit: Warning from sv_vsetpvf call

va_copy() was defined in C99. When using gcc you can get it with either -std=c99 or -std=gnu99.
  • Comment on Re^3: XS on 64-bit: Warning from sv_vsetpvf call