Open VinicioGonzalez opened 1 year ago
Hello,
This is not the official uxn repository, this is an attempt to build a portable version of uxn for Linux with Nix.
The project is hosted on SourceHut: https://sr.ht/~rabbits/uxn/
They're also on #uxn on irc.esper.net
Have fun!
Hi Yuki,Thank you, I built it from SourceHut and is workingRegardsVinicioSent from my iPhoneOn 31 Mar 2023, at 10:06, Yuki Langley @.***> wrote: Hello, This is not the official uxn repository, this is an attempt to build a portable version of uxn for Linux with Nix. The project is hosted on SourceHut: https://sr.ht/~rabbits/uxn/ They're also on #uxn on irc.esper.net There are also other uxn emulators that might be easier to port to 9front: https://github.com/hundredrabbits/awesome-uxn Have fun!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Hi,
I deployed 9front on Raspberry pi 3B, all good and stable. Then I am trying to install uxn 9front port and I got errors related to missed functions from SLD2, here is the output of mk
7c -FTVw -Dplan9 -DNO_PORTMIDI -I/sys/include/npe -I/sys/include/npe/SDL2 -Isrc -o uxnemu.7 src/uxnemu.c warning: src/uxnemu.c:71 set and not used: u warning: src/uxnemu.c:84 used and not set: y src/uxnemu.c:116 function not declared: SDL_BlitScaled src/uxnemu.c:118 function not declared: SDL_BlitSurface src/uxnemu.c:120 function not declared: SDL_BlitSurface src/uxnemu.c:121 function not declared: SDL_BlitScaled src/uxnemu.c:123 function not declared: SDL_UpdateWindowSurface src/uxnemu.c:139 function not declared: SDL_GetWindowSurface src/uxnemu.c:139 incompatible types: "IND STRUCT SDL_Surface" and "INT" for op "AS" src/uxnemu.c:194 function not declared: SDL_GetWindowSurface src/uxnemu.c:194 incompatible types: "IND STRUCT SDL_Surface" and "INT" for op "AS" src/uxnemu.c:197 name not declared: SDL_PIXELFORMAT_INDEX8 src/uxnemu.c:200 function not declared: SDL_MUSTLOCK too many errors mk: 7c -FTVw -Dplan9 ... : exit status=rc 16775: 7c 16777: error
The installation of npe was straightforward and no issues. I searched for the functions missed in npe/SDL but no luck.The mk was able to create uxmasm and uxncli only
Any advise?
Regards