-
Notifications
You must be signed in to change notification settings - Fork 5
Windows build #36
base: master
Are you sure you want to change the base?
Windows build #36
Conversation
|
@ip1996 This looks perfect, but I can't test it. Is it working perfectly, or is something still missing? I am asking in order to know what to write into the documentation. |
|
It was: |
|
On the |
|
In case of the 2nd problem (which is release only, so even nastier), either thread_local is not working correctly or TrackSender does not register the thread name. Because we have tests for the former, I would start debugging TrackSender... what it gets as a thread name. There is synchronization involved and everything, so it can be something fishy with the MSVC optimization. |
|
@ip1996 will you have time for this? Because if not, it is still a useful upgrade what we could merge anyway. In this case, we can put this into an issue for later. |
|
Sorry for the late answer @gerazo, my biggest obstacle is the lack of a machine with Windows OS. I started to work on this when I was in my hometown where there is a Windows PC. Unfortunately, I'm rarely home. That's the reason I haven't answered yet, because currently I don't know the configuration (but I used MinGW-64 with some additional dll). So if anyone in the team is willing to work on this, feel free to modify this branch, but I will try to update this branch too, when I have the tools. |
|
Actually, I'm using GNU (MinGW build tools) instead of MSVC, and the version is GNU 10.2.0. |
No description provided.