Pike Language

damir · 519

damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
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/



amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #1 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.


amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #2 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


damir

  • Newbie
  • *
    • Posts: 33
    • Karma: +10/-3
    • ioox.studio
Reply #3 on: August 28, 2022, 11:57:33 PM
Thanks for trying