hi. I want to complie my project, but I can't.
because my makefile has a little bug.
I wrote:
//makefile
test: test.cc myframe.o
    g++ -O3 `gtkmm-config --cflags` -o test test.cc myframe.o
`gtkmm-config --libs`
myframe.o: myframe.cc myframe.h
    g++ -O3 -c myframe.cc
and I use gtkmm-tool not Gtk1.0.2, but I can't pass Gtk::Window();
I only pass Gtk_Window;
how about modify this makefile?
please help me. Thanks a lot.
    cooper

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to