about makefile
- From: "Chiou Wei-Han" <s7410010 ntut edu tw>
- To: <gtk-list redhat com>
- Subject: about makefile
- Date: Tue, 25 Jan 2000 06:27:52 +0800
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]