David Boesner writes: > Hi everyone, > > I am new to autotools. I have problem. > > I receive the following errormessage if I run make: > > /include/gtspiContext.h:7:25: schwerwiegender Fehler: glib-object.h: Datei > oder Verzeichnis nicht gefunden > > In English: Datei oder Verzeichnis nicht gefunden = File or directory not > found > > > My makefile (the one which is in the same directory like > the gtspiContext.h ) contains the lines: > > GLIB_CFLAGS = -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > GLIB_LIBS = -lglib-2.0 > > What else do I need so that glib-object.h: can be found. On my system, that file is found in /usr/include/glib-2.0/glib-object.h, and belongs to the development package `libglib2.0-dev'. -- Alberto _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf