GNOME Bugzilla – Bug 661632
Compiling error when using --enable-profiler
Last modified: 2012-03-12 21:24:18 UTC
Using --enable-profiler makes Nautilus git master fail compiling: libtool: link: gcc -g -O -gdwarf-2 -finstrument-functions -D__NO_STRING_INLINES -g -O0 -march=prescott /gnome/GNOME2/lib/libprofiler.so -o check-program check-program.o ./.libs/libeel-2.a -L/home/andre/opt-gnome/lib -L/home/andre/opt-gnome//lib -lgailutil-3 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lxml2 -lX11 -lpthread -lm -pthread gcc: error: /gnome/GNOME2/lib/libprofiler.so: No such file or directory make[2]: *** [check-program] Error 1 make[2]: Leaving directory `/home/andre/git-gnome/nautilus/eel' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andre/git-gnome/nautilus' make: *** [all] Error 2 *** Error during phase build of nautilus: ########## Error running make *** [1/1] Maybe remove that option in configure.in all together? Or not hardlink the path to 'GNOME2' (though that still leaves the open question what to install)?
I have no idea what that was used for in the past, but it's definitely obsolete stuff now. I removed it from git master.