TeoGoddet

Results 45 comments of TeoGoddet

I need to create some minimal code I'm using dymola I temporarly fixed my problem by enabling the settings "evaluate parameters" and "evaluate top levels parameters"

@beutlich on my system and with the lib creating the problem (open62541), switching to defined(_BSD_SOURCE) did not fix the problem. The problem was then that realpath was not availlable, which...

@beutlich I don't think that realpath should be available (dymola windows with visual studio 22 compiler) I will try to understand if Open62541 is doing wrong or not with the...

@beutlich sorry I gave the wrong file, the problematic one is : https://github.com/open62541/open62541/blob/88dbcb6d644aaf3c38d2a1af9fc9cc2755c24c42/arch/win32/ua_architecture.h#L133 They may be wrong defining _BSD_SOURCE without defining all the expected function, what do you think ?

@beutlich It end up in the single file version of the lib for some reason (found here https://github.com/open62541/open62541/releases/tag/v1.3.6) I tested removing it and it seems that the lib still work...