Menu

#2 Compilation error

open
nobody
None
5
2006-09-13
2006-09-13
No

I am trying to compile the product. The "configure"
works fine. But when I try the make command I get the
following output:
make all-recursive
make[1]: Entering directory
`/down/Stock_Ticker/stockticker_applet-0.2.2'
Making all in macros
make[2]: Entering directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/macros'
Making all in po
make[2]: Entering directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/po'
make[2]: Leaving directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/po'
Making all in intl
make[2]: Entering directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/intl'
Making all in src
make[2]: Entering directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/local/include -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2
-DG_LOG_DOMAIN=\"stockticker_applet\"
-DGNOMELOCALEDIR=\""/usr/local/share/locale"\"
-I../intl -I../intl -I/usr/include/gdk-pixbuf-1.0
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -c tick.c
tick.c:4:27: error: applet-widget.h: No such file or
directory
tick.c:22: error: expected ‘)’ before ‘*’ token
tick.c:32: error: expected ‘)’ before ‘*’ token
tick.c:33: error: expected ‘)’ before ‘*’ token
tick.c:34: error: expected ‘)’ before ‘*’ token
tick.c:41: error: expected ‘)’ before ‘*’ token
tick.c:51: error: expected ‘)’ before ‘*’ token
tick.c: In function ‘main’:
tick.c:126: warning: assignment makes pointer from
integer without a cast
tick.c:190: error: ‘StockDetails’ undeclared (first use
in this function)
tick.c:190: error: (Each undeclared identifier is
reported only once
tick.c:190: error: for each function it appears in.)
tick.c:196: error: ‘LookUpFromMenu’ undeclared (first
use in this function)
tick.c:202: error: ‘DoPrefs’ undeclared (first use in
this function)
tick.c:208: error: ‘HelpCB’ undeclared (first use in
this function)
tick.c:214: error: ‘AboutWindow’ undeclared (first use
in this function)
tick.c:218: error: ‘SaveSessionCB’ undeclared (first
use in this function)
tick.c: At top level:
tick.c:294: error: expected ‘)’ before ‘*’ token
tick.c: In function ‘RotateQuote’:
tick.c:322: error: ‘CLK_TCK’ undeclared (first use in
this function)
tick.c: In function ‘AddToString’:
tick.c:380: error: void value not ignored as it ought to be
tick.c: At top level:
tick.c:546: error: expected ‘)’ before ‘*’ token
tick.c:554: error: expected ‘)’ before ‘*’ token
tick.c:565: error: expected ‘)’ before ‘*’ token
tick.c:855: error: expected ‘)’ before ‘*’ token
tick.c: In function ‘UpdatePrefs’:
tick.c:942: error: invalid type argument of ‘->’
tick.c: In function ‘ReadConfig’:
tick.c:960: error: invalid type argument of ‘->’
tick.c: At top level:
tick.c:1076: error: expected ‘)’ before ‘*’ token
make[2]: *** [tick.o] Error 1
make[2]: Leaving directory
`/down/Stock_Ticker/stockticker_applet-0.2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/down/Stock_Ticker/stockticker_applet-0.2.2'
make: *** [all-recursive-am] Error 2

CAN SOMEBODY HELP ME WITH THIS PROBLEM
thank you
Nicolas

Discussion


Log in to post a comment.