I think I built it with master? Used this script: https://github.com/plaurent/gnustep-build/blob/master/ubuntu-20.04-clang-10.0-runtime-2.0/GNUstep-buildon-ubuntu2004.sh
Relevant sections: git clone https://github.com/gnustep/libobjc2.git cd libobjc2 git submodule init git submodule sync git submodule update # Build libobjc2 echo -e "\n\n" echo -e "${GREEN}Building libobjc2...${NC}" cd ../../libobjc2 rm -Rf build mkdir build && cd build cmake ../ -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_ASM_COMPILER=$CC -DTESTS=OFF cmake --build . sudo -E make install sudo ldconfig On Thu, Nov 5, 2020, at 11:16 AM, David Chisnall wrote: > On 05/11/2020 14:54, Gustavo Tavares wrote: > > Throwing 0x1677ab8, in flight exception: (nil) > > Exception caught by C++: 0 > > This bit looks as if I accidentally left some debugging code enabled in > the runtime. Did you build the trunk version of libobjc2? > > David > > >
