[Pidgin] #516: libgnt/gntwm.c fails to compile in Solaris
Pidgin
trac at pidgin.im
Tue May 1 19:00:53 EDT 2007
#516: libgnt/gntwm.c fails to compile in Solaris
-------------------+--------------------------------------------------------
Reporter: dhalik | Owner: sadrul
Type: defect | Status: new
Priority: minor | Component: finch (gnt/ncurses)
Version: 2.0 | Keywords:
Pending: 0 |
-------------------+--------------------------------------------------------
I've been messing with this for awhile now and I can't seem to get gntwm.c
to compile. It's the only libgnt file having an issue and ironically the
last compiled ;) Even with ncurses-devel installed and set --with-ncurses-
headers="/usr/local/include/ncursesw" it can't seem to find the functions
it's looking for. On a whim I tried a temp patch to add #include
<ncurses.h> to gntwm.c (since that's where they seem to live), but no luck
there either. Any help would be appreciated. Thanks.
Failed message below:
{{{
source='gntwm.c' object='gntwm.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --silent --tag=CC --mode=compile cc
-DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -D_PTHREADS
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/ncursesw/ -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include -g -xs -c -o gntwm.lo gntwm.c
"gntwm.c", line 803: undefined symbol: cchar_t
"gntwm.c", line 803: syntax error before or at: ch
"gntwm.c", line 805: warning: implicit function declaration: mvwin_wch
"gntwm.c", line 805: undefined symbol: ch
"gntwm.c", line 806: undefined struct/union member: chars
"gntwm.c", line 806: warning: left operand of "." must be struct/union
object
"gntwm.c", line 806: warning: improper pointer/integer combination: arg #1
"gntwm.c", line 807: undefined struct/union member: attr
"gntwm.c", line 807: warning: left operand of "." must be struct/union
object
"gntwm.c", line 807: warning: left operand of "." must be struct/union
object
"gntwm.c", line 807: warning: left operand of "." must be struct/union
object
"gntwm.c", line 808: warning: left operand of "." must be struct/union
object
"gntwm.c", line 809: warning: implicit function declaration: mvwadd_wch
"gntwm.c", line 814: cannot recover from previous errors
cc: acomp failed for gntwm.c
*** Error code 1
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/516>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list