khval / AmosKittens

Amos interpreter under development, most commands are support, some extensions are supported.
MIT License
10 stars 3 forks source link

Fixed MorphOS makefile #36

Closed polluks closed 4 years ago

khval commented 4 years ago

@polluks Noticed you just changed to point to AmigaOS4, I’m not sure that correct, but I guess if you find anything that is completely different it has to be in OS/MorphOS.

khval commented 4 years ago

@polluks you should maybe start with libraries first, retroMode.library.

polluks commented 4 years ago

@khval Indeed, AmigaInput needs a replacement and so on. However the makefile works so far.

polluks commented 4 years ago

About your other projects, g++ 9.3.0 says

g++ -wall -Wuninitialized -c -O2 -D__USE_INLINE__ nativeCommands.cpp -o nativeCommands.o
g++: error: unrecognized command line option '-wall'; did you mean '-Wall'?
khval commented 3 years ago

@polluks Yes I think it’s the same thing :-)