Conversation
|
On the current develop branch on a compute that does not have libdxf installed: We see that all these are undefined. With the change (I've only included some of the lines): We see many functions are defined. This will allow users to link to libgerbv.a even if they don't have libdxf installed. I ran into this problem while working on |
f46b90c to
be91c06
Compare
|
I think that it solved my problem. Previously I was unable to compil https://github.com/eyal0/pcb2gcode/actions/runs/22734840676/job/65933332765#step:29:138 Now it works: https://github.com/eyal0/pcb2gcode/actions/runs/22742163468/job/65957795350#step:29:53 |
be91c06 to
c68bf5b
Compare
If dxf is not found on the system, include it in libgerbv.a. This fixes gerbv#366.
c68bf5b to
74a1a04
Compare
|
I'll close this for now because your solution looks good but i have yet to test that #366 is solved. I will check that soon. |
If dxf is not found on the system, include it in libgerbv.a.
This fixes #366.