Re: [Fwd: Re: How to clear/replace filter list in File Chooser?] Compiling first GTKMM program



I tried the order you suggested:

$ g++ main.cpp helloworld.cpp `pkg-config gtkmm-2.4 --cflags --libs` -o main
: No such file or directory

and even 
$ g++ helloworld.cpp main.cpp `pkg-config gtkmm-2.4 --cflags --libs` -o main
: No such file or directory

without a changed result.

I don't think a typo on the filenames is the issue either.  the files in
this directory:
$ ls
Makefile  helloworld.cpp  helloworld.h  main.cpp  simple.cc

Thanks for the advice.  Anything else I could try?

Tricia
-- 
View this message in context: http://www.nabble.com/Compiling-first-GTKMM-program-tf3268732.html#a9093058
Sent from the Gtkmm mailing list archive at Nabble.com.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]