GNOME Bugzilla – Bug 656624
Error with make with version 1.7.6 (1.7.4 works)
Last modified: 2011-08-18 16:21:10 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
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 ***