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 656624 - Error with make with version 1.7.6 (1.7.4 works)
Error with make with version 1.7.6 (1.7.4 works)
Status: RESOLVED DUPLICATE of bug 656809
Product: cogl
Classification: Platform
Component: general
1.7.x
Other Linux
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-08-16 07:49 UTC by Aapo Rantalainen
Modified: 2011-08-18 16:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aapo Rantalainen 2011-08-16 07:49:46 UTC
Cogl-1.7.4 (+0001-ext-functions-Don-t-assume-GLchar-typedef.patch) can be compiled with this configuration.


wget http://source.clutter-project.org/sources/cogl/1.7/cogl-1.7.6.tar.xz
tar xvf cogl-1.7.6.tar.xz
cd cogl-1.7.6
autoreconf --force #nothing changes if this is skipped
./configure --enable-gdk-pixbuf=no --enable-gles2=yes --enable-glx=no --enable-gl=no --enable-xlib-egl-platform=yes --enable-introspection=no --enable-gtk-doc=no
make

Error:
make[2]: Entering directory `/home/user/cogl-1.7.6/examples'
  CCLD   hello
../cogl/.libs/libcogl.so: undefined reference to `g_flags_register_static'
../cogl/.libs/libcogl.so: undefined reference to `g_object_unref'
../cogl/.libs/libcogl.so: undefined reference to `g_module_close'
../cogl/.libs/libcogl.so: undefined reference to `g_enum_register_static'
../cogl/.libs/libcogl.so: undefined reference to `g_value_register_transform_func'
../cogl/.libs/libcogl.so: undefined reference to `g_type_init'
../cogl/.libs/libcogl.so: undefined reference to `g_type_fundamental_next'
../cogl/.libs/libcogl.so: undefined reference to `g_module_symbol'
../cogl/.libs/libcogl.so: undefined reference to `g_type_name'
../cogl/.libs/libcogl.so: undefined reference to `g_module_open'
../cogl/.libs/libcogl.so: undefined reference to `g_type_register_fundamental'
../cogl/.libs/libcogl.so: undefined reference to `g_boxed_type_register_static'
collect2: ld returned 1 exit status
make[2]: *** [hello] Error 1
Comment 1 Emmanuele Bassi (:ebassi) 2011-08-18 16:21:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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