[GRASS-user] NVIZ and 3D polygon

aswin indraprastha aswinindra at gmail.com
Wed Nov 14 00:29:32 EST 2007


Dear Sir,

Since I had trouble configuring grass 6.3.0RC1 in curses library,
This is the log regards to curses :
==================
configure:5401: checking whether to use Curses
configure:5420: checking for curses.h
configure:5428: gcc -E   conftest.c >/dev/null 2>conftest.out
configure:5459: checking curses.h WINDOW structure component
configure:5471: gcc -c -g -O2   conftest.c 1>&5
configure: In function 'main':
configure:5467: error: 'WINDOW' has no member named 'maxy'
configure: failed program was:
#line 5462 "configure"
#include "confdefs.h"
#include <curses.h>
int main() {
WINDOW w; w.maxy = 0;
; return 0; }
configure:5489: gcc -c -g -O2   conftest.c 1>&5
configure:5505: checking for initscr in -lncurses
configure:5522: gcc -o conftest.dSYM -g -O2     conftest.c -lncurses   1>&5
error: Not a directory - unable to create 'conftest.dSYM/Contents'
bundle directory.
configure: failed program was:
#line 5511 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char initscr();
int main() {
initscr()
; return 0; }
configure:5541: checking for initscr in -lcurses
configure:5558: gcc -o conftest.dSYM -g -O2     conftest.c -lcurses   1>&5
error: Not a directory - unable to create 'conftest.dSYM/Contents'
bundle directory.
configure: failed program was:
#line 5547 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char initscr();
int main() {
initscr()
; return 0; }
===================
I appreciate and many thank for your help




More information about the grass-user mailing list