On Thu, 2003-09-25 at 22:27, Tom Foottit wrote:
> I've never seen this before. vcc.c is created from vcc.y by bison -
> those symbols are #defined in vcc.y and by extersion vcc.c.
> 

Indeed, I used yacc instead of bison. Now that I switched to bison
everything works. 

Thanks and sorry for bothering you.

---Beppe---

> Can you remove vcc.c and then do am 'make clean; make' to see if it has
> the same problem?
> 
> What distro/version of Linux are you running? What version of bison is
> on your system?
> 
> Thanks,
> 
> Tom
> 
> 
> On Thu, 2003-09-25 at 13:07, Giuseppe Castagna wrote:
> > Hello,
> > 
> >    I am trying to compile the CVS version. It seems that I miss some
> > library but I do not know which one. Can anyone help me? Thanks in
> > advance
> > 
> > ---Beppe---
> > 
> > [EMAIL PROTECTED] multisync]# make
> > make  all-recursive
> > make[1]: Entering directory `/usr/local/src/CVSDIRS/multisync'
> > Making all in src
> > make[2]: Entering directory `/usr/local/src/CVSDIRS/multisync/src'
> > Making all in libversit
> > make[3]: Entering directory
> > `/usr/local/src/CVSDIRS/multisync/src/libversit'
> > source='vcc.c' object='vcc.lo' libtool=yes \
> > depfile='.deps/vcc.Plo' tmpdepfile='.deps/vcc.TPlo' \
> > depmode=gcc3 /bin/sh ../../depcomp \
> > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> > -I../..    -D_VCTEST_CONSOLE -g -O2 -c -o vcc.lo `test -f 'vcc.c' ||
> > echo './'`vcc.c
> >  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_VCTEST_CONSOLE -g -O2 -c vcc.c
> > -MT vcc.lo -MD -MP -MF .deps/vcc.TPlo  -fPIC -o .libs/vcc.o
> > vcc.y:65:1: warning: "yyparse" redefined
> > vcc.c:15:1: warning: this is the location of the previous definition
> > vcc.y:66:1: warning: "yylex" redefined
> > vcc.c:16:1: warning: this is the location of the previous definition
> > vcc.y:67:1: warning: "yyerror" redefined
> > vcc.c:17:1: warning: this is the location of the previous definition
> > vcc.y:68:1: warning: "yychar" redefined
> > vcc.c:18:1: warning: this is the location of the previous definition
> > vcc.y:75:1: warning: "yydebug" redefined
> > vcc.c:21:1: warning: this is the location of the previous definition
> > vcc.y:76:1: warning: "yynerrs" redefined
> > vcc.c:22:1: warning: this is the location of the previous definition
> > vcc.y:77:1: warning: "yyerrflag" redefined
> > vcc.c:23:1: warning: this is the location of the previous definition
> > vcc.y:78:1: warning: "yyss" redefined
> > vcc.c:24:1: warning: this is the location of the previous definition
> > vcc.y:79:1: warning: "yyssp" redefined
> > vcc.c:25:1: warning: this is the location of the previous definition
> > vcc.y:80:1: warning: "yyvs" redefined
> > vcc.c:26:1: warning: this is the location of the previous definition
> > vcc.y:81:1: warning: "yyvsp" redefined
> > vcc.c:27:1: warning: this is the location of the previous definition
> > vcc.y:82:1: warning: "yylhs" redefined
> > vcc.c:28:1: warning: this is the location of the previous definition
> > vcc.y:83:1: warning: "yylen" redefined
> > vcc.c:29:1: warning: this is the location of the previous definition
> > vcc.y:84:1: warning: "yydefred" redefined
> > vcc.c:30:1: warning: this is the location of the previous definition
> > vcc.y:85:1: warning: "yydgoto" redefined
> > vcc.c:31:1: warning: this is the location of the previous definition
> > vcc.y:86:1: warning: "yysindex" redefined
> > vcc.c:32:1: warning: this is the location of the previous definition
> > vcc.y:87:1: warning: "yyrindex" redefined
> > vcc.c:33:1: warning: this is the location of the previous definition
> > vcc.y:88:1: warning: "yygindex" redefined
> > vcc.c:34:1: warning: this is the location of the previous definition
> > vcc.y:89:1: warning: "yytable" redefined
> > vcc.c:35:1: warning: this is the location of the previous definition
> > vcc.y:90:1: warning: "yycheck" redefined
> > vcc.c:36:1: warning: this is the location of the previous definition
> > vcc.y:91:1: warning: "yyname" redefined
> > vcc.c:37:1: warning: this is the location of the previous definition
> > vcc.y:92:1: warning: "yyrule" redefined
> > vcc.c:38:1: warning: this is the location of the previous definition
> > vcc.y:93:1: warning: "YYPREFIX" redefined
> > vcc.c:41:1: warning: this is the location of the previous definition
> > vcc.c: In function `mimeO_parse':
> > vcc.c:1468: `mimeO_defred' undeclared (first use in this function)
> > vcc.c:1468: (Each undeclared identifier is reported only once
> > vcc.c:1468: for each function it appears in.)
> > vcc.c:1476: `mimeO_name' undeclared (first use in this function)
> > vcc.c:1483: `mimeO_sindex' undeclared (first use in this function)
> > vcc.c:1484: `mimeO_check' undeclared (first use in this function)
> > vcc.c:1489: `mimeO_table' undeclared (first use in this function)
> > vcc.c:1501: `mimeO_rindex' undeclared (first use in this function)
> > vcc.c:1573: `mimeO_rule' undeclared (first use in this function)
> > vcc.c:1575: `mimeO_len' undeclared (first use in this function)
> > vcc.c:1771: `mimeO_lhs' undeclared (first use in this function)
> > vcc.c:1799: `mimeO_gindex' undeclared (first use in this function)
> > vcc.c:1803: `mimeO_dgoto' undeclared (first use in this function)
> > make[3]: *** [vcc.lo] Error 1
> > make[3]: Leaving directory
> > `/usr/local/src/CVSDIRS/multisync/src/libversit'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/usr/local/src/CVSDIRS/multisync/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/src/CVSDIRS/multisync'
> > make: *** [all] Error 2
> > [
> > 
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Multisync-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/multisync-users



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to