Bonsoir!
Tous est dans le titre. Après modification, j’ai voulu recompiler, et là, c’est le drame :
$ make
Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'GnuTLS', not found
Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'GnuTLS', not found
surf build options:
CFLAGS = -std=c99 -pedantic -Wall -Os -I. -I/usr/include -DVERSION="0.3"
LDFLAGS = -s -L /usr/lib -lc -lgthread-2.0
CC = cc
Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'GnuTLS', not found
CC surf.c
surf.c:8:21: error: gtk/gtk.h: Aucun fichier ou dossier de ce type
surf.c:9:22: error: gdk/gdkx.h: Aucun fichier ou dossier de ce type
surf.c:10:21: error: gdk/gdk.h: Aucun fichier ou dossier de ce type
surf.c:11:28: error: gdk/gdkkeysyms.h: Aucun fichier ou dossier de ce type
surf.c:18:27: error: webkit/webkit.h: Aucun fichier ou dossier de ce type
surf.c:19:25: error: glib/gstdio.h: Aucun fichier ou dossier de ce type
surf.c:20:39: error: JavaScriptCore/JavaScript.h: Aucun fichier ou dossier de ce type
surf.c:27: error: expected specifier-qualifier-list before ‘gboolean’
surf.c:30: warning: union has no members
Et je vous passe les erreurs suivantes.
Ce qui m’inquiète le plus, c’est qu’il ne trouve plus les librairies 
Pourquoi??? elles sont pourtant bien installées! Et c’est quoi ce zlib dont il me parle?
Merci d’avance!
