Building kdesdk
Charles Brossollet <[email protected]> Tue, 6 Jan 2004 01:04:36 +0100
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
The wiki page is talking about "YY_STACK_USED undefined" error for building kdesdk; having the same problem, I realized that it was because the flex version called was /sw/bin/flex, which is quite old. Putting the path of a newer flex (/sw/lib/flex/bin or /opt/kde/lib/flex/bin) at the beginning of $PATH is doing the trick for me. -- Charles