Re: [PATCH] scripts/tracetool:Use posix paths in trace event generation

2024-11-04 Thread Daniel P . Berrangé
On Fri, Nov 01, 2024 at 08:56:16PM +, Roque Arcudia Hernandez wrote: > On windows machines the path seperator is '\\' (backslash) which causes > the tracetool generator to output line information in the source code > with the '\\' character. This in turn confuses the compiler, causing > build b

[PATCH] scripts/tracetool:Use posix paths in trace event generation

2024-11-01 Thread Roque Arcudia Hernandez
On windows machines the path seperator is '\\' (backslash) which causes the tracetool generator to output line information in the source code with the '\\' character. This in turn confuses the compiler, causing build breaks. We now will always use posix paths, so the paths will use a '/' (forward)