Re: [Warzone-dev] Where are these files?

2007-02-20 Thread Dennis Schridde
Am Mittwoch, 21. Februar 2007 schrieb [EMAIL PROTECTED]: Flex/Bison do generate these correct? But with clean install of latest svn, I get the following. This is with MSVC. strres_parser.tab.h': No such file or directory script_parser.tab.h': No such file or directory

Re: [Warzone-dev] Where are these files?

2007-02-20 Thread vs2k5
On Tue, 20 Feb 2007 20:13:56 -0500 Dennis Schridde [EMAIL PROTECTED] wrote: Am Mittwoch, 21. Februar 2007 schrieb [EMAIL PROTECTED]: Flex/Bison do generate these correct? But with clean install of latest svn, I get the following. This is with MSVC. strres_parser.tab.h': No such file or

Re: [Warzone-dev] Where are these files? (log)

2007-02-20 Thread vs2k5
They are all generated. They were named without the .tab previously. (I added it to make it easier to delete the autogenerated files.) --Dennis I forgot the log: Generating parser based on grammar... Generating lexical analyser... Generating parser based on grammar...

Re: [Warzone-dev] Where are these files? (log)

2007-02-20 Thread vs2k5
On Tue, 20 Feb 2007 20:54:19 -0500 Dennis Schridde [EMAIL PROTECTED] wrote: They should be created in the directory of the project file or a subdirectory... (If you copied over the project file or solution (eg. to save it from modifications in SVN) those files will not be in the directory

Re: [Warzone-dev] Where are these files? (log) [solved]

2007-02-20 Thread vs2k5
I found the issue, you do not have correct flags for [release] build [debug] build. If you do release build, then it fails like I said. If debug, then works OK, since comand line then is change to: bison.exe -b scriptvals_parser -d -p scriptvals_parser ...\src\scriptvals_parser.y