Matthias Köfferlein
Matthias Köfferlein
Please provide more information, specifically the linker command that is executed. And please note that I don't maintain FreeBSD ports myself. I have no way of reproducing the problem.
This is not the line where the error happens. This is the line where the missing library is built. I need to know the link command when the error happens.
To be frank this is not the only compatibility issue between GDS and DXF (in both directions). I guess there is much more to say about allowed cell names (e.g....
Here is the result of some experiments of mine. Cell names: * maximum length of 30 characters * no special characters. Verified to work: "*", "_" and alphanumerics. Not working:...
Hi Matt, I haven't seen this problem myself yet. The stack trace does not fully make sense, but that doesn't necessarily mean something. Maybe you can give some details. I...
Is there is no `execinfo.h` available, you can try to exclude the stack trace code with some proper `#if defined(...)` in `laySignalHandler.cc`.
I'm having difficulties reproducing the issue.
Hi bentley, could you check whether the "linux" selector is off? I.e. does using ``` if(linux*|mac) { LIBS += -ldl } ``` solve the issue? Thanks, Matthias
Any updates? I'll close the ticket otherwise.
Thanks for reporting this. Basically the whole UI is rendered through Qt and I don't use any specialities - at least not for the main menu. I'm using Gnome myself...