It is impossible to build plugin without GTK+

Issue #104 resolved
Николай Антонов created an issue

Original issue 104 created by ostinru on 2013-01-03T15:27:27.000Z:

It is impossible to build plugin without GTK+

it caused by our broken build system:

CFLAGS+=pkg-config purple gtk+-2.0 --cflags -fPIC -DPIC -std=c99 LDFLAGS+=pkg-config purple gtk+-2.0 --libs -shared -ggdb -fPIC -DPIC

Comments (2)

  1. Николай Антонов reporter

    Comment 1 originally posted by ostinru on 2013-01-03T15:29:23.000Z:

    possible solution is automake # 61

  2. Log in to comment