Hello Jon,
Not sure if this is the right place but if not, you should know where the
message should go ...
Good enough place, although you can also use the
[email protected] email list.
ld32: ERROR 33 : Unresolved text symbol "vfork" -- 1st referenced by svg.o.
Use linker option -v to see when and which objects, archives and dsos are
loaded. ld32: INFO 152: Output file removed because of error.
So to get xcircuit to compile I had to put
#ifndef HAVE_VFORK
#define vfork fork
#endif
into svg.c
Okay, thanks for the tip, and I'll add the correction right away.
There's also two gazillion
cc-3970 cc: WARNING File = xtgui.c, Line = 878
conversion from pointer to same-sized integral type (potential portability
problem)
XtnSetArg(XtNstring, request);
but that's another question entirely ...
I have not really attempted to force the non-Tcl/Tk version to be
64-bit clean. I recommend that you install Tcl/Tk 8.5 (development
packages, if installing from a yum/rpm repository or equivalent),
make sure that the "configure" script is finding it, and compile the
Tcl/Tk-based version of xcircuit. That one is 64-bit clean (or nearly
so), plus has a number of features missing from the non-Tcl/Tk version.
Regards,
Tim
+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim) | email: [email protected] |
| Open Circuit Design, Inc. | web: http://opencircuitdesign.com |
| 22815 Timber Creek Lane | phone: (301) 528-5030 |
| Clarksburg, MD 20871-4001 | cell: (240) 401-0616 |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev