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 680429 - cannot compute alignment of guint32
cannot compute alignment of guint32
Status: RESOLVED DUPLICATE of bug 674483
Product: glib
Classification: Platform
Component: build
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-07-23 05:48 UTC by qiangv
Modified: 2012-07-25 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description qiangv 2012-07-23 05:48:28 UTC
hi:

I am tring to cross-comipling gilb library.
the gcc version is 4.5.3

the glib version is 2.32.4

but configure failed, show the error:
cannot compute alignment of guint32

then I modify some lines according to the "configure" file of ver 2.33.2

I mv line 7991(if test "x$found_zlib" = "xno" ; then) to line 8120


it is passed.

why?

thank u.
Comment 1 Colin Walters 2012-07-25 15:24:01 UTC

*** This bug has been marked as a duplicate of bug 674483 ***