lucab617 Apprentice
Joined: 07 Jan 2005 Posts: 156 Location: Boston, MA
|
Posted: Wed Feb 09, 2005 4:53 am Post subject: Cheops Problem 'make' |
|
|
make
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o cheops.o cheops.c
cheops.c: In function `page_dispatch':
cheops.c:742: warning: deprecated use of label at end of compound statement
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o network.o network.c
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o tcpip-mod.o tcpip-mod.c
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o queso-mod.o queso-mod.c
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o services.o services.c
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o halfscan-mod.o halfscan-mod.c
gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DHAS_GMODULE -c -o domain.o domain.c
domain.c: In function `PrintListInfo':
domain.c:204: warning: implicit declaration of function `_getshort'
domain.c:213: warning: implicit declaration of function `_getlong'
domain.c:365: error: `T_UINFO' undeclared (first use in this function)
domain.c:365: error: (Each undeclared identifier is reported only once
domain.c:365: error: for each function it appears in.)
domain.c:366: error: `T_UID' undeclared (first use in this function)
domain.c:367: error: `T_GID' undeclared (first use in this function)
make: *** [domain.o] Error 1 |
|