Hey guys, thanks for welcoming me in this group.
I don't know if it's the right place to ask this question, let me know if another place would suit better.
I was trying to work on integrating math evaluation in variable substitution brackets in eeschema and pcbnew. I dove into the code and write something that looks promising. I wanted to show this to you. I hadn't pulled modifications for 3 months. When pulling and rebasing my code, it wasn't not compiling anymore. Here is the error I got :
Indeed, common/CMakeFiles/common.dir/libeval/numeric_evaluator.cpp.o is compiled with fvisibility=hidden flag and no symbol are exported.
Now i don't understand how my code compiled before. I am a bit lost in the compilation process, can you help me understand or give me some insight on how to debug thos type of things. Mainly i ran ninja -nv | grep numeric_evaluator
Am I using the right strategy to use libeval.cpp ?
Thanks for your time,
Samuel