[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gtkmm
Subject:    Re: [gtkmm] Help compiling with gmake
From:       "Claudio Bley" <bley () cs ! uni-magdeburg ! de>
Date:       2002-09-30 23:52:31
[Download RAW message or body]

>>>>> "Maya" == Maya  <escalante@canada.com> writes:

    Maya> I am not sure why I am not being able to compile using the
    Maya> following 'Makefile' file:

Apart from being the wrong mailing list? Just RTFM about make.

    Maya> #Flagas
    Maya> CFLAGS=-Wall -g 'gtkmm --cflags --clibs`

What's gtkmm? You supposedly mean gtkmm-config?! If that, there is no
--clibs flag to that command.

Additionally, you need to have backticks around the commands:

CFLAGS=-Wall -g `gtkmm-config --cflags`

Or better yet you might use

CFLAGS=-Wall -g $(shell gtkmm-config --cflags)

Oh, and next time it might be helpful if you provide the error message
you got or at least describe what didn't work, what you expected etc.?

HTH
-- 
Claudio Bley                                 ASCII ribbon campaign (")
Debian GNU/Linux advocate                     - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic