Menu

#308 Quex 0.70.0 generates invalid include search paths

v1.0_(example)
open
nobody
None
1
2020-06-09
2020-06-09
Patrik
No

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?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB