ulisp icon indicating copy to clipboard operation
ulisp copied to clipboard

Portability fixes; debian arduino makefile

Open adicarlo opened this issue 8 years ago • 3 comments

In order to get ulisp 1.8 to compile, I had to make a number of minor C portability fixes, such as additional forward declarations and a missing include.

Let me know if you want me to refashion this branch to remove the Makefile snippet, I realize that one is a bit iffy to push upstream. But seems harmless for folks using the Arduino IDE (just ignored).

adicarlo avatar May 03 '17 02:05 adicarlo

Thanks for these contributions.

I'm puzzled why the C forward declarations are needed on Debian but not on other Arduino IDE platforms.

technoblogy avatar Apr 15 '19 20:04 technoblogy

@technoblogy apparently, some of these are also required on OpenBSD, (See: https://github.com/technoblogy/ulisp/pull/22/files).

oxr463 avatar Apr 19 '19 17:04 oxr463

Thank you. I'll add a link to this thread from the documentation for Debian and OpenBSD users.

technoblogy avatar Apr 20 '19 11:04 technoblogy