On 23.12.2010, at 10:23, Ian Piumarta wrote: > Hi Michael, > > On Dec 20, 2010, at 06:39 , Michael Haupt wrote: >> take a look at Ian's recent S3 paper, download the corresponding source >> code, and have fun. > > I'm glad you had fun with that code. > > Here's another small example that might provide some fun. > > http://piumarta.com/tmp/maru > > (On Linux, type "make". On Darwin, edit the first line of emit.l to set > __MACH__ to anything other than () then type "make". MinGW has library > issues and doesn't work -- sorry.)
I get errors on Darwin because it defaults to x86-64. Adding "-m32" to the eval compile line fixes that. - Bert - _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
