Menu

#17 Build error: AMD64 Fedora Core 3t1 GCC-3.4.1

0.8
open
nobody
applet (7)
5
2004-12-16
2004-12-16
thewade
No

Configure runs clean, but build doesnt get far at all.
gwireless_applet-0.8 AMD64 Fedora Core 3t1 GCC-3.4.1

make
make all-recursive
make[1]: Entering directory
`/home/wade/gwireless_applet-0.8'
Making all in libgwireless
make[2]: Entering directory
`/home/wade/gwireless_applet-0.8/libgwireless'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl
-I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
-I/usr/lib64/gnome-libs/include -I/usr/include/glib-1.2
-I/usr/lib64/glib/include -I/usr/include/orbit-1.0
-I/usr/include/gtk-1.2 -I/usr/X11R6/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib64/glib/include -I/usr/X11R6/include -g -O2
-Wall -Wunused -c wireless_calls.c
wireless_calls.c: In function `set_iw_info':
wireless_calls.c:265: warning: unused variable `wdata'
wireless_calls.c:387: warning: control reaches end of
non-void function
rm -f libgwireless.a
ar cru libgwireless.a wireless_calls.o
ranlib libgwireless.a
make[2]: Leaving directory
`/home/wade/gwireless_applet-0.8/libgwireless'
Making all in intl
make[2]: Entering directory
`/home/wade/gwireless_applet-0.8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/wade/gwireless_applet-0.8/intl'
Making all in po
make[2]: Entering directory
`/home/wade/gwireless_applet-0.8/po'
make[2]: Leaving directory
`/home/wade/gwireless_applet-0.8/po'
Making all in macros
make[2]: Entering directory
`/home/wade/gwireless_applet-0.8/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/wade/gwireless_applet-0.8/macros'
Making all in src
make[2]: Entering directory
`/home/wade/gwireless_applet-0.8/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl
-I../libgwireless -I/usr/include/gnome-1.0
-DNEED_GNOMESUPPORT_H -I/usr/lib64/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib64/glib/include
-I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2
-I/usr/X11R6/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib64/glib/include
-I/usr/X11R6/include -g -O2 -Wall -Wunused -c
gwireless_applet.c
In file included from gwireless_applet.c:10:
gwireless_applet.h:26:27: applet-widget.h: No such file
or directory
In file included from gwireless_applet.h:27,
from gwireless_applet.c:10:
callbacks.h:7: error: syntax error before "PanelOrientType"
In file included from gwireless_applet.c:10:
gwireless_applet.h:65: error: syntax error before
"PanelOrientType"
gwireless_applet.h:65: warning: no semicolon at end of
struct or union
gwireless_applet.h:88: error: syntax error before '}' token
gwireless_applet.h:88: warning: type defaults to `int'
in declaration of `WirelessApplet'
gwireless_applet.h:88: warning: data definition has no
type or storage class
gwireless_applet.h:90: error: syntax error before '*' token
gwireless_applet.h:91: error: syntax error before '*' token
gwireless_applet.c:12: error: syntax error before '*' token
gwireless_applet.c: In function `showDetails':
gwireless_applet.c:15: error: `wdata' undeclared (first
use in this function)
gwireless_applet.c:15: error: (Each undeclared
identifier is reported only once
gwireless_applet.c:15: error: for each function it
appears in.)
gwireless_applet.c:15: error: `data' undeclared (first
use in this function)
gwireless_applet.c: In function `main':
gwireless_applet.c:42: warning: implicit declaration of
function `applet_widget_init'
gwireless_applet.c:51: warning: implicit declaration of
function `applet_widget_new'
gwireless_applet.c:51: warning: assignment makes
pointer from integer without a cast
gwireless_applet.c:59: error: `AppletWidget' undeclared
(first use in this function)
gwireless_applet.c:59: error: syntax error before ')' token
gwireless_applet.c: At top level:
gwireless_applet.c:65: warning: type defaults to `int'
in declaration of `applet_widget_gtk_main'
gwireless_applet.c:65: warning: data definition has no
type or storage class
gwireless_applet.c:66: error: syntax error before "return"
gwireless_applet.c:69: error: syntax error before '*' token
gwireless_applet.c: In function `initialize_display':
gwireless_applet.c:72: error: `wdata' undeclared (first
use in this function)
gwireless_applet.c:74: error: syntax error before ')' token
gwireless_applet.c:82: error: `applet' undeclared
(first use in this function)
gwireless_applet.c:95: warning: implicit declaration of
function `applet_widget_register_stock_callback'
gwireless_applet.c:95: warning: implicit declaration of
function `APPLET_WIDGET'
gwireless_applet.c:118: warning: implicit declaration
of function `applet_widget_add'
gwireless_applet.c: In function `signal_update':
gwireless_applet.c:153: error: `wdata' undeclared
(first use in this function)
gwireless_applet.c:239: error: `PIXEL_SIZE_TINY'
undeclared (first use in this function)
make[2]: *** [gwireless_applet.o] Error 1
make[2]: Leaving directory
`/home/wade/gwireless_applet-0.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/wade/gwireless_applet-0.8'
make: *** [all-recursive-am] Error 2

Discussion


Log in to post a comment.