Paraguin Compiler Fequency Asked Questions

To submit a question, send email to


Table of Contents

  1. I'm getting the compiler error: syntax error; found `__gnuc_va_list' expecting `;'

FAQ

  1. I'm getting the compiler error: syntax error; found `__gnuc_va_list' expecting `;'

    You need to add either:
                 #include <paraguin.h>

    OR
                 #ifdef PARAGUIN
                 typedef void* __builtin_va_list;
                 #endif

    at the top of your program (it must be the first lines).


This page was last updated: May 12, 2014