|
From: | Gustavo Tavares |
Subject: | Re: What function sets up the GNUstep environment? |
Date: | Thu, 05 Nov 2020 11:45:14 -0400 |
User-agent: | Cyrus-JMAP/3.3.0-565-g5179928-fm-20201104.001-g5179928e |
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 05/11/2020 14:54, Gustavo Tavares wrote:> Throwing 0x1677ab8, in flight exception: (nil)> Exception caught by C++: 0This bit looks as if I accidentally left some debugging code enabled inthe runtime. Did you build the trunk version of libobjc2?David
[Prev in Thread] | Current Thread | [Next in Thread] |