When building a project with mappView from a few days ago, openssl config error is occurring. The error contents are as follows. (I attached the output result as a file.)
I am currently using four automation studio environments. (There’re using same version)
Among them, only one PC has a problem with the project build that includes mappView.
Automation Studio 4.12.7
Automation Runtime M4.93
mapp 5.24.x
I’ve tried a few things to solve this.
Run Automation Studio as Administrator
Clean Configuration → Rebuild
Reinstall Automation Studio
However, this error still occurs.
Does someone know how to fix this?
no idea to be honest, but the path string looks strange. Could you please try to use a different and shorter path for the project like “c:\temp” or “c:\projects” instead of a path out of your user profile?
okay, thanks for testing it!
I’m really confused about the character in the path. In my opinion there should be a backslash between the directories, but I see a special character I don’t know… and for me it feels that this is the cause why this compile step fails, because if the path is used as we see it for the grunt command call, I’m pretty sure it can’t work.
But I’ve no idea where that character comes from?
It is the path separator(backslash) for Windows, which is encoded at 0x5c across all of the ANSI code pages. And this is marked differently in some countries. I live in Korea, so it appears in the Korean won(Korean currency name) symbol. GCC understands this, so it’s not a problem.