git current compile error



$ ./configure && make
...
libtool: link: gcc -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -o .libs/test-settings-defaults test_settings_defaults-test-settings-defaults.o -pthread  ../../libnm-util/.libs/libnm-util.so -L/usr/lib64/nss -L/usr/lib64/nspr /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libdbus-glib-1.so /usr/lib64/libdbus-1.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so -luuid -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -pthread
../../libnm-util/.libs/libnm-util.so: undefined reference to `nm_setting_olpc_mesh_error_quark'
../../libnm-util/.libs/libnm-util.so: undefined reference to `nm_setting_olpc_mesh_get_type'

Not sure what the issue is here:
$ grep -Rni nm_setting_olpc_mesh_get_type *
...
libnm-util/nm-setting-olpc-mesh.h:10:#define NM_TYPE_SETTING_OLPC_MESH            (nm_setting_olpc_mesh_get_type ())
libnm-util/nm-setting-olpc-mesh.h:44:GType nm_setting_olpc_mesh_get_type (void);
libnm-util/libnm-util.ver:306:  nm_setting_olpc_mesh_get_type;

I'm not really sure what to look for in this case.

Thanks.

-Bryan


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]