nanogui: Problems building NanoGTK


Previous by date: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Chen sheng
Next by date: 23 Jul 2002 12:04:25 -0000 Microwindows File Manager?!, Mike Schumi
Previous in thread: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Chen sheng
Next in thread: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Srinivas Rao

Subject: RE: [nanogui] Problems building NanoGTK
From: Pravesh Biyani ####@####.####
Date: 23 Jul 2002 12:04:25 -0000
Message-Id: <207B11B4929ED411AC3E0000E8794920B0102F@CHANAKYA>

Hi
 While using nano-x i want to eliminate the use of mouse and only the use of
keyboard is required. Now when i changed the configure file and again "make"
the nano-x, it is still not working..

Please tell me what is the problem


Pravesh

-----Original Message-----
From: Simon Wood ####@####.####
Sent: Tuesday, July 23, 2002 3:27 PM
To: Nanogui (E-mail)
Subject: [nanogui] Problems building NanoGTK


Hi all,
I tried building NanoGTK and got a couple of errors.... fails whilst
building 
srvfunc.o. I think that I may be missing a header file.

I've check the paths etc but they all look correct, anyone got any
suggestions?

I picked up the source from
http://www.emsoftltd.com/index.php?action=nanogtk,
is there an alternative (CVS?) archive anywhere else?

Thanks,
Simon.

----

####@####.#### make
make[2]: Circular /home/simon/NanoGTK-1.0/microwin089p8/src/lib/ <-
/home/simon/NanoGTK-1.0/microwin089p8/src/lib/ dependency dropped.
make[2]: Circular /home/simon/NanoGTK-1.0/microwin089p8/src/lib/ <-
/home/simon/NanoGTK-1.0/microwin089p8/src/lib/ dependency dropped.
make[1]: Circular /home/simon/NanoGTK-1.0/microwin089p8/src/lib/ <-
/home/simon/NanoGTK-1.0/microwin089p8/src/lib/ dependency dropped.
Compiling srvfunc.c ...
srvfunc.c: In function `GrResizeWindow':
srvfunc.c:600: warning: implicit declaration of function
`GrNanoGTKResizeWindow'
srvfunc.c: In function `NewWindow':
srvfunc.c:1523: warning: implicit declaration of function `add_input'
srvfunc.c:1523: warning: assignment makes pointer from integer without a
cast
In file included from srvfunc.c:3271:
srvfunc_gtk.c: In function `draw_dash_line':
srvfunc_gtk.c:26: warning: implicit declaration of function
`calc_thick_line_corners'
srvfunc_gtk.c:30: warning: implicit declaration of function
`draw_thick_line'
srvfunc_gtk.c: In function `GrNanoGTKUtilForResize':
srvfunc_gtk.c:173: warning: unused variable `sibwp'
srvfunc_gtk.c: At top level:
srvfunc_gtk.c:231: warning: type mismatch with previous implicit declaration
srvfunc.c:600: warning: previous implicit declaration of
`GrNanoGTKResizeWindow'
srvfunc_gtk.c:231: warning: `GrNanoGTKResizeWindow' was previously
implicitly declared to return `int'
srvfunc_gtk.c:321: warning: `calc_thick_line_corners' was declared
implicitly `extern' and later `static'
srvfunc_gtk.c:26: warning: previous declaration of `calc_thick_line_corners'
srvfunc_gtk.c:321: warning: type mismatch with previous implicit declaration
srvfunc_gtk.c:26: warning: previous implicit declaration of
`calc_thick_line_corners'
srvfunc_gtk.c:321: warning: `calc_thick_line_corners' was previously
implicitly declared to return `int'
srvfunc_gtk.c: In function `calc_thick_line_corners':
srvfunc_gtk.c:333: warning: type mismatch in implicit declaration for
built-in function `sqrt'
srvfunc_gtk.c: At top level:
srvfunc_gtk.c:354: warning: `draw_thick_line' was declared implicitly
`extern' and later `static'
srvfunc_gtk.c:30: warning: previous declaration of `draw_thick_line'
srvfunc_gtk.c:354: warning: type mismatch with previous implicit declaration
srvfunc_gtk.c:30: warning: previous implicit declaration of
`draw_thick_line'
srvfunc_gtk.c:354: warning: `draw_thick_line' was previously implicitly
declared to return `int'
srvfunc_gtk.c: In function `GrScrollWindow':
srvfunc_gtk.c:897: warning: implicit declaration of function
`GsExposeAreaOnlyChild'
srvfunc_gtk.c: In function `GrSegments':
srvfunc_gtk.c:30: conflicting types for `draw_thick_line'
srvfunc_gtk.c:354: previous declaration of `draw_thick_line'
srvfunc_gtk.c:26: conflicting types for `calc_thick_line_corners'
srvfunc_gtk.c:321: previous declaration of `calc_thick_line_corners'
srvfunc_gtk.c: In function `GrInternAtom':
srvfunc_gtk.c:1771: warning: passing arg 1 of `GsFindAtom' discards
qualifiers from pointer target type
srvfunc_gtk.c: In function `GrGetRegion':
srvfunc_gtk.c:1911: warning: `ret_val' might be used uninitialized in this
function
srvfunc_gtk.c: In function `GrTilePixmap':
srvfunc_gtk.c:2008: warning: unused variable `off_mask_y'
srvfunc_gtk.c:2007: warning: unused variable `off_mask_x'
make[1]: *** [srvfunc.o] Error 1
make: *** [subdirs] Error 2
####@####.####

----

####@####.#### find . -name '*.[ch]' -exec grep -H
calc_thick_line_corners {} \; | less
./microwin089p8/src/nanox/srvfunc_gtk.c:
calc_thick_line_
corners(
./microwin089p8/src/nanox/srvfunc_gtk.c:calc_thick_line_corners (GR_POINT
p1, GR
_POINT p2,
./microwin089p8/src/nanox/srvfunc_gtk.c:
        calc_thick_line_corners(
./microwin089p8/src/nanox/srvfunc_gtk.c:
calc_thick_line_corners (points[i-1], points[i],
./microwin089p8/src/nanox/srvfunc_gtk.c:
                calc_thick_line_corners (
####@####.####

---------------------------------------------------------------------
To unsubscribe, e-mail: ####@####.####
For additional commands, e-mail: ####@####.####

Previous by date: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Chen sheng
Next by date: 23 Jul 2002 12:04:25 -0000 Microwindows File Manager?!, Mike Schumi
Previous in thread: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Chen sheng
Next in thread: 23 Jul 2002 12:04:25 -0000 Re: Problems building NanoGTK, Srinivas Rao


Powered by ezmlm-browse 0.20.