[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Where is pcb-20100929 for Win32 ?



Hi,

I did next steps. After editing Makefiles (removing white spaces) and copying headers in GTK distribution I am getting following message below. It seems to me that all inline functions in toporouter are not recognized. Is it common problem ? I removed "inline" keywords and linker stopped shouting.

Another thing is fork()/wait() missing dependancy. I found that these functions are not supported on Windows as it is not POSIX compliant system. So, my question is - does anybody know what I should do with them ?

Vaclav


gcc -std=gnu99 -DNDEBUG -Id:\V\temp\gdwin32/include -mms-bitfields -mwindows      -mms-bitfields -Id:/V/temp/gtk_win32/include/glib-2.0 -Id:/V/temp/gtk_win32/lib/glib-2.0/include     -Wall -Wdeclaration-after-statement  -Ld:\V\temp\gdwin32/lib -lbgd -rdynamic -o pcb.exe action.o autoplace.o autoroute.o buffer.o change.o clip.o command.o compat.o copy.o create.o crosshair.o data.o djopt.o draw.o drill.o edif.o error.o file.o find.o flags.o fontmode.o heap.o insert.o intersect.o line.o lrealpath.o main.o mirror.o misc.o move.o mtspace.o mymem.o netlist.o parse_l.o parse_y.o polygon.o polygon1.o puller.o print.o rats.o remove.o report.o res_parse.o res_lex.o rotate.o rtree.o rubberband.o search.o select.o set.o strflags.o thermal.o undo.o vector.o vendor.o hid/common/actions.o hid/common/flags.o hid/common/hidinit.o hid/common/hidnogui.o hid/common/extents.o hid/common/draw_helpers.o hid/common/hid_resource.o toporouter.o  libgtk.a liblpr.a libbom.a libgcode.a libgerber.a libnelma.a libpng.a libps.a libgts.a pcb_icon.o -lm     -Ld:/V/temp/gtk_win32/lib -lglib-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -lgobject-2.0 -lgdk_pixbuf-2.0 -lintl -lbgd  
action.o:action.c:(.text+0xd38a): undefined reference to `fork'
action.o:action.c:(.text+0xd3d7): undefined reference to `wait'
toporouter.o:toporouter.c:(.text+0xbe0): undefined reference to `cluster_thickness'
toporouter.o:toporouter.c:(.text+0xc64): undefined reference to `cluster_keepaway'
toporouter.o:toporouter.c:(.text+0x172e): undefined reference to `cluster_thickness'
toporouter.o:toporouter.c:(.text+0x175b): undefined reference to `cluster_keepaway'
toporouter.o:toporouter.c:(.text+0x17af): undefined reference to `cluster_thickness'
toporouter.o:toporouter.c:(.text+0x17cb): undefined reference to `cluster_thickness'
toporouter.o:toporouter.c:(.text+0x17e7): undefined reference to `cluster_keepaway'
toporouter.o:toporouter.c:(.text+0x17fb): undefined reference to `cluster_keepaway'
toporouter.o:toporouter.c:(.text+0x1ebf): undefined reference to `cartesian_gradient'
toporouter.o:toporouter.c:(.text+0x204c): undefined reference to `coord_wind'
toporouter.o:toporouter.c:(.text+0x20a7): undefined reference to `coord_wind'


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user