Re: [gtkmm] Help compiling with gmake
- From: "Claudio Bley" <bley cs uni-magdeburg de>
- To: Maya <escalante canada com>
- Cc: GTKmm list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Help compiling with gmake
- Date: Tue, 1 Oct 2002 01:52:31 +0200
>>>>> "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 / \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]