Re: Porting forks
- Reply: Nuno Teixeira : "Re: Porting forks"
- In reply to: Nuno Teixeira : "Re: Porting forks"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Feb 2023 17:11:19 UTC
Nuno Teixeira <eduardo@freebsd.org> writes: > I installed fork version but it seg fault exacly the same as > games/abuse_sdl: > --- > abuse 0.8 > Abuse version 0.8 > Sound: Enabled > Specs : main file set to abuse.spe > Protocol Installed : UNIX generic TCPIP > Lisp: 527 symbols defined, 99 system functions, 319 pre-compiled functions > (load "abuse.lsp") [.. ]Segmentation > fault (core dumped) Does it also crash on FreeBSD 12.3 ? If not try the following: USES+= llvm:max=11 CC= clang${LLVM_VERSION} CXX= clang++${LLVM_VERSION} CPP= clang-cpp${LLVM_VERSION}