This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP-2] glib-2.4.2-1


Yaakov schrieb:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1

> Dr. Volker Zell wrote:

> | Hi Gerrit, during the build stage I get the following error:
> |
> | make[3]: Leaving directory `/usr/src/glib-2.4.2/.build/gobject'
> | echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
> | && echo "#define __G_MARSHAL_H__" >> xgen-gmh \
> | && ./.libs/glib-genmarshal --nostdinc --prefix=g_cclosure_marshal
> /usr/src/glib-2.4.2/gobject/gmarshal.list --header >> xgen-gmh \
> ~     ^^^^^^^
> This should be ./glib-genmarshal, the libtool script which takes care of
> all these problems.  I didn't see this because I had installed the
> binary package first.

> Gerrit, did you patch this?

No and yes, and IIRC, the script doesn't work because the libtool-devel
creates a dummy executable, so if there are glib-genmarshal and
glib-genmarshal.exe in the same directory, glib-genmarshal.exe will be
executed at first and since it is a dummy it fails.

I patched it to call the real executable.

Usually I use my patched libtool for this which basically skips the
dummy executable and links the real executable from .libs/ to ../.libs/ .


Gerrit
-- 
=^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]