[Quex-general] Installation Problems
Generator of lexical analyzers in C and C++. Unicode Supported.
Brought to you by:
fschaef
From: Frank S. <fra...@gm...> - 2007-08-16 06:21:08
|
Hi Bernhard, There were serious Problems that the installation builder had with symbolic links. Installing Quex by hand should not be a big deal. As you said, the only thing to do is to add a link from a place where your system finds executables to quex-exe.py and making it exectable. Make sure that you define QUEX_PATH propperly and pass -$(QUEX_PATH) to the compiler. Also, if you are using a compiler different from g++ you might want to modify the make files. Please, send me some output or screenshots if things still do not work out. Also, I would advice you to use version 0.14.2, since it has fixed a bug concerning the automatic wchar_t conversion. I am running quex on linux, too--and I do not release without all unit tests passed. Best Regards Frank |