GNOME Bugzilla – Bug 619915
[libpeas] Error when building on x86_64
Last modified: 2010-05-30 00:16:42 UTC
Created attachment 162177 [details] [review] Fix incorrect assignemnt When building libpeas master I get: make[3]: Wejście do katalogu `/home/deejay1/PRACA/GNOME/libpeas/libpeas' CC peas-introspection.lo peas-introspection.c: In function ‘read_next_argument’: peas-introspection.c:100: error: ‘cur_Arg’ undeclared (first use in this function) peas-introspection.c:100: error: (Each undeclared identifier is reported only once peas-introspection.c:100: error: for each function it appears in.) peas-introspection.c:100: warning: implicit declaration of function ‘va_args’ peas-introspection.c:100: warning: nested extern declaration of ‘va_args’ peas-introspection.c:100: error: expected expression before ‘time_t’ The assignemnt and function call are wrong. Patch attached
Review of attachment 162177 [details] [review]: Oh my god, two typos in a single uncompiled line! Thanks for the fix, it's now in master.