[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pidgin-support
Subject:    compilation error
From:       gavinm gavinm <gavinm44 () gmail ! com>
Date:       2015-05-09 12:33:58
Message-ID: CALGWL8mJNmcUQAMZ6xe9OcCD=NQHGe0UEBsE=cNFtiWZjfwTfA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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

[Attachment #5 (text/html)]

<div dir="ltr">Hi,  <div><br></div><div><br></div><div>We are trying to build pidgin \
in windows, refering to this link :  <a \
href="https://developer.pidgin.im/wiki/BuildingWinPidgin?version=161" \
target="_blank">https://developer.pidgin.im/wiki/BuildingWinPidgin?version=161</a></div><div><br></div><div>we \
have completed every steps , whenever trying to make it using  \
</div><div><br></div><div><pre \
style="margin-top:0px;margin-bottom:0px;overflow:auto;color:rgb(51,51,51);font-size:12.6999998092651px">make \
-f Makefile.mingw install , compilation terminated , please check below :-</pre><pre \
style="margin-top:0px;margin-bottom:0px;overflow:auto;color:rgb(51,51,51);font-size:12.6999998092651px"><br></pre><pre \
style="margin-top:0px;margin-bottom:0px;overflow:auto;color:rgb(51,51,51);font-size:12 \
.6999998092651px">&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</pre><pre \
style="margin-top:0px;margin-bottom:0px;overflow:auto"><font color="#333333"><span \
style="font-size:12.6999998092651px">$ make -f Makefile.mingw install (hg --cwd . id \
-i --debug) 2&gt;/dev/null &gt;package_revision_raw.txt \ || rm -f \
package_revision_raw.txt if [ -f package_revision_raw.txt ]; then \
        sed &#39;s/^\(.\{1,\}\)$/#define REVISION &quot;\1&quot;/&#39; \
package_revision_raw.txt &gt; package_revision.h; \ fi
[ -f package_revision.h ] || echo &quot;#define REVISION \&quot;unknown\&quot;&quot; \
&gt; package_revision.h make -C ./libpurple -f Makefile.mingw
make[1]: Entering directory \
&#39;/cygdrive/c/devel/pidgin-devel/win32-dev/pidgin-2.10.11/libpurple&#39; 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 &lt;gmodule.h&gt;
                     ^
compilation terminated.
../libpurple/win32/rules.mak:4: recipe for target &#39;account.o&#39; failed
make[1]: *** [account.o] Error 1
make[1]: Leaving directory \
&#39;/cygdrive/c/devel/pidgin-devel/win32-dev/pidgin-2.10.11/libpurple&#39; \
                Makefile.mingw:102: recipe for target &#39;all&#39; failed
make: *** [all] Error 2</span></font><span \
style="color:rgb(51,51,51);font-size:12.6999998092651px"> \
</span></pre></div><div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</div><div><br></div><div>Please \
help</div></div>



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic