After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619915 - [libpeas] Error when building on x86_64
[libpeas] Error when building on x86_64
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-28 08:33 UTC by Łukasz Jernaś
Modified: 2010-05-30 00:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix incorrect assignemnt (836 bytes, patch)
2010-05-28 08:33 UTC, Łukasz Jernaś
committed Details | Review

Description Łukasz Jernaś 2010-05-28 08:33:34 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
Comment 1 Steve Frécinaux 2010-05-28 08:54:16 UTC
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.