pruten / shoebill

A Macintosh II emulator that runs A/UX
BSD 2-Clause "Simplified" License
363 stars 66 forks source link

Error trying to build under Fedora 31 with lin.build.sh #15

Open viktormadarasz opened 4 years ago

viktormadarasz commented 4 years ago

Hi

It gives me this when trying to build ...

viktormadarasz@fedoraws sdl-gui]$ ./lin_build.sh gcc -O3 -ggdb -flto adb.post.c fpu.post.c mc68851.post.c mem.post.c via.post.c floppy.post.c core_api.post.c cpu.post.c dis.post.c ../core/SoftFloat/softfloat.c ../core/atrap_tab.c ../core/coff.c ../core/exception.c ../core/macii_symbols.c ../core/redblack.c ../core/scsi.c ../core/video.c ../core/filesystem.c ../core/alloc_pool.c ../core/toby_frame_buffer.c ../core/ethernet.c ../core/sound.c sdl.c -lpthread -lm -lSDL2 -lGL -o shoebill fpu.post.c: In function ‘_native_tentox’: fpu.post.c:821:9: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int] 821 | double _native_tentox(a) { | ^~~~~~ /usr/bin/ld: /tmp/shoebill.lkIeQb.ltrans0.ltrans.o: in function main': /home/viktormadarasz/shoebill/sdl-gui/sdl.c:494: warning:sys_errlist' is deprecated; use strerror' orstrerror_r' instead

retokromer commented 4 years ago

I presume, this repository is no longer maintained?

tsal commented 4 years ago

Check here: https://github.com/emaculation/shoebill

retokromer commented 4 years ago

Looking at the last commits, sadly it seems also to be only little maintained… I made a few changes, but I don’t know where to post a PR for the community.