Hi,

We are trying to build pidgin in windows, refering to this link :
https://developer.pidgin.im/wiki/BuildingWinPidgin?version=161

we have completed every steps , whenever trying to make it using

make -f Makefile.mingw install , compilation terminated , please check below :-


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

$ make -f Makefile.mingw install
(hg --cwd . id -i --debug) 2>/dev/null >package_revision_raw.txt \
|| rm -f package_revision_raw.txt
if [ -f package_revision_raw.txt ]; then \
        sed 's/^\(.\{1,\}\)$/#define REVISION "\1"/'
package_revision_raw.txt > package_revision.h; \
fi
[ -f package_revision.h ] || echo "#define REVISION \"unknown\"" >
package_revision.h
make -C ./libpurple -f Makefile.mingw
make[1]: Entering directory
'/cygdrive/c/devel/pidgin-devel/win32-dev/pidgin-2.10.11/libpurple'
gcc.exe -O2 -Wall -Waggregate-return -Wcast-align
-Wdeclaration-after-statement -Werror-implicit-function-declaration
-Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs
-Wpointer-arith -Wundef -Wstack-protector -fwrapv -fno-strict-overflow
-Wno-missing-field-initializers -Wformat-security
-fstack-protector-all --param ssp-buffer-size=1 -pipe -mms-bitfields
-g -DHAVE_CYRUS_SASL -DHAVE_CONFIG_H -DWIN32_LEAN_AND_MEAN
-I../libpurple -I../libpurple/win32 -I..
-I../../win32-dev/gtk_2_0-2.14/include
-I../../win32-dev/gtk_2_0-2.14/include/glib-2.0
-I../../win32-dev/gtk_2_0-2.14/lib/glib-2.0/include
-I../../win32-dev/libxml2-2.9.0/include/libxml2 -o account.o -c
account.c
In file included from account.c:26:0:
internal.h:105:21: fatal error: gmodule.h: No such file or directory
 #include <gmodule.h>
                     ^
compilation terminated.
../libpurple/win32/rules.mak:4: recipe for target 'account.o' failed
make[1]: *** [account.o] Error 1
make[1]: Leaving directory
'/cygdrive/c/devel/pidgin-devel/win32-dev/pidgin-2.10.11/libpurple'
Makefile.mingw:102: recipe for target 'all' failed
make: *** [all] Error 2

>>>>>>>>>>>>>>>>>>>>>>>>>>

Please help
_______________________________________________
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
https://pidgin.im/cgi-bin/mailman/listinfo/support

Reply via email to