Hi DJ and all gaf friends,

Maybe 10 HIDs if I can solve some minor problems during the coming holidays.

Last night I successfully debugged the supporting functions (for printing
lines, circles, arcs, polygons and what not, to a file) for any kind of DXF
file.

This was Phase I for the "DXF HID" project.

Sofar the one and only problem starting Phase II (implementing dxf.c in
pcb), occurs when I try to do a ./configure --with-exporter=dxf --> make
session.

make[4]: *** No rule to make target `libdxf.a', needed by `all-am'.  Stop.

What I did for creating a dxf HID was copy the bom HID files to a newly made
dxf subdir and replacing all the "bom" references for "dxf".

I don't know how or where to tell configure (or make) to let the dxf.c hid
create a libdxf.a (see the included build log).

./configure and Makefile are a bit obfuscated to me, and not really my
friends ... yet.

TIA and kind regards,

Bert Timmerman.

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens DJ Delorie
Verzonden: zondag 17 december 2006 6:13
Aan: [email protected]
Onderwerp: gEDA-dev: hids


Ok, I'm working on adding a hook to the HID interface.  Didn't realize we
were up to NINE hids!  True, some are "helper" hids, but even so...

hid/batch/batch.c:HID batch_gui = {
hid/bom/bom.c:HID bom_hid = {
hid/common/hidnogui.c:HID hid_nogui = {
hid/gtk/gtkhid-main.c:HID ghid_hid = {
hid/gtk/gtkhid-main.c:HID ghid_extents = { 
hid/lesstif/main.c:HID lesstif_gui = { 
hid/lpr/lpr.c:HID lpr_hid = { 
hid/png/png.c:HID png_hid = { 
hid/ps/ps.c:HID ps_hid = {

I think we've gotten our money's worth out of this API :-)


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Attachment: pcb_dxf_hid-build.log.gz
Description: Binary data


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to