Quex 0.70.0 generates invalid include search paths
Generator of lexical analyzers in C and C++. Unicode Supported.
Brought to you by:
fschaef
I'm using Quex version 0.70.0 on Windows 10. It seems like Quex always
generates invalid include paths by using backslashes instead of forward slashes.
I'm getting this result for my own project (using cmake) in Lexer.cpp:
#include "C:\Users\patrikj\Work\build_2019_x64\xlparser_build\generated\xllexer"
#include "C:/Users/patrikj/Work/build_2019_x64/xlparser_build/generated\lib\analyzer/C-adaptions.h"
#include "C:/Users/patrikj/Work/build_2019_x64/xlparser_build/generated\lib\implementations.i"
I have observed a very similar result with Quex demos, so I don't think that the issue is
specific to any of my code or settings.
Is any "quick and dirty" workaround available for this issue?