--- "Alexander K. Hansen" <[EMAIL PROTECTED]> wrote:
> On 1/20/06, Bob Portmann <[EMAIL PROTECTED]> wrote:
> > --- Benjamin Reed <[EMAIL PROTECTED]> wrote:
> > > Alexander K. Hansen wrote:
> > >
> > > >> BOTTOM OF ERROR OUTPUT:
> > > >> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include
> > > -I/usr/X11R6/include
> > > >> -I/usr/X11R6/include/freetype2 -I../..
> > > -I/sw/lib/freetype219/include
> > > >> -I/sw/include -g -Wall -Wunused -Wmissing-prototypes
> > > >> -Wmissing-declarations -Wstrict-prototypes
> -Wmissing-prototypes
> > > >> -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual
> > > -Wcast-align
> > > >> -Wwrite-strings -c generated.c  -fno-common -DPIC -o
> > > .libs/generated.o
> > > >> In file included from generated.c:4:
> > > >> /sw/include/vte/vte.h:28:18: glib.h: No such file or directory
> > > > <snip>
> > > >
> > > > I'd suspect you're missing /sw/include/glib-2.0/glib.h, which
> is
> > > from glib2-dev.
> > >
> > > the question is, how did this happen, 'cause gtk-sharp2
> builddepends
> > > on glib2-dev.
> >
> > Doing a fink list it claims that glib2-dev is intalled:
> >
> >  i      glib2   2.8.5-1 Handy library of utility functions
> >  i      glib2-dev       2.8.5-1 Handy library of utility functions
> >  i      glib2-shlibs    2.8.5-1 Handy library of utility functions
> >
> > Should I try to rebuild these?
> >
> > Bob
> >
> >
> 
> Verify whether  /sw/include/glib-2.0/glib.h is indeed absent.  If so,
> go for the rebuild.

Well, I do not think that the problem is that glib (or pango, etc) are
missing but that the incorrect gcc command is issued by libtool.  I
found the generated.c file and if I add the compilier options from
pkg-config for gtk+2

pkg-config --cflags gtk+-2.0
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/pango-1.0 -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0
-I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include

then the compile above works.  For some reason the 1st 3 and last 3 of
these includes are missing in the command issued by libtool (shown
above) and this is what causes all the errors.  I still do not know how
to fix the fink package for gtk-sharp2 but maybe these comments will
help those that know more about this stuff (and I think it narrows down
the problem to the gtk-sharp2 package, at least on 10.3).

Anyone have any ideas.

Thanks,
Bob

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to