Re: endless loop - crashing application
Jens Kallup <[email protected]>
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, sorry for the misadvantages. The code has changed, but don't run, yet. Here: https://github.com/paule32/dBase4Linux you can find the Qt5 Project under new ReproName. https://github.com/paule32/dBase4Linux/blob/master/source/parser/dbase/yymain.cc is the location of file of interesst. I get these Error's: https://paste.fedoraproject.org/412112/71805678/ I only would like "compile", and "interpret" the string: "value = 2" As next step: "value = 2 + 1 * 4" The #include file in first line of yymain.cc is a "pre compiled header" which you can use with g++ to minimize the compile time. It is binary code, and consume over 600 MegaByte's of disk space. The file in Line 3 is a Qt5 custom header (for my GUI Project). Each of them can be removed and/or commented in source. The rest should be speak for it self. Here have a look to line 422 - there is the line/point where I would like to start. Hope it Helps Jens ------------------------------------------------------------------------------