ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Generate.bat should be called in a project inside the main solution #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In grammar.tab.c grammar.tab.h and parse.c the some values varies depending
on the installation path:
#line 637 "C:\\David\\Development\\OSSBuild\\Main.....
Besides, it's needed for the Python bindings as the file
'gstversion.override' and 'gst-pbutils.0.10.23' needs to be generated and
copied to the python sources dir.
Therefore, Generated.bat should be the first project to be run.

Original issue reported on code.google.com by ylatuya on 13 May 2009 at 6:56

GoogleCodeExporter commented 9 years ago
Forget what I said about the python bindings...
About the gramar* files, I don't think it's a big problem if everything 
compiles fine.
[Closed]

Original comment by ylatuya on 13 May 2009 at 7:04

GoogleCodeExporter commented 9 years ago
Yup - it's only useful for possibly debugging -- but the auto-generated files 
wouldn't be where you'd most likely focus debugging efforts.

Original comment by david.g.hoyt on 14 May 2009 at 3:56