Makefile missing separator

2017-03-06 Thread Sascha Manns
ATA)             $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@    in my Makefile.am.  But a make gives me: Makefile.869: *** m

Calling gtk-builder-convert from makefile

2007-12-20 Thread Micah Carrick
I have a glade file which I have to convert using gtk-builder-convert first. This converts it from .glade to .xml and the make file installs it. How would I run gtk-builder-convert on the source .glade file prior to copying the .xml file? -- - Micah Carrick Developer - http://www.micahcarri

Makefile

2006-11-23 Thread sunzysjzri
hi, everyone Do you have some convenience tools to make Makefile but "autoconf" and "auto make"? sun zhiyong 2006-11-24 [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mail

Re: [OT] How to add cairo linking and compilation flags to makefile ?

2005-10-05 Thread John Cupitt
On 10/5/05, Colossus <[EMAIL PROTECTED]> wrote: > This is the content of Makefile.am: > INCLUDES = \ > -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ > -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ > @PACKAGE_CFLAGS@ > > xarchiver_LDADD = @PACKAGE_LIBS@ Those are t

Re: [OT] How to add cairo linking and compilation flags to makefile ?

2005-10-05 Thread Colossus
John Cupitt wrote: You need lines like CFLAGS=`pkg-config gtk+-2.0 --cflags` LDADD=`pkg-config gtk+-2.0 --libs` in your Makefile.am. I forget the exact names. This is what I have in Makefile.in # Makefile.in generated by automake 1.9.6 from Makefile.am. # @[EMAIL PROTECTED] [CUT THE LONG

[OT] How to add cairo linking and compilation flags to makefile ?

2005-10-05 Thread Colossus
Hi, sorry for the OT. I upgraded to gtk 2.8 and cairo and obviously my glade makefile project doesn't contain -I/usr/include/cairo. I added manually to it in my_project/Makefile and my_project/src/Makefile but it doesn't work, I keep getting cairo.h file not found in the output of ma

Re: [OT] How to add cairo linking and compilation flags to makefile ?

2005-10-05 Thread John Cupitt
On 10/5/05, Colossus <[EMAIL PROTECTED]> wrote: > sorry for the OT. I upgraded to gtk 2.8 and cairo and obviously my > glade makefile project doesn't contain -I/usr/include/cairo. I added > manually to it in my_project/Makefile and my_project/src/Makefile but > it doesn

Re: endless Makefile creation loop (was: Query - Pango)

2005-09-19 Thread Gus Koppel
Hazzy wrote: > i m trying to install pango on ARM board.. > > I m able to configure it but as i give make command > it goes into infinite loop of > > [EMAIL PROTECTED]:/try/pango-1.8.2# make > cd . && /bin/sh ./config.status Makefile > config.status: cre