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 :
https://gitlab.com/montagnard.py/kicad/-/jobs/6782065751

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

-- 
You received this message because you are subscribed to the Google Groups 
"KiCad Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to devlist+unsubscr...@kicad.org.
To view this discussion on the web visit 
https://groups.google.com/a/kicad.org/d/msgid/devlist/f65a957a-effe-4796-9a66-3465ca7d2e52n%40kicad.org.

Reply via email to