[GRASS-dev] [bug #5151] (grass) NVIZ doesn't build in 6.2.0b3 in
opengl=aqua
Request Tracker
grass-bugs at intevation.de
Tue Sep 19 10:00:15 EDT 2006
this bug's URL: http://intevation.de/rt/webrt?serial_num=5151
-------------------------------------------------------------------------
Subject: NVIZ doesn't build in 6.2.0b3 in opengl=aqua
Platform: Mac OSX
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.2.0beta3
Error in nviz grass 6.2b3 in OS X environment (not X11) --with-opengl=aqua
....
include -I/usr/local/grasslib/include -DPACKAGE=\""grassmods"\" -I/src/
grass-6.2.0beta3/dist.powerpc-apple-darwin8.7.0/include \
-o OBJ.powerpc-apple-darwin8.7.0/do_zoom.o -c do_zoom.c
do_zoom.c: In function 'Destroy_OS_Ctx':
do_zoom.c:395: error: 'dpy' undeclared (first use in this function)
do_zoom.c:395: error: (Each undeclared identifier is reported only once
do_zoom.c:395: error: for each function it appears in.)
make[3]: *** [OBJ.powerpc-apple-darwin8.7.0/do_zoom.o] Error 1
make[2]: *** [nvwish] Error 2
The error is only in NVIZ outside X11 environment.
These rows (file "visualization/nviz/src/do_zoom.c" rows 393-399) have problems in opengl=aqua
-------
#endif
#endif /* OPENGL_X11 */
XCloseDisplay(dpy);
dpy = NULL;
return (1);
}
-------
-------------------------------------------- Managed by Request Tracker
More information about the grass-dev
mailing list