Yasin9494 / mrim-prpl

Automatically exported from code.google.com/p/mrim-prpl
0 stars 0 forks source link

It is impossible to build plugin without GTK+ #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by ostinru on 3 Jan 2013 at 3:27

GoogleCodeExporter commented 9 years ago
possible solution is automake #61

Original comment by ostinru on 3 Jan 2013 at 3:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by sor.alexei on 26 Apr 2015 at 4:26