On Thu, Jan 12, 2012 at 2:22 AM, gene heskett <[email protected]> wrote:
> > -rw-r--r-- 1 gene gene 4656 2012-01-11 16:23 emit_gcode.c > -rw-r--r-- 1 gene gene 291 2012-01-11 16:29 Makefile > -rw-r--r-- 1 gene gene 24585 2012-01-11 16:23 plt2g.c > -rw-r--r-- 1 gene gene 1407 2012-01-11 16:23 plt2g.h > -rw-r--r-- 1 gene gene 21027 2012-01-11 16:24 queue.h > Yeah, that looks somehow half-baked. The Makefile is not for compiling but for transfering the files, and he uses BSD flavor of queue and random libraries. You can get it to compile like so (assuming you cd to the directory with the source files): ln -s . sys gcc -o plt2g plt2g.c emit_gcode.c -I. -lm -Dsrandomdev=random (note, it's 'dash capital I dot space dash lowercase l m) but I am doing several unspeakable things here, and I haven't tested it in any way. Try it and report how it went. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
