All,
Can anyone give me any clues as to how to compile and get the code running (Ubuntu 8.04), I get an error pretty early in teh compile that I can;t get past...
make plt2g
cc -g -O0 plt2g.c -o plt2g
plt2g.c: In function ‘stitch’:
plt2g.c:1038: error: ‘list’ undeclared (first use in this function)
plt2g.c:1038: error: (Each undeclared identifier is reported only once
plt2g.c:1038: error: for each function it appears in.)
plt2g.c:1038: error: expected ‘;’ before ‘{’ token
make: *** [plt2g] Error 1
peter@peter-mini-CNC:~/Code$
From looking at the code the probelm appears to be either an include thats gone wrong (though there are not other errors shown, or the code is out os synce` with teh header from the web page that I downloaded...
Anyone happen to have a pre-compiled binary for the EMC2 release of Ubuntu 8.04 ? |