Problems compiling Pidgin (2.2.1)
Hello all, I am trying to compile net/pidgin macports but encounters some problems. Compilation phase ends with these lines ... /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/opt/local/share\" -DLIBDIR=\"/opt/local/lib/purple-2/\" -DLOCALEDIR=\"/opt/local/share/locale\" -DSYSCONFDIR=\"/opt/local/etc\" -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Wall -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include -no-cpp-precomp -g -O2 -MT account.lo -MD -MP -MF .deps/account.Tpo -c -o account.lo account.c account.c:55: error: two or more data types in declaration specifiers account.c:55: warning: declaration does not declare anything account.c: In function 'setting_to_xmlnode': account.c:107: error: syntax error before '_Bool' account.c: In function 'purple_account_set_bool': account.c:1581: error: syntax error before '_Bool' account.c: In function 'purple_account_set_ui_bool': account.c:1667: error: syntax error before '_Bool' account.c: In function 'purple_account_get_bool': account.c:1942: error: syntax error before '_Bool' account.c: In function 'purple_account_get_ui_bool': account.c:2008: error: syntax error before '_Bool' make[4]: *** [account.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Can somebody help me compiling this port. Many thks ... Vincent
You probably know this by now, but if you sync your ports you'll find that 2.3.1 builds and installs. --Mike H On Dec 16, 2007, at 11:54 AM, Vincent Blondel wrote:
Hello all,
I am trying to compile net/pidgin macports but encounters some problems. Compilation phase ends with these lines ...
/bin/sh ../libtool --silent --tag=CC --mode=compile gcc - DHAVE_CONFIG_H -I. -I.. -DBR_PTHREADS=0 -DDATADIR=\"/opt/local/share\" -DLIBDIR=\"/opt/local/lib/purple-2/\" -DLOCALEDIR=\"/opt/local/share/locale\" -DSYSCONFDIR=\"/opt/local/etc \" -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Wall -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/ include -no-cpp-precomp -g -O2 -MT account.lo -MD -MP -MF .deps/account.Tpo -c -o account.lo account.c account.c:55: error: two or more data types in declaration specifiers account.c:55: warning: declaration does not declare anything account.c: In function 'setting_to_xmlnode': account.c:107: error: syntax error before '_Bool' account.c: In function 'purple_account_set_bool': account.c:1581: error: syntax error before '_Bool' account.c: In function 'purple_account_set_ui_bool': account.c:1667: error: syntax error before '_Bool' account.c: In function 'purple_account_get_bool': account.c:1942: error: syntax error before '_Bool' account.c: In function 'purple_account_get_ui_bool': account.c:2008: error: syntax error before '_Bool' make[4]: *** [account.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Can somebody help me compiling this port. Many thks ...
Vincent
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
participants (2)
-
Michael Hernandez
-
Vincent Blondel