Help plz.I got errors when building src

Daniel Atallah daniel.atallah at gmail.com
Tue Nov 29 21:01:09 EST 2011


2011/11/29 Xiao Wen <swuwenxiao at gmail.com>:
>
>
> Hi,
>     I'm a IM developer in China.When I built the soure files of Pidgin
> following the URL-http://developer.pidgin.im/wiki/BuildingWinPidgin, it
> suggested me such errors. Could you give me any tips?Thanks.
>
> $ make -f Makefile.mingw install
> (cd . && mtn --root=. automate get_base_revision_id) 2>/dev/null
>>package_revisi
> on_raw.txt \
>         || rm -f package_revision_raw.txt
> if [ -f package_revision_raw.txt ]; then \
>                 sed 's/^\(.\{1,\}\)$/#define REVISION "\1"/'
> package_revision_ra
> w.txt > package_revision.h; \
>         fi
> [ -f package_revision.h ] || echo "#define REVISION \"unknown\"" >
> package_revis
> ion.h
> make -C ./libpurple -f Makefile.mingw
> make[1]: Entering directory `/pidgin-devel/pidgin-2.7.11/libpurple'
> gcc.exe -O2 -Wall -Waggregate-return -Wcast-align
> -Wdeclaration-after-statement
> -Werror-implicit-function-declaration -Wextra -Wno-sign-compare
> -Wno-unused-para
> meter -Winit-self -Wmissing-declarations -Wmissing-prototypes
> -Wnested-externs -
> Wpointer-arith -Wundef -pipe -mno-cygwin -mms-bitfields -g -DHAVE_CYRUS_SASL
> -DH
> AVE_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.7.4/include/libxml2 -o account.o -c account.c
> make[1]: *** [account.o] Error 1
> make[1]: Leaving directory `/pidgin-devel/pidgin-2.7.11/libpurple'
> make: *** [all] Error 2


It looks like there's something wrong with your gcc installation -
there doesn't appear to be a specific error message shown, but the gcc
process is returning 1, indicating failure.

I suggest trying to compile a simple program to make sure that gcc is
working - I suspect you'll find that it isn't and you'll need to find
out why that is.

-D




More information about the Devel mailing list