shoebill icon indicating copy to clipboard operation
shoebill copied to clipboard

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

Open viktormadarasz opened this issue 4 years ago • 3 comments

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' or strerror_r' instead

viktormadarasz avatar Mar 08 '20 10:03 viktormadarasz

I presume, this repository is no longer maintained?

retokromer avatar Apr 08 '20 11:04 retokromer

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

tsal avatar May 05 '20 09:05 tsal

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.

retokromer avatar May 05 '20 10:05 retokromer