The C files in the tarball are generated from some ATS source. You need GTK+-2.0 and libgc to compile it:
make all_ported
I encourage you to give it a try.
My ATS source uses some ATS library code that are yet not publicly available. However, the generated C code can be compiled as long as ATS-includes and ATS-contrib-includes are available. While this is anticipated, seeing it as a reality is still quite exciting :)
Cheers!
gmhwxi
unread,
Mar 29, 2014, 5:52:45 PM3/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
By the way, I just used TinyCC (tcc) to compile the C code in the tarball:
make PATSCC=tcc CC=tcc MYCCRULE=PORTABLE -f Makefile
It is really lightening fast!
Maybe this opens an avenue to using ATS as a scripting language :)
gmhwxi
unread,
Mar 29, 2014, 6:01:34 PM3/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
Unfortunately, the code generated by tcc crashes :(
gmhwxi
unread,
Mar 30, 2014, 2:33:42 AM3/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lan...@googlegroups.com
I was using tcc-0.9.25.
With tcc-0.9.26, the code can be compiled successfully!