ich möchte via checkinstall ein Debian-Paket erzeugen.
So möchte ich vorgehen:
Code: Alles auswählen
./configure
make
su
checkinstall make install
Code: Alles auswählen
./configure
Code: Alles auswählen
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 >= 2.14.0 gthread-2.0) were not met:
No package 'gtk+-2.0' found
No package 'gthread-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Davon abgesehen, dass mir nicht klar ist, welche gtk+-2.0 Pakete er nicht findet. Ich habe gtk2-engines installiert. Ist das falsch oder reicht nicht aus ? Welches Paket muss ich noch installieren ?
Das Paket gthreas-2.0 kann ich nicht finden. Welches ist das richtige ?
Habe leider keine passende Antwort im Netz gefunden.
Was mache ich falsch ?