--- "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.
It seems to be present: ls -l /sw/include/glib-2.0 total 24 drwxr-xr-x 53 root admin 1802 21 Jan 06:44 glib/ -rw-r--r-- 1 root admin 1474 21 Jan 06:44 glib-object.h -rw-r--r-- 1 root admin 2443 21 Jan 06:44 glib.h -rw-r--r-- 1 root admin 3613 21 Jan 06:44 gmodule.h drwxr-xr-x 19 root admin 646 21 Jan 06:44 gobject/ What next? 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
