Re: Problem in VIS- compiling.

From: Fabio Somenzi (Fabio@colorado.edu)
Date: Mon Feb 12 2001 - 19:20:54 MST

  • Next message: M.N.S.Shahjahan: "Re: Problem in VIS- compiling."

    Have you unpacked and built glu in a directory "parallel" to the one
    in which you are building vis? The error message says that the glu
    header files cannot be found.

    Fabio

    >>>>> "MNSS" == M N S Shahjahan <shaj@realchip.com> writes:

     MNSS> Hi,
     MNSS> I am using the following gmake version.

     MNSS> GNU Make version 3.79, by Richard Stallman and Roland McGrath.
     MNSS> Built for sparc-sun-solaris2.6
     MNSS> Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
     MNSS> Free Software Foundation, Inc.
     MNSS> This is free software; see the source for copying conditions.
     MNSS> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
     MNSS> PARTICULAR PURPOSE.

     MNSS> Report bugs to <bug-make@gnu.org>.

     MNSS> But still i get the following errors when i try to compile vis-1.3

     MNSS> umask 2 ; gcc -c -g -O3 -DNDEBUG=1 -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1
     MNSS> -DHAVE_SYS_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1
     MNSS> -DHAVE_SIGNAL_H=1 -DHAVE_SYS_SIGNAL_H=1 -DIOCTL_WITH_TERMIOS=1
     MNSS> -DHAVE_IOCTL_WITH_TIOCGETC=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void
     MNSS> -DRETSIGTYPE=void -DHAVE_GETTIMEOFDAY=1 -DHAVE_STRCHR=1 -DHAVE_STRSTR=1
     MNSS> -DHAVE_SETVBUF=1 -DHAVE_GETENV=1 -DHAVE_UNLINK=1 -DCUR_DATE="\"Mon Feb 12
     MNSS> 17:10:48 PST 2001\"" -DCUR_VER="\"vis release 1.3\"" -DNAWK=\"nawk\"
     MNSS> -DLIBRARY=\"/usr/local/share/vis\" -I../glu-1.3/include
     MNSS> -I../../glu-1.3/include
     MNSS> -I./src/abs -I./src/amc -I./src/cmd -I./src/ctlp -I./src/eqv -I./src/fsm

     MNSS> -I./src/hrc -I./src/img -I./src/io -I./src/mark -I./src/mc -I./src/mvf
     MNSS> -I./src/ntk -I./src/ntm -I./src/ord -I./src/part -I./src/rst -I./src/res

     MNSS> -I./src/restr -I./src/sim -I./src/synth -I./src/tbl -I./src/tst
     MNSS> -I./src/var
     MNSS> -I./src/vm -Iobj -o obj/vmVers.o ./src/vm/vmVers.c
     MNSS> In file included from src/img/img.h:108,
     MNSS> from src/fsm/fsm.h:51,
     MNSS> from src/abs/abs.h:44,
     MNSS> from src/vm/vmInt.h:36,
     MNSS> from ./src/vm/vmVers.c:32:
     MNSS> src/vm/vm.h:44: util.h: No such file or directory
     MNSS> src/vm/vm.h:45: error.h: No such file or directory
     MNSS> src/vm/vm.h:46: avl.h: No such file or directory
     MNSS> src/vm/vm.h:47: var_set.h: No such file or directory
     MNSS> src/vm/vm.h:48: array.h: No such file or directory
     MNSS> src/vm/vm.h:49: st.h: No such file or directory
     MNSS> src/vm/vm.h:50: list.h: No such file or directory
     MNSS> src/vm/vm.h:51: graph.h: No such file or directory
     MNSS> src/vm/vm.h:52: bdd.h: No such file or directory
     MNSS> src/vm/vm.h:53: mdd.h: No such file or directory
     MNSS> In file included from src/vm/vmInt.h:51,
     MNSS> from ./src/vm/vmVers.c:32:
     MNSS> src/restr/restr.h:31: mdd.h: No such file or directory
     MNSS> src/restr/restr.h:32: util.h: No such file or directory
     MNSS> In file included from src/restr/restr.h:33,
     MNSS> from src/vm/vmInt.h:51,
     MNSS> from ./src/vm/vmVers.c:32:
     MNSS> src/synth/synth.h:30: st.h: No such file or directory
     MNSS> src/synth/synth.h:31: util.h: No such file or directory
     MNSS> src/synth/synth.h:32: bdd.h: No such file or directory
     MNSS> make: *** [obj/vmVers.o] Error 1

     MNSS> I use gcc-2.8.1 version.

     MNSS> Pls let me know the workaround.

     MNSS> Thanks and regards
     MNSS> -Shaj

     MNSS> Roderick Bloem wrote:

    >> Dear Shaj,
    >>
    >> To see what went wrong, we'll need the following:
    >>
    >> Output of:
    >> * configure script
    >> * uname -a
    >> * gcc --version
    >> * make --version
    >>
    >> Best,
    >>
    >> Roderick.
    >>
    >> "M.N.S.Shahjahan" wrote:
    >> >
    >> > Hi,
    >> >
    >> > I did download vis-1.3 version for solaris. I used gcc to combile the
    >> > source. When i type 'make' it gives me the following error. What is the
    >> > work around?.
    >> >
    >> > % make
    >> > make:Fatal error in reader: Makefile, line 182: Unexpected end of line
    >> > seen
    >> >
    >> > Expecting your reply asap. Thanks for the co-operation in advance.
    >> >
    >> > Regards
    >> > -Shaj
    >> >
    >> > --
    >> > M.N.S.SHAHJAHAN
    >> > Systems Administrator
    >> > RealChip Communications
    >> > 1290, Oakmead Pkwy, #218
    >> > Sunnyvale. CA- 94086
    >> > Phone: 408-7359065 ext-335
    >> > Email: shaj@RealChip.com

     MNSS> --
     MNSS> M.N.S.SHAHJAHAN
     MNSS> Systems Administrator
     MNSS> RealChip Communications
     MNSS> 1290, Oakmead Pkwy, #218
     MNSS> Sunnyvale. CA- 94086
     MNSS> Phone: 408-7359065 ext-335
     MNSS> Email: shaj@RealChip.com



    This archive was generated by hypermail 2b29 : Mon Feb 12 2001 - 19:25:59 MST