Henri Girard wrote:

> Thanks but how to install it ?   must it be into autogen.sh ?
> on command : mv patch... autogen.sh or just rename it ?
> I can compile glade like this :
> ./compile
> make
> make install
> but I have problem to compile glade apps : here is message error ...
> CC=' gcc -...' ./configure
> -----------------------------------------------------
> checking for strdup... (cached) yes
> checking for __argz_count... (cached) no
> checking for __argz_stringify... (cached) no
> checking for __argz_next... (cached) no
> checking for LC_MESSAGES... (cached) no
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for libintl.h... (cached) yes
> checking for gettext in libc... (cached) no
> checking for bindtextdomain in -lintl... (cached) yes
> checking for gettext in libintl... (cached) yes
> checking for msgfmt... (cached) /USR/LOCAL/BIN/msgfmt
> checking for dcgettext... (cached) no
> checking for gmsgfmt... (cached) /USR/LOCAL/BIN/msgfmt
> checking for xgettext... (cached) /USR/LOCAL/BIN/xgettext
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating src/Makefile
> creating intl/Makefile
> creating po/Makefile.in
> creating config.h
> cat: ./config.h.in: No such file or directory
> config.h is unchanged
> BASH.EXE-2.04$
> --------------------------------------------------
> content of config.h after CC='..' ./configure
>
> /* config.h.  Generated automatically by configure.  */
>
> ----------------------------------------------
> make :
> else \
>   echo cat-id-tbl.c changed; \
>   rm -f ./cat-id-tbl.c; \
>   mv cat-id-tbl.tmp ./cat-id-tbl.c; \
> fi
> cat-id-tbl.c changed
> cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
> make[2]: Leaving directory `/editor/po'
> Making all in src
> make[2]: Entering directory `/editor/src'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl      -I/usr/include    -g -O2 -Wa
> ll -
> c main.c
> main.c: In function `main':
> main.c:32: `PACKAGE_DATA_DIR' undeclared (first use in this function)
> main.c:32: (Each undeclared identifier is reported only once
> main.c:32: for each function it appears in.)
> main.c:32: parse error before string constant
> main.c:33: `PACKAGE_SOURCE_DIR' undeclared (first use in this function)
> main.c:33: parse error before string constant
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory `/editor/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/editor'
> make: *** [all-recursive-am] Error 2
> BASH.EXE-2.04$
> ----------------------------------------------------------------------------
> ----------
>
> ----- Original Message -----
> From: Andrew Lagun <[EMAIL PROTECTED]>
> To: glade-devel <[EMAIL PROTECTED]>
> Sent: Monday, June 19, 2000 3:23 PM
> Subject: patch for working with win32
>
> > hello
> > this is patch let compile glade and work with cygwin .
> > for generating of c-code just create
> > /usr/local/share/glade/gtk/autogen.sh
> > from your glade under unix.
> >
>
> ----------------------------------------------------------------------------

no this is patch is against glade subbdir in your glade-0.5.9 distribution
about autogen.sh , u just need to take it from glade under unix
and copy to /usr/local/share/glade/gtk/autogen.sh under win32.(to create glade
sources)
then u compile glade and can try to make projects , it create
everything ,but as for me i donot have perl for cygwin so automake
for win32 doesn't work properly(activestate perl doesnot work in bash ) . so i
can not generate makefile automatically
from autogen.sh in new created project, but i can do it by hands


+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to