Re: [gtkmm] Compiling my first gtkmm program - HELP!!



On Thu, 22 Apr 2004, Maya wrote:

> Hi folks!!
> I have been trying to compile an example program included in the gtkmm 
> documentation, but for some reason I am having a lot of  errors and/or 
> warnings displayed.
> The Makefile I wrote is this:
> ------
> CPP=g++
> LDLIBS=`pkg-config gtkmm-2.0 --libs`
> CFLAGS= -Wall -g `pkg-config gtkmm-2.0 --cflags --libs`
> OBJS = main.o wimm.o
> EXEC = wimm.exe

Try changing `CFLAGS' to `CXXFLAGS'

--
eat(this); // delicious suicide



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