discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What function sets up the GNUstep environment?


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

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]