Hey guys. I've been lurking around here for quite a while. :) So after months of using Vim, I finally decided to give Emacs a chance while learning Scheme/Racket. I somehow managed to install emacs just fine a few days ago, but it has been giving me strange warnings ever since I tried using the Solarized theme with the GUI. Here's the warning:
➜ emacs-24.2 GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Searching around, I found that a rebuild with --without-gsettings might be able to fix it. So I tried building emacs again, but this time the build fails during make. Here's the error I get: /usr/local/lib/libgmodule-2.0.so.0: undefined reference to `g_private_replace' /usr/local/lib/libgmodule-2.0.so.0: undefined reference to `g_rec_mutex_lock' /usr/local/lib/libgmodule-2.0.so.0: undefined reference to `g_private_get' /usr/local/lib/libgmodule-2.0.so.0: undefined reference to `g_rec_mutex_unlock' collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 make[1]: Leaving directory `/home/naeblis/Downloads/emacs-24.2/src' make: *** [src] Error 2 Can't recall, but I think it's because of different library versions? Will appreciate any help regarding this. Manish -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
