AROS World Exec

Development => Development (General) => Topic started by: damir on August 28, 2022, 09:25:38 AM

Title: Pike Language
Post by: damir on August 28, 2022, 09:25:38 AM
There once was Amiga port of Pike language. Would this language be hard to port to Aros?

Pike home:
https://pike.lysator.liu.se/
Title: Re: Pike Language
Post by: amigamia on August 28, 2022, 04:34:11 PM
I tried to run the make command as the documentation says but errors right away with an "unexpected '('! ". Seems like the makefile may need to get adjusted.
Title: Re: Pike Language
Post by: amigamia on August 28, 2022, 04:53:17 PM
Code: [Select]
/bin/sh: syntax error: `(' unexpected
make: *** [compile] Error 1

But doesn't show where is the error
Title: Re: Pike Language
Post by: damir on August 28, 2022, 11:57:33 PM
Thanks for trying