public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "coea" <coea77@tin.it>
To: <cygwin@sourceware.cygnus.com>
Subject: Help Me!!
Date: Sat, 18 Mar 2000 10:51:00 -0000	[thread overview]
Message-ID: <001701bf910b$ab228fe0$7427d8d4@mcodat> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]

hi all!! I'm building a little project about 
representation of function, and i need a parser to scan the strings i send to 
the main function.
 
using the bison program i get the followin 
message
 
bison -d Parser.y bison.exe:bad 
address
 
i tried also to use the byacc program (for what 
i know is similar), and the flex program, but this generate other problems, 
in fact the compile fase was no problem, but at link time, the ld warn 
about an unreferenced function "yywrap()" called by the .c 
files generated by the byacc program. This function is declared as 
'extern', so i think it should be declared in some other file (generated by 
some other programs)
 
maybe yywrap() is a function generated by bison 
(but bison don't want to run)???
 
how to resolve the 'bad address' problem in 
bison??
 
P.S. in the makefile  i compile using g++ 
-D__cplusplus ..list of files
 
sorry for my bad english
 
if you can't reply me on the mail list, please write at coea77@tin.it first or at coea@libero.it or at mcodato@dsi.unive.it
 
thank you
 
Mattia Codato

             reply	other threads:[~2000-03-18 10:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-18 10:51 coea [this message]
2000-11-05 20:48 help me! yaohao
2000-11-05 21:33 ` Christopher Faylor
2018-08-29 13:20 Help me! Andrea Guerrieri
2018-08-29 15:05 ` Jeffrey Walton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001701bf910b$ab228fe0$7427d8d4@mcodat' \
    --to=coea77@tin.it \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).