[Bug 58025] file wizard, global types: flex and bison/yacc integration
daniel.franke at imbs.uni-luebeck.de
daniel.franke at imbs.uni-luebeck.de
Sat May 3 13:33:10 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58025
------- Additional Comments From daniel.franke at imbs.uni-luebeck.de 2003-05-03 13:32 -------
OK, 'ylwrap' is part of automake ...
so, additional wishes:
* run 'automake --add-missing --copy'
This might be part of autoconf/automake:
make sure that bison is run _before_ flex ... otherwise token tables from yy.tab.h
aren't available in *.l
Addendum:
*.l -> C sources: gcc
*.ll -> C++ sources: g++
So, not only *.l but *.ll also would be useful (corresponding: *y./*yy)
More information about the KDevelop-devel
mailing list