Hi all,

Well I manage to fix the previous error but now it stuck in test compilation
:

make[1]: Entering directory `/home/naveen/MyOwn/clutter/trunk/tests'
make[2]: Entering directory `/home/naveen/MyOwn/clutter/trunk/tests'
g++ -DHAVE_CONFIG_H  -I. -I. -I../clutter -I../clutter -pthread
-I/home/naveen/extra//include/glibmm-2.4 -I/home/naveen/extra//lib/glibmm-
2.4/include 
-I/home/naveen/extra//include/glib-2.0-I/home/naveen/extra//lib/glib-
2.0/include -I/home/naveen/extra//include/clutter-0.5 -I/usr/include/gtkmm-
2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-
2.4/include -I/usr/include/pangomm-1.4
-I/usr/include/atkmm-1.6-I/usr/include/gtk-
2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/lib/gtk-
2.0/include -I/usr/include/cairomm-1.0
-I/usr/include/pango-1.0-I/usr/include/cairo -I/usr/include/freetype2
-I/usr/include/libpng12
-I/usr/include/atk-1.0    -g -O2 -MT test-alpha-creation.o -MD -MP -MF
.deps/test-alpha-creation.Tpo -c -o test-alpha-creation.o
test-alpha-creation.cc
test-alpha-creation.cc: In function 'int main(int, char**)':
test-alpha-creation.cc:29: error: no matching function for call to
'Clutter::BehaviourScale::create(Glib::RefPtr<Clutter::Alpha>&, double,
double, Clutter::Gravity)'
../clutter/cluttermm/behaviour-scale.h:94: note: candidates are: static
Glib::RefPtr<Clutter::BehaviourScale> Clutter::BehaviourScale::create(const
Glib::RefPtr<Clutter::Alpha>&, double, double, double, double,
Clutter::Gravity)
../clutter/cluttermm/behaviour-scale.h:97: note:                 static
Glib::RefPtr<Clutter::BehaviourScale> Clutter::BehaviourScale::create(const
Glib::RefPtr<Clutter::Alpha>&, Clutter::Fixed, Clutter::Fixed,
Clutter::Fixed, Clutter::Fixed, Clutter::Gravity)
make[2]: *** [test-alpha-creation.o] Error 1
make[2]: Leaving directory `/home/naveen/MyOwn/clutter/trunk/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/naveen/MyOwn/clutter/trunk/tests'
make: *** [all-recursive] Error 1


Although its clear that the calling function from test program is not
present. But just thinking is it really a known bug or I made a compilation
mistake somewhere?

-Br
Naveen
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to