View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000184 | ascend | build-windows | public | 2005-12-22 09:31 | 2008-02-10 13:02 |
Reporter | john | ||||
Assigned To | jds | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 0.9.6 | |||
Summary | 0000184: yacc and bison under MinGW | ||||
Description | Under MinGW it appears that even if you install 'bison', you don't get a version of 'yacc' that the Jam build can find. I get a message 'yacc is not recognized as an internal or external command, operable program or batch file' the command which Jam attempts to run is yacc -d ../base/generic/compiler/ascParse.y On my system bison and yacc are both installed in /mingw/bin/ -- I presume that's standard? JP | ||||
Additional Information | MinGW does not supply yacc. Neither does it supply lex/flex sed, which are also necessary for the complete build. I expect these are available under Cygwin, but the build is not tested under Cygwin so it may not work. All these tools are, however, available for general Win32 use in one form or another. I use the gnuWin32 tools (http://sourceforge.net/projects/gnuwin32). They need to be installed the path, and the Jamrules tool variables need to point to the correct executable name. jds 15-Jan-2006 | ||||
Tags | No tags attached. | ||||
|
I think this might be another one of those MSYS issues. |
|
Hi Jerry It seems that these tools recently have been added to MinGW. Please refer to the 'MSYS developer toolkit' at http://sourceforge.net/project/showfiles.php?group_id=2435 There you have autoconf, automake, libtool and bison. Flex is still missing; it is suggested that you use GnuWin32's flex, which is what you said. http://www.mingw.org/MinGWiki/index.php/flex JP |
|
MinGW (MSYS) provides bison/yacc as an optional download from their website. flex is available as a package from GnuWin32. For full details see [[PythonGUIOnWindows]]. I'll close this bug now since this problem has been resolved at least on the MSYS/MinGW autotools build. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-12-22 09:31 | john | New Issue | |
2005-12-22 09:31 | john | Relationship added | child of 0000169 |
2005-12-22 09:31 | john | Assigned To | => jds |
2005-12-22 09:31 | john | Status | new => assigned |
2005-12-22 09:31 | john | Category | build-linux => build-windows |
2005-12-23 03:51 | john | Note Added: 0000167 | |
2006-01-04 13:08 | john | Relationship added | related to 0000199 |
2006-01-16 19:02 | jds | Status | assigned => resolved |
2006-01-16 19:02 | jds | Resolution | open => won't fix |
2006-01-16 19:02 | jds | Additional Information Updated | |
2006-01-17 04:31 | john | Note Added: 0000231 | |
2006-01-17 06:22 | john | Status | resolved => feedback |
2006-01-17 06:22 | john | Resolution | won't fix => reopened |
2006-02-07 13:17 | john | Target release | => 1.0 |
2006-02-07 13:22 | john | Target release | 1.0 => 0.9.6 |
2006-03-08 02:48 | john | Note Added: 0000293 | |
2006-03-08 02:48 | john | Status | feedback => resolved |
2006-03-08 02:48 | john | Resolution | reopened => fixed |
2006-06-22 07:36 | john | Status | resolved => feedback |
2006-06-22 07:48 | john | Status | feedback => resolved |
2006-06-22 07:48 | john | Fixed in Version | => 0.9.6 |
2008-02-10 13:02 | john | Status | resolved => closed |